ReactOS 0.4.16-dev-297-gc569aee
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
|
static |
Definition at line 309 of file pdo.c.
Referenced by PdoHandleQueryCompatibleId(), and PdoHandleQueryHardwareId().
|
static |
Definition at line 124 of file pdo.c.
Referenced by PdoHandleQueryDeviceId(), PdoHandleQueryDeviceText(), PdoHandleQueryHardwareId(), USBSTOR_PdoHandleQueryDeviceId(), and USBSTOR_PdoHandleQueryHardwareId().
PSCSI_PORT_LUN_EXTENSION GetLunByPath | ( | _In_ PSCSI_PORT_DEVICE_EXTENSION | DeviceExtension, |
_In_ UCHAR | PathId, | ||
_In_ UCHAR | TargetId, | ||
_In_ UCHAR | Lun | ||
) |
Definition at line 68 of file pdo.c.
Referenced by FdoScanAdapter(), ScsiPortGetLogicalUnit(), and ScsiPortNotification().
PDEVICE_OBJECT PdoCreateLunDevice | ( | _In_ PSCSI_PORT_DEVICE_EXTENSION | DeviceExtension | ) |
Definition at line 18 of file pdo.c.
Referenced by FdoScanAdapter().
NTSTATUS PdoDispatchPnp | ( | _In_ PDEVICE_OBJECT | DeviceObject, |
_Inout_ PIRP | Irp | ||
) |
Definition at line 554 of file pdo.c.
Referenced by ScsiPortDispatchPnp().
|
static |
Definition at line 524 of file pdo.c.
Referenced by PdoDispatchPnp().
|
static |
Definition at line 457 of file pdo.c.
Referenced by PdoDispatchPnp().
|
static |
Definition at line 263 of file pdo.c.
Referenced by PdoDispatchPnp().
|
static |
Definition at line 168 of file pdo.c.
Referenced by PdoDispatchPnp().
|
static |
Definition at line 346 of file pdo.c.
Referenced by PdoDispatchPnp().
|
static |
Definition at line 493 of file pdo.c.
Referenced by PdoDispatchPnp().
PSCSI_REQUEST_BLOCK_INFO SpiGetSrbData | ( | _In_ PSCSI_PORT_DEVICE_EXTENSION | DeviceExtension, |
_In_ PSCSI_PORT_LUN_EXTENSION | LunExtension, | ||
_In_ UCHAR | QueueTag | ||
) |
Definition at line 102 of file pdo.c.
Referenced by ScsiPortGetPhysicalAddress(), ScsiPortNotification(), ScsiPortStartPacket(), and SpiAllocateSrbStructures().