|
ReactOS 0.4.17-dev-5-g8727bfd
|
#include <scsi.h>
Public Attributes | |
| UCHAR | ErrorCode:7 |
| UCHAR | Reserved1:1 |
| UCHAR | SenseKey:4 |
| UCHAR | Reserved2:4 |
| UCHAR | AdditionalSenseCode |
| UCHAR | AdditionalSenseCodeQualifier |
| UCHAR | Reserved3 [3] |
| UCHAR | AdditionalSenseLength |
| UCHAR | DescriptorBuffer [ANYSIZE_ARRAY] |
| UCHAR _DESCRIPTOR_SENSE_DATA::AdditionalSenseCode |
Definition at line 2776 of file scsi.h.
Referenced by AtaReqSetAtaStatusSenseData().
| UCHAR _DESCRIPTOR_SENSE_DATA::AdditionalSenseCodeQualifier |
Definition at line 2777 of file scsi.h.
Referenced by AtaReqSetAtaStatusSenseData().
| UCHAR _DESCRIPTOR_SENSE_DATA::AdditionalSenseLength |
Definition at line 2779 of file scsi.h.
Referenced by AtaReqSetAtaStatusSenseData().
| UCHAR _DESCRIPTOR_SENSE_DATA::DescriptorBuffer[ANYSIZE_ARRAY] |
Definition at line 2780 of file scsi.h.
Referenced by AtaReqSetAtaStatusSenseData().
| UCHAR _DESCRIPTOR_SENSE_DATA::ErrorCode |
Definition at line 2772 of file scsi.h.
Referenced by AtaReqSetAtaStatusSenseData().
| UCHAR _DESCRIPTOR_SENSE_DATA::SenseKey |
Definition at line 2774 of file scsi.h.
Referenced by AtaReqSetAtaStatusSenseData().