|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Macros | |
| #define | NDEBUG |
Definition at line 167 of file pdo.c.
| NTSTATUS USBSTOR_AllocateIrp | ( | IN PDEVICE_OBJECT | DeviceObject, |
| IN ULONG | DataTransferLength, | ||
| IN UCHAR | OpCode, | ||
| IN PKEVENT | Event, | ||
| OUT PSCSI_REQUEST_BLOCK * | OutRequest, | ||
| OUT PIRP * | OutIrp | ||
| ) |
Definition at line 988 of file pdo.c.
Referenced by USBSTOR_SendIrp().
| NTSTATUS NTAPI USBSTOR_CompletionRoutine | ( | IN PDEVICE_OBJECT | DeviceObject, |
| IN PIRP | Irp, | ||
| IN PVOID | Ctx | ||
| ) |
Definition at line 973 of file pdo.c.
Referenced by USBSTOR_AllocateIrp().
| VOID USBSTOR_ConvertToUnicodeString | ( | IN CHAR * | Buffer, |
| IN ULONG | ResultBufferLength, | ||
| IN ULONG | ResultBufferOffset, | ||
| OUT LPWSTR | ResultBuffer, | ||
| OUT PULONG | NewResultBufferOffset | ||
| ) |
Definition at line 364 of file pdo.c.
| NTSTATUS USBSTOR_CreatePDO | ( | IN PDEVICE_OBJECT | DeviceObject, |
| IN UCHAR | LUN | ||
| ) |
Definition at line 1279 of file pdo.c.
| LPCSTR USBSTOR_GetDeviceType | ( | IN PUFI_INQUIRY_RESPONSE | InquiryData, |
| IN UCHAR | IsFloppy | ||
| ) |
Definition at line 18 of file pdo.c.
| LPCSTR USBSTOR_GetGenericType | ( | IN PUFI_INQUIRY_RESPONSE | InquiryData, |
| IN UCHAR | IsFloppy | ||
| ) |
Definition at line 92 of file pdo.c.
Definition at line 724 of file pdo.c.
Definition at line 781 of file pdo.c.
Definition at line 577 of file pdo.c.
| NTSTATUS USBSTOR_PdoHandleQueryDeviceId | ( | IN PDEVICE_OBJECT | DeviceObject, |
| IN PIRP | Irp | ||
| ) |
Definition at line 271 of file pdo.c.
| NTSTATUS USBSTOR_PdoHandleQueryDeviceText | ( | IN PDEVICE_OBJECT | DeviceObject, |
| IN PIRP | Irp | ||
| ) |
Definition at line 196 of file pdo.c.
Definition at line 413 of file pdo.c.
Definition at line 649 of file pdo.c.
| NTSTATUS USBSTOR_SendFormatCapacityIrp | ( | IN PDEVICE_OBJECT | PDODeviceObject | ) |
Definition at line 1240 of file pdo.c.
Referenced by USBSTOR_CreatePDO().
| NTSTATUS USBSTOR_SendInquiryIrp | ( | IN PDEVICE_OBJECT | PDODeviceObject | ) |
Definition at line 1192 of file pdo.c.
Referenced by USBSTOR_CreatePDO().
| NTSTATUS USBSTOR_SendIrp | ( | IN PDEVICE_OBJECT | PDODeviceObject, |
| IN ULONG | DataTransferLength, | ||
| IN UCHAR | OpCode, | ||
| OUT PVOID * | OutData | ||
| ) |
Definition at line 1120 of file pdo.c.
Referenced by USBSTOR_SendFormatCapacityIrp(), and USBSTOR_SendInquiryIrp().