ReactOS 0.4.16-dev-329-g9223134
|
#include <wdm.h>
Go to the source code of this file.
Functions | |
FORCEINLINE PCM_PARTIAL_RESOURCE_DESCRIPTOR | CmiGetNextPartialDescriptor (_In_ const CM_PARTIAL_RESOURCE_DESCRIPTOR *PartialDescriptor) |
FORCEINLINE PCM_FULL_RESOURCE_DESCRIPTOR | CmiGetNextResourceDescriptor (_In_ const CM_FULL_RESOURCE_DESCRIPTOR *ResourceDescriptor) |
FORCEINLINE PCM_PARTIAL_RESOURCE_DESCRIPTOR CmiGetNextPartialDescriptor | ( | _In_ const CM_PARTIAL_RESOURCE_DESCRIPTOR * | PartialDescriptor | ) |
Definition at line 31 of file cmreslist.h.
Referenced by CmiGetNextResourceDescriptor(), PciComputeNewCurrentSettings(), and PciDebugPrintCmResList().
FORCEINLINE PCM_FULL_RESOURCE_DESCRIPTOR CmiGetNextResourceDescriptor | ( | _In_ const CM_FULL_RESOURCE_DESCRIPTOR * | ResourceDescriptor | ) |
Definition at line 54 of file cmreslist.h.
Referenced by IopCheckForResourceConflict(), IopCheckResourceDescriptor(), IopTranslateDeviceResources(), and PdoStartDevice().