#include "iop.h"Go to the source code of this file.
Defines | |
| #define | MAX_ULONGLONG ((ULONGLONG) -1) |
Functions | |
| NTSTATUS | IopIrqInitialize (VOID) |
| NTSTATUS | IopIrqUnpackRequirement (IN PIO_RESOURCE_DESCRIPTOR Descriptor, OUT PULONGLONG Minimum, OUT PULONGLONG Maximum, OUT PULONG Length, OUT PULONG Alignment) |
| NTSTATUS | IopIrqPackResource (IN PIO_RESOURCE_DESCRIPTOR Requirement, IN ULONGLONG Start, OUT PCM_PARTIAL_RESOURCE_DESCRIPTOR Descriptor) |
| LONG | IopIrqScoreRequirement (IN PIO_RESOURCE_DESCRIPTOR Descriptor) |
| NTSTATUS | IopIrqUnpackResource (IN PCM_PARTIAL_RESOURCE_DESCRIPTOR Descriptor, OUT PULONGLONG Start, OUT PULONG Length) |
| NTSTATUS | IopIrqTranslateOrdering (OUT PIO_RESOURCE_DESCRIPTOR Target, IN PIO_RESOURCE_DESCRIPTOR Source) |
| BOOLEAN | IopIrqFindSuitableRange (PARBITER_INSTANCE Arbiter, PARBITER_ALLOCATION_STATE State) |
|
|
|
|
||||||||||||
|
|
|
|
Referenced by IopInitializePlugPlayServices(). |
|
||||||||||||||||
|
Definition at line 338 of file pnpirq.c. References ARB_PRINT, ASSERT, and Start. Referenced by IopIrqInitialize().
|
|
|
Definition at line 296 of file pnpirq.c. References ARB_PRINT, and ASSERT. Referenced by IopIrqInitialize().
|
|
||||||||||||
|
Definition at line 100 of file pnpirq.c. References ARB_PRINT, HalGetInterruptVector(), and PAGED_CODE. Referenced by IopIrqInitialize().
|
|
||||||||||||||||||||||||
|
Definition at line 241 of file pnpirq.c. References ARB_PRINT, and ASSERT. Referenced by IopIrqInitialize().
|
|
||||||||||||||||
|
Definition at line 387 of file pnpirq.c. References ARB_PRINT, ASSERT, and Start. Referenced by IopIrqInitialize().
|
1.3.7