|
ReactOS 0.4.16-dev-1948-gd260c1d
|
#include <scsiport.h>

Public Attributes | |
| LIST_ENTRY | LunsListHead |
| UCHAR | LogicalUnitsCount |
| UCHAR | TargetsCount |
| UCHAR | BusIdentifier |
| HANDLE | RegistryMapKey |
Definition at line 185 of file scsiport.h.
| UCHAR _SCSI_BUS_INFO::BusIdentifier |
Definition at line 190 of file scsiport.h.
Referenced by FdoScanAdapter().
| UCHAR _SCSI_BUS_INFO::LogicalUnitsCount |
Definition at line 188 of file scsiport.h.
Referenced by FdoScanAdapter().
| LIST_ENTRY _SCSI_BUS_INFO::LunsListHead |
Definition at line 187 of file scsiport.h.
Referenced by FdoHandleDeviceRelations(), FdoScanAdapter(), GetLunByPath(), ScsiPortCompleteRequest(), ScsiPortIoTimer(), and SpiGetInquiryData().
| HANDLE _SCSI_BUS_INFO::RegistryMapKey |
Definition at line 191 of file scsiport.h.
Referenced by FdoRemoveAdapter().
| UCHAR _SCSI_BUS_INFO::TargetsCount |
Definition at line 189 of file scsiport.h.
Referenced by FdoScanAdapter().