|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Macros | |
| #define | NDEBUG |
Functions | |
| static NTSTATUS | SpiGetInquiryData (_In_ PSCSI_PORT_DEVICE_EXTENSION DeviceExtension, _In_ PIRP Irp) |
| static UINT32 | GetFieldLength (_In_ PUCHAR Name, _In_ UINT32 MaxLength) |
| static NTSTATUS | PdoHandleQueryProperty (_In_ PDEVICE_OBJECT DeviceObject, _Inout_ PIRP Irp) |
| static NTSTATUS | PdoHandleScsiPassthrough (_In_ PDEVICE_OBJECT DeviceObject, _Inout_ PIRP Irp) |
| static NTSTATUS | FdoHandleScsiPassthrough (_In_ PDEVICE_OBJECT DeviceObject, _Inout_ PIRP Irp) |
| static NTSTATUS | FdoHandleQueryProperty (_In_ PDEVICE_OBJECT DeviceObject, _Inout_ PIRP Irp) |
| NTSTATUS NTAPI | ScsiPortDeviceControl (_In_ PDEVICE_OBJECT DeviceObject, _In_ PIRP Irp) |
|
static |
Definition at line 343 of file ioctl.c.
Referenced by ScsiPortDeviceControl().
|
static |
Definition at line 317 of file ioctl.c.
Referenced by ScsiPortDeviceControl().
Definition at line 125 of file ioctl.c.
Referenced by PdoHandleQueryProperty().
|
static |
Definition at line 148 of file ioctl.c.
Referenced by ScsiPortDeviceControl().
|
static |
Definition at line 293 of file ioctl.c.
Referenced by FdoHandleScsiPassthrough(), and ScsiPortDeviceControl().
Definition at line 454 of file ioctl.c.
Referenced by ScsiPortInitialize().
|
static |
Definition at line 19 of file ioctl.c.
Referenced by ScsiPortDeviceControl().