ReactOS 0.4.16-dev-598-gc07fba4
|
Go to the source code of this file.
Macros | |
#define | PIP_DUMP_FL_ALL_NODES 1 |
#define | PIP_DUMP_FL_RES_ALLOCATED 2 |
#define | PIP_DUMP_FL_RES_REQUIREMENTS 4 |
#define | PIP_DUMP_FL_RES_TRANSLATED 8 |
VOID NTAPI PipDumpCmResourceDescriptor | ( | _In_ PCM_PARTIAL_RESOURCE_DESCRIPTOR | Descriptor, |
_In_ ULONG | DebugLevel | ||
) |
Definition at line 30 of file debug.c.
Referenced by PipDumpCmResourceList().
Definition at line 116 of file debug.c.
Referenced by PipDumpDeviceNode().
VOID NTAPI PipDumpDeviceNodes | ( | _In_ PDEVICE_NODE | DeviceNode, |
_In_ ULONG | Flags, | ||
_In_ ULONG | DebugLevel | ||
) |
Definition at line 513 of file debug.c.
VOID NTAPI PipDumpIoResourceDescriptor | ( | _In_ PIO_RESOURCE_DESCRIPTOR | Descriptor, |
_In_ ULONG | DebugLevel | ||
) |
Definition at line 183 of file debug.c.
Referenced by PipDumpResourceRequirementsList().
VOID NTAPI PipDumpResourceRequirementsList | ( | _In_ PIO_RESOURCE_REQUIREMENTS_LIST | IoResource, |
_In_ ULONG | DebugLevel | ||
) |
Definition at line 249 of file debug.c.
Referenced by PipDumpDeviceNode().
PCM_PARTIAL_RESOURCE_DESCRIPTOR NTAPI PipGetNextCmPartialDescriptor | ( | _In_ PCM_PARTIAL_RESOURCE_DESCRIPTOR | CmDescriptor | ) |
Definition at line 89 of file debug.c.
Referenced by PipDumpCmResourceList().