|
ReactOS 0.4.16-dev-1948-gd260c1d
|

Go to the source code of this file.
Macros | |
| #define | NDEBUG |
| NTSTATUS NTAPI DriverEntry | ( | IN PDRIVER_OBJECT | DriverObject, |
| IN PUNICODE_STRING | RegPath | ||
| ) |
Definition at line 188 of file usbstor.c.
| NTSTATUS NTAPI USBSTOR_AddDevice | ( | IN PDRIVER_OBJECT | DriverObject, |
| IN PDEVICE_OBJECT | PhysicalDeviceObject | ||
| ) |
Definition at line 18 of file usbstor.c.
Referenced by DriverEntry().
| NTSTATUS NTAPI USBSTOR_DispatchClose | ( | PDEVICE_OBJECT | DeviceObject, |
| PIRP | Irp | ||
| ) |
Definition at line 73 of file usbstor.c.
Referenced by DriverEntry().
| NTSTATUS NTAPI USBSTOR_DispatchDeviceControl | ( | PDEVICE_OBJECT | DeviceObject, |
| PIRP | Irp | ||
| ) |
Definition at line 87 of file usbstor.c.
Referenced by DriverEntry().
| NTSTATUS NTAPI USBSTOR_DispatchPnp | ( | PDEVICE_OBJECT | DeviceObject, |
| PIRP | Irp | ||
| ) |
Definition at line 123 of file usbstor.c.
Referenced by DriverEntry().
| NTSTATUS NTAPI USBSTOR_DispatchPower | ( | PDEVICE_OBJECT | DeviceObject, |
| PIRP | Irp | ||
| ) |
Definition at line 162 of file usbstor.c.
Referenced by DriverEntry().
| NTSTATUS NTAPI USBSTOR_DispatchReadWrite | ( | PDEVICE_OBJECT | DeviceObject, |
| PIRP | Irp | ||
| ) |
Definition at line 110 of file usbstor.c.
Referenced by DriverEntry().
| NTSTATUS NTAPI USBSTOR_DispatchScsi | ( | PDEVICE_OBJECT | DeviceObject, |
| PIRP | Irp | ||
| ) |
Definition at line 101 of file usbstor.c.
Referenced by DriverEntry().
Definition at line 143 of file usbstor.c.
Referenced by DriverEntry().
| VOID NTAPI USBSTOR_Unload | ( | PDRIVER_OBJECT | DriverObject | ) |