|
ReactOS 0.4.16-dev-1948-gd260c1d
|

Go to the source code of this file.
Macros | |
| #define | NDEBUG |
Definition at line 96 of file pdo.c.
Referenced by USBSTOR_PdoHandleQueryDeviceText().
| VOID USBSTOR_ConvertToUnicodeString | ( | IN CHAR * | Buffer, |
| IN ULONG | ResultBufferLength, | ||
| IN ULONG | ResultBufferOffset, | ||
| OUT LPWSTR | ResultBuffer, | ||
| OUT PULONG | NewResultBufferOffset | ||
| ) |
Definition at line 232 of file pdo.c.
Referenced by USBSTOR_PdoHandleQueryCompatibleId(), and USBSTOR_PdoHandleQueryHardwareId().
| NTSTATUS USBSTOR_CreatePDO | ( | IN PDEVICE_OBJECT | DeviceObject, |
| IN UCHAR | LUN | ||
| ) |
Definition at line 864 of file pdo.c.
Referenced by USBSTOR_FdoHandleStartDevice().
|
static |
Definition at line 824 of file pdo.c.
Referenced by USBSTOR_CreatePDO().
|
static |
Definition at line 20 of file pdo.c.
Referenced by USBSTOR_PdoHandleQueryCompatibleId(), USBSTOR_PdoHandleQueryDeviceId(), and USBSTOR_PdoHandleQueryHardwareId().
|
static |
Definition at line 45 of file pdo.c.
Referenced by USBSTOR_PdoHandleQueryHardwareId().
Definition at line 500 of file pdo.c.
Referenced by USBSTOR_PdoHandlePnp().
Definition at line 534 of file pdo.c.
Referenced by USBSTOR_DispatchPnp().
Definition at line 394 of file pdo.c.
Referenced by USBSTOR_PdoHandlePnp().
| NTSTATUS USBSTOR_PdoHandleQueryDeviceId | ( | IN PDEVICE_OBJECT | DeviceObject, |
| IN PIRP | Irp | ||
| ) |
Definition at line 179 of file pdo.c.
Referenced by USBSTOR_PdoHandlePnp().
| NTSTATUS USBSTOR_PdoHandleQueryDeviceText | ( | IN PDEVICE_OBJECT | DeviceObject, |
| IN PIRP | Irp | ||
| ) |
Definition at line 125 of file pdo.c.
Referenced by USBSTOR_PdoHandlePnp().
Definition at line 267 of file pdo.c.
Referenced by USBSTOR_PdoHandlePnp().
Definition at line 434 of file pdo.c.
Referenced by USBSTOR_PdoHandlePnp().
|
static |
Definition at line 690 of file pdo.c.
Referenced by USBSTOR_FillInquiryData().