|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Macros | |
| #define | NDEBUG |
| #define | USBSTOR_DEFAULT_MAX_PHYS_PAGES (USBSTOR_DEFAULT_MAX_TRANSFER_LENGTH / PAGE_SIZE + 1) |
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) |
| #define USBSTOR_DEFAULT_MAX_PHYS_PAGES (USBSTOR_DEFAULT_MAX_TRANSFER_LENGTH / PAGE_SIZE + 1) |
Definition at line 22 of file disk.c.
Referenced by USBSTOR_HandleInternalDeviceControl().
Definition at line 202 of file disk.c.
Referenced by USBSTOR_HandleDeviceControl(), and USBSTOR_HandleQueryProperty().
| NTSTATUS USBSTOR_HandleDeviceControl | ( | IN PDEVICE_OBJECT | DeviceObject, |
| IN PIRP | Irp | ||
| ) |
Definition at line 416 of file disk.c.
Referenced by USBSTOR_DispatchDeviceControl().
| NTSTATUS USBSTOR_HandleInternalDeviceControl | ( | IN PDEVICE_OBJECT | DeviceObject, |
| IN PIRP | Irp | ||
| ) |
Definition at line 84 of file disk.c.
Referenced by USBSTOR_DispatchScsi().
| NTSTATUS USBSTOR_HandleQueryProperty | ( | IN PDEVICE_OBJECT | DeviceObject, |
| IN PIRP | Irp | ||
| ) |
Definition at line 224 of file disk.c.
Referenced by USBSTOR_HandleDeviceControl().