ReactOS 0.4.16-dev-747-gbc52d5f
|
#include <ntoskrnl.h>
#include <debug.h>
Go to the source code of this file.
Macros | |
#define | NDEBUG |
NTSTATUS NTAPI IopAssignDeviceResources | ( | IN PDEVICE_NODE | DeviceNode | ) |
Definition at line 1116 of file pnpres.c.
Referenced by IoReportDetectedDevice(), and PiDevNodeStateMachine().
|
static |
Definition at line 27 of file pnpres.c.
Referenced by IopFindBusNumberResource(), IopFindDmaResource(), IopFindInterruptResource(), IopFindMemoryResource(), and IopFindPortResource().
|
static |
Definition at line 1219 of file pnpres.c.
Referenced by IopDetectResourceConflict().
|
static |
Definition at line 559 of file pnpres.c.
Referenced by IopCheckForResourceConflict().
NTSTATUS NTAPI IopDetectResourceConflict | ( | IN PCM_RESOURCE_LIST | ResourceList, |
IN BOOLEAN | Silent, | ||
OUT OPTIONAL PCM_PARTIAL_RESOURCE_DESCRIPTOR | ConflictingDescriptor | ||
) |
Definition at line 1255 of file pnpres.c.
Referenced by IopAssignDeviceResources(), IopCheckDescriptorForConflict(), IoReportResourceForDetection(), and IoReportResourceUsage().
|
static |
Definition at line 773 of file pnpres.c.
Referenced by IopAssignDeviceResources().
|
static |
Definition at line 51 of file pnpres.c.
Referenced by IopFixupResourceListWithRequirements().
|
static |
Definition at line 160 of file pnpres.c.
Referenced by IopFixupResourceListWithRequirements().
|
static |
Definition at line 188 of file pnpres.c.
Referenced by IopFixupResourceListWithRequirements().
|
static |
Definition at line 84 of file pnpres.c.
Referenced by IopFixupResourceListWithRequirements().
|
static |
Definition at line 122 of file pnpres.c.
Referenced by IopFixupResourceListWithRequirements().
NTSTATUS NTAPI IopFixupResourceListWithRequirements | ( | IN PIO_RESOURCE_REQUIREMENTS_LIST | RequirementsList, |
OUT PCM_RESOURCE_LIST * | ResourceList | ||
) |
Definition at line 219 of file pnpres.c.
Referenced by IopAssignDeviceResources(), and IopLegacyResourceAllocation().
FORCEINLINE PIO_RESOURCE_LIST IopGetNextResourceList | ( | _In_ const IO_RESOURCE_LIST * | ResourceList | ) |
Definition at line 17 of file pnpres.c.
Referenced by IopFixupResourceListWithRequirements().
|
static |
Definition at line 969 of file pnpres.c.
Referenced by IopAssignDeviceResources().
|
static |
Definition at line 716 of file pnpres.c.
Referenced by IopAssignDeviceResources().
NTSTATUS IopUpdateResourceMap | ( | IN PDEVICE_NODE | DeviceNode, |
PWCHAR | Level1Key, | ||
PWCHAR | Level2Key | ||
) |
Definition at line 802 of file pnpres.c.
Referenced by IopUpdateResourceMapForPnPDevice().
NTSTATUS IopUpdateResourceMapForPnPDevice | ( | IN PDEVICE_NODE | DeviceNode | ) |
Definition at line 961 of file pnpres.c.
Referenced by IopAssignDeviceResources(), and IopSendRemoveDevice().