|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Macros | |
| #define | NDEBUG |
Functions | |
| static BOOLEAN NTAPI | PortFdoInterruptRoutine (_In_ PKINTERRUPT Interrupt, _In_ PVOID ServiceContext) |
| static NTSTATUS | PortFdoConnectInterrupt (_In_ PFDO_DEVICE_EXTENSION DeviceExtension) |
| static NTSTATUS | PortFdoStartMiniport (_In_ PFDO_DEVICE_EXTENSION DeviceExtension) |
| static NTSTATUS NTAPI | PortFdoStartDevice (_In_ PFDO_DEVICE_EXTENSION DeviceExtension, _In_ PIRP Irp) |
| static NTSTATUS | PortSendInquiry (_In_ PPDO_DEVICE_EXTENSION PdoExtension) |
| static NTSTATUS | PortFdoScanBus (_In_ PFDO_DEVICE_EXTENSION DeviceExtension) |
| static NTSTATUS | PortFdoQueryBusRelations (_In_ PFDO_DEVICE_EXTENSION DeviceExtension, _Out_ PULONG_PTR Information) |
| static NTSTATUS | PortFdoFilterRequirements (PFDO_DEVICE_EXTENSION DeviceExtension, PIRP Irp) |
| NTSTATUS NTAPI | PortFdoScsi (_In_ PDEVICE_OBJECT DeviceObject, _In_ PIRP Irp) |
| NTSTATUS NTAPI | PortFdoPnp (_In_ PDEVICE_OBJECT DeviceObject, _In_ PIRP Irp) |
|
static |
Definition at line 38 of file fdo.c.
Referenced by PortFdoStartMiniport().
|
static |
Definition at line 546 of file fdo.c.
Referenced by PortFdoPnp().
|
static |
Definition at line 21 of file fdo.c.
Referenced by PortFdoConnectInterrupt().
Definition at line 596 of file fdo.c.
Referenced by PortDispatchPnp().
|
static |
Definition at line 525 of file fdo.c.
Referenced by PortFdoPnp().
|
static |
Definition at line 460 of file fdo.c.
Referenced by PortFdoQueryBusRelations().
Definition at line 568 of file fdo.c.
Referenced by PortDispatchScsi().
|
static |
Definition at line 176 of file fdo.c.
Referenced by PortFdoPnp().
|
static |
Definition at line 104 of file fdo.c.
Referenced by PortFdoStartDevice().
|
static |
Definition at line 256 of file fdo.c.
Referenced by PortFdoScanBus().