|
ReactOS 0.4.17-dev-934-g091855f
|

Go to the source code of this file.
Functions | |
| NTSTATUS NTAPI | HalpLegacyPCCreateArbiter (_In_ PDEVICE_OBJECT BusFdo) |
| Initialize the legacy PC arbiter that uses PIR for PIC IRQ assignments. | |
| NTSTATUS NTAPI | HalpLegacyPCQueryArbInterface (_Out_writes_bytes_(Size) PVOID Interface, _In_ ULONG Size, _Out_ PULONG Length) |
| Query the legacy PC Arbiter. | |
| 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().