ReactOS 0.4.16-dev-297-gc569aee
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Variables | |
IO_COMPLETION_ROUTINE | SyncForwardIrpCompletionRoutine |
Definition at line 246 of file misc.c.
NTSTATUS USBSTOR_ClassRequest | ( | IN PDEVICE_OBJECT | DeviceObject, |
IN PFDO_DEVICE_EXTENSION | DeviceExtension, | ||
IN UCHAR | RequestType, | ||
IN USHORT | Index, | ||
IN ULONG | TransferFlags, | ||
IN ULONG | TransferBufferLength, | ||
IN PVOID | TransferBuffer | ||
) |
Definition at line 267 of file misc.c.
NTSTATUS NTAPI USBSTOR_GetBusInterface | ( | IN PDEVICE_OBJECT | DeviceObject, |
OUT PUSB_BUS_INTERFACE_USBDI_V2 | BusInterface | ||
) |
Definition at line 87 of file misc.c.
NTSTATUS USBSTOR_GetMaxLUN | ( | IN PDEVICE_OBJECT | DeviceObject, |
IN PFDO_DEVICE_EXTENSION | DeviceExtension | ||
) |
Definition at line 320 of file misc.c.
Definition at line 409 of file misc.c.
Referenced by USBSTOR_SendFormatCapacityIrp().
NTSTATUS USBSTOR_ResetDevice | ( | IN PDEVICE_OBJECT | DeviceObject, |
IN PFDO_DEVICE_EXTENSION | DeviceExtension | ||
) |
Definition at line 390 of file misc.c.
NTSTATUS NTAPI USBSTOR_SyncForwardIrp | ( | PDEVICE_OBJECT | DeviceObject, |
PIRP | Irp | ||
) |
Definition at line 38 of file misc.c.
Referenced by USBSTOR_FdoHandleDeviceRelations(), USBSTOR_FdoHandleStartDevice(), and USBSTOR_PdoHandlePnp().
NTSTATUS NTAPI USBSTOR_SyncForwardIrpCompletionRoutine | ( | PDEVICE_OBJECT | DeviceObject, |
PIRP | Irp, | ||
PVOID | Context | ||
) |
NTSTATUS USBSTOR_SyncUrbRequest | ( | IN PDEVICE_OBJECT | DeviceObject, |
OUT PURB | UrbRequest | ||
) |
Definition at line 168 of file misc.c.