|
ReactOS 0.4.17-dev-934-g091855f
|

Go to the source code of this file.
Variables | |
| static ARBITER_INSTANCE | LegacyPCArbiter |
Definition at line 108 of file legacypcirqarb.c.
Referenced by HalpLegacyPCQueryArbInterface().
|
static |
Definition at line 39 of file legacypcirqarb.c.
Referenced by HalpLegacyPCCreateArbiter().
Definition at line 100 of file legacypcirqarb.c.
Referenced by HalpLegacyPCQueryArbInterface().
|
static |
Definition at line 83 of file legacypcirqarb.c.
Referenced by HalpLegacyPCCreateArbiter().
|
static |
Definition at line 17 of file legacypcirqarb.c.
Referenced by HalpLegacyPCCreateArbiter().
|
static |
Definition at line 65 of file legacypcirqarb.c.
Referenced by HalpLegacyPCCreateArbiter().
| NTSTATUS NTAPI HalpLegacyPCCreateArbiter | ( | _In_ PDEVICE_OBJECT | BusFdo | ) |
Initialize the legacy PC arbiter that uses PIR for PIC IRQ assignments.
| [in] | BusFdo | Hal Bus FDO deviceobject |
Definition at line 123 of file legacypcirqarb.c.
Referenced by HalpQueryInterface().
| NTSTATUS NTAPI HalpLegacyPCQueryArbInterface | ( | _Out_writes_bytes_(Size) PVOID | Interface, |
| _In_ ULONG | Size, | ||
| _Out_ PULONG | Length | ||
| ) |
Query the legacy PC Arbiter.
| [out] | Interface | Caller-supplied buffer that receives the ARBITER_INTERFACE. |
| [in] | Size | Size of the Interface buffer, in bytes. |
| [out] | Length | Receives sizeof(ARBITER_INTERFACE), whether or not the buffer was large enough. |
Definition at line 183 of file legacypcirqarb.c.
Referenced by HalpQueryInterface().
|
static |
Definition at line 11 of file legacypcirqarb.c.
Referenced by HalpLegacyPCCreateArbiter(), and HalpLegacyPCQueryArbInterface().