|
ReactOS 0.4.16-dev-1948-gd260c1d
|
#include <scsi_port.h>
Public Attributes | |
| UCHAR | PathId |
| UCHAR | TargetId |
| UCHAR | Lun |
| BOOLEAN | DeviceClaimed |
| ULONG | InquiryDataLength |
| ULONG | NextInquiryDataOffset |
| UCHAR | InquiryData [1] |
Definition at line 112 of file scsi_port.h.
| BOOLEAN _SCSI_INQUIRY_DATA::DeviceClaimed |
Definition at line 116 of file scsi_port.h.
Referenced by SpiGetInquiryData(), and USBSTOR_HandleDeviceControl().
| UCHAR _SCSI_INQUIRY_DATA::InquiryData |
Definition at line 119 of file scsi_port.h.
Referenced by ata_check_unit(), GetInquiryData(), SpiGetInquiryData(), and USBSTOR_HandleDeviceControl().
| ULONG _SCSI_INQUIRY_DATA::InquiryDataLength |
Definition at line 117 of file scsi_port.h.
Referenced by SpiGetInquiryData(), and USBSTOR_HandleDeviceControl().
| UCHAR _SCSI_INQUIRY_DATA::Lun |
Definition at line 115 of file scsi_port.h.
Referenced by ata_check_unit(), GetInquiryData(), SpiGetInquiryData(), and USBSTOR_HandleDeviceControl().
| ULONG _SCSI_INQUIRY_DATA::NextInquiryDataOffset |
Definition at line 118 of file scsi_port.h.
Referenced by ata_check_unit(), GetInquiryData(), SpiGetInquiryData(), and USBSTOR_HandleDeviceControl().
| UCHAR _SCSI_INQUIRY_DATA::PathId |
Definition at line 113 of file scsi_port.h.
Referenced by ata_check_unit(), GetInquiryData(), SpiGetInquiryData(), and USBSTOR_HandleDeviceControl().
| UCHAR _SCSI_INQUIRY_DATA::TargetId |
Definition at line 114 of file scsi_port.h.
Referenced by ata_check_unit(), GetInquiryData(), SpiGetInquiryData(), and USBSTOR_HandleDeviceControl().