|
ReactOS 0.4.17-dev-934-g091855f
|

Go to the source code of this file.
Macros | |
| #define | NDEBUG |
Functions | |
| VOID | USBSTOR_DumpDeviceDescriptor (PUSB_DEVICE_DESCRIPTOR DeviceDescriptor) |
| NTSTATUS | USBSTOR_FdoHandleDeviceRelations (IN PFDO_DEVICE_EXTENSION DeviceExtension, IN OUT PIRP Irp) |
| NTSTATUS | USBSTOR_FdoHandleRemoveDevice (IN PDEVICE_OBJECT DeviceObject, IN PFDO_DEVICE_EXTENSION DeviceExtension, IN OUT PIRP Irp) |
| NTSTATUS | USBSTOR_FdoHandleStartDevice (IN PDEVICE_OBJECT DeviceObject, IN PFDO_DEVICE_EXTENSION DeviceExtension, IN OUT PIRP Irp) |
| NTSTATUS | USBSTOR_FdoHandlePnp (IN PDEVICE_OBJECT DeviceObject, IN OUT PIRP Irp) |
| VOID USBSTOR_DumpDeviceDescriptor | ( | PUSB_DEVICE_DESCRIPTOR | DeviceDescriptor | ) |
Definition at line 18 of file fdo.c.
Referenced by USBSTOR_FdoHandleStartDevice().
| NTSTATUS USBSTOR_FdoHandleDeviceRelations | ( | IN PFDO_DEVICE_EXTENSION | DeviceExtension, |
| IN OUT PIRP | Irp | ||
| ) |
Definition at line 38 of file fdo.c.
Definition at line 331 of file fdo.c.
| NTSTATUS USBSTOR_FdoHandleRemoveDevice | ( | IN PDEVICE_OBJECT | DeviceObject, |
| IN PFDO_DEVICE_EXTENSION | DeviceExtension, | ||
| IN OUT PIRP | Irp | ||
| ) |
Definition at line 125 of file fdo.c.
| NTSTATUS USBSTOR_FdoHandleStartDevice | ( | IN PDEVICE_OBJECT | DeviceObject, |
| IN PFDO_DEVICE_EXTENSION | DeviceExtension, | ||
| IN OUT PIRP | Irp | ||
| ) |
Definition at line 159 of file fdo.c.