ReactOS 0.4.16-dev-297-gc569aee
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |
static BOOLEAN | IsRequestValid (PIRP Irp) |
NTSTATUS | USBSTOR_HandleInternalDeviceControl (IN PDEVICE_OBJECT DeviceObject, IN PIRP Irp) |
ULONG | USBSTOR_GetFieldLength (IN PUCHAR Name, IN ULONG MaxLength) |
NTSTATUS | USBSTOR_HandleQueryProperty (IN PDEVICE_OBJECT DeviceObject, IN PIRP Irp) |
NTSTATUS | USBSTOR_HandleDeviceControl (IN PDEVICE_OBJECT DeviceObject, IN PIRP Irp) |
Definition at line 19 of file disk.c.
Referenced by USBSTOR_HandleInternalDeviceControl().
Definition at line 199 of file disk.c.
Referenced by USBSTOR_HandleDeviceControl(), and USBSTOR_HandleQueryProperty().
NTSTATUS USBSTOR_HandleDeviceControl | ( | IN PDEVICE_OBJECT | DeviceObject, |
IN PIRP | Irp | ||
) |
Definition at line 413 of file disk.c.
Referenced by USBSTOR_DispatchDeviceControl().
NTSTATUS USBSTOR_HandleInternalDeviceControl | ( | IN PDEVICE_OBJECT | DeviceObject, |
IN PIRP | Irp | ||
) |
Definition at line 81 of file disk.c.
Referenced by USBSTOR_DispatchScsi().
NTSTATUS USBSTOR_HandleQueryProperty | ( | IN PDEVICE_OBJECT | DeviceObject, |
IN PIRP | Irp | ||
) |
Definition at line 221 of file disk.c.
Referenced by USBSTOR_HandleDeviceControl().