#include "iop.h"
Go to the source code of this file.
Defines | |
#define | MAX_ULONGLONG ((ULONGLONG) -1) |
Functions | |
NTSTATUS | IopDmaInitialize (VOID) |
NTSTATUS | IopDmaUnpackRequirement (IN PIO_RESOURCE_DESCRIPTOR Descriptor, OUT PULONGLONG Minimum, OUT PULONGLONG Maximum, OUT PULONG Length, OUT PULONG Alignment) |
NTSTATUS | IopDmaPackResource (IN PIO_RESOURCE_DESCRIPTOR Requirement, IN ULONGLONG Start, OUT PCM_PARTIAL_RESOURCE_DESCRIPTOR Descriptor) |
LONG | IopDmaScoreRequirement (IN PIO_RESOURCE_DESCRIPTOR Descriptor) |
NTSTATUS | IopDmaUnpackResource (IN PCM_PARTIAL_RESOURCE_DESCRIPTOR Descriptor, OUT PULONGLONG Start, OUT PULONG Length) |
BOOLEAN | IopDmaOverrideConflict (IN PARBITER_INSTANCE Arbiter, IN PARBITER_ALLOCATION_STATE State) |
|
|
|
|
Definition at line 324 of file pnpdma.c. References FALSE, and PAGED_CODE. Referenced by IopDmaInitialize().
|
|
Definition at line 233 of file pnpdma.c. References ARB_PRINT, ASSERT, and Start. Referenced by IopDmaInitialize().
|
|
Definition at line 192 of file pnpdma.c. References ARB_PRINT, and ASSERT. Referenced by IopDmaInitialize().
|
|
Definition at line 137 of file pnpdma.c. References ARB_PRINT, and ASSERT. Referenced by IopDmaInitialize().
|
|
Definition at line 281 of file pnpdma.c. References ARB_PRINT, and Start. Referenced by IopDmaInitialize().
|