ReactOS 0.4.16-dev-303-g11d5cb8
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |
PCHAR NTAPI | PciDebugPnpIrpTypeToText (IN USHORT MinorFunction) |
PCHAR NTAPI | PciDebugPoIrpTypeToText (IN USHORT MinorFunction) |
BOOLEAN NTAPI | PciDebugIrpDispatchDisplay (IN PIO_STACK_LOCATION IoStackLocation, IN PPCI_FDO_EXTENSION DeviceExtension, IN USHORT MaxMinor) |
VOID NTAPI | PciDebugDumpCommonConfig (IN PPCI_COMMON_HEADER PciData) |
VOID NTAPI | PciDebugDumpQueryCapabilities (IN PDEVICE_CAPABILITIES DeviceCaps) |
PCHAR NTAPI | PciDebugCmResourceTypeToText (IN UCHAR Type) |
VOID NTAPI | PciDebugPrintIoResource (IN PIO_RESOURCE_DESCRIPTOR Descriptor) |
VOID NTAPI | PciDebugPrintIoResReqList (IN PIO_RESOURCE_REQUIREMENTS_LIST Requirements) |
VOID NTAPI | PciDebugPrintPartialResource (IN PCM_PARTIAL_RESOURCE_DESCRIPTOR PartialResource) |
VOID NTAPI | PciDebugPrintCmResList (IN PCM_RESOURCE_LIST PartialList) |
Definition at line 258 of file debug.c.
Referenced by PciDebugPrintIoResource(), and PciDebugPrintPartialResource().
VOID NTAPI PciDebugDumpCommonConfig | ( | IN PPCI_COMMON_HEADER | PciData | ) |
Definition at line 207 of file debug.c.
Referenced by PcipGetFunctionLimits(), and PciScanBus().
VOID NTAPI PciDebugDumpQueryCapabilities | ( | IN PDEVICE_CAPABILITIES | DeviceCaps | ) |
Definition at line 221 of file debug.c.
Referenced by PciFdoIrpQueryCapabilities(), and PciQueryCapabilities().
BOOLEAN NTAPI PciDebugIrpDispatchDisplay | ( | IN PIO_STACK_LOCATION | IoStackLocation, |
IN PPCI_FDO_EXTENSION | DeviceExtension, | ||
IN USHORT | MaxMinor | ||
) |
Definition at line 124 of file debug.c.
Referenced by PciDispatchIrp().
Definition at line 80 of file debug.c.
Referenced by PciDebugIrpDispatchDisplay().
Definition at line 102 of file debug.c.
Referenced by PciDebugIrpDispatchDisplay().
VOID NTAPI PciDebugPrintCmResList | ( | IN PCM_RESOURCE_LIST | PartialList | ) |
Definition at line 364 of file debug.c.
Referenced by PciComputeNewCurrentSettings().
VOID NTAPI PciDebugPrintIoResource | ( | IN PIO_RESOURCE_DESCRIPTOR | Descriptor | ) |
Definition at line 279 of file debug.c.
Referenced by PciDebugPrintIoResReqList().
VOID NTAPI PciDebugPrintIoResReqList | ( | IN PIO_RESOURCE_REQUIREMENTS_LIST | Requirements | ) |
Definition at line 302 of file debug.c.
Referenced by PciQueryRequirements().
VOID NTAPI PciDebugPrintPartialResource | ( | IN PCM_PARTIAL_RESOURCE_DESCRIPTOR | PartialResource | ) |
Definition at line 348 of file debug.c.
Referenced by PciComputeNewCurrentSettings(), and PciDebugPrintCmResList().
PCHAR DevicePowerStates[] |
Definition at line 64 of file debug.c.
Referenced by PciDebugDumpQueryCapabilities().
ULONG PciBreakOnFdoPnpIrp |
Definition at line 74 of file debug.c.
Referenced by PciDebugIrpDispatchDisplay().
ULONG PciBreakOnFdoPowerIrp |
Definition at line 73 of file debug.c.
Referenced by PciDebugIrpDispatchDisplay().
ULONG PciBreakOnPdoPnpIrp |
Definition at line 74 of file debug.c.
Referenced by PciDebugIrpDispatchDisplay().
ULONG PciBreakOnPdoPowerIrp |
Definition at line 73 of file debug.c.
Referenced by PciDebugIrpDispatchDisplay().
PCHAR PnpCodes[] |
Definition at line 18 of file debug.c.
Referenced by PciDebugPnpIrpTypeToText().
PCHAR PoCodes[] |
Definition at line 45 of file debug.c.
Referenced by PciDebugPoIrpTypeToText().
PCHAR SystemPowerStates[] |
Definition at line 53 of file debug.c.
Referenced by PciDebugDumpQueryCapabilities().