ReactOS 0.4.16-dev-297-gc569aee
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Variables | |
ULONG | PciIdeControllerNumber = 0 |
NTSTATUS NTAPI DriverEntry | ( | _In_ PDRIVER_OBJECT | DriverObject, |
_In_ PUNICODE_STRING | RegistryPath | ||
) |
Definition at line 329 of file pciidex.c.
NTSTATUS NTAPI PciIdeXAddDevice | ( | _In_ PDRIVER_OBJECT | DriverObject, |
_In_ PDEVICE_OBJECT | PhysicalDeviceObject | ||
) |
Definition at line 155 of file pciidex.c.
Definition at line 258 of file pciidex.c.
Referenced by PciIdeXInitialize().
Definition at line 18 of file pciidex.c.
Referenced by PciIdeXInitialize().
|
static |
Definition at line 108 of file pciidex.c.
Referenced by PciIdeXAddDevice().
NTSTATUS NTAPI PciIdeXInitialize | ( | _In_ PDRIVER_OBJECT | DriverObject, |
_In_ PUNICODE_STRING | RegistryPath, | ||
_In_ PCONTROLLER_PROPERTIES | HwGetControllerProperties, | ||
_In_ ULONG | ExtensionSize | ||
) |
Definition at line 289 of file pciidex.c.
Referenced by DriverEntry().
|
static |
Definition at line 58 of file pciidex.c.
Referenced by PciIdeXAddDevice().
VOID NTAPI PciIdeXUnload | ( | _In_ PDRIVER_OBJECT | DriverObject | ) |
ULONG PciIdeControllerNumber = 0 |
Definition at line 13 of file pciidex.c.
Referenced by PciIdeXAddDevice().