smartmontools SVN Rev 5640
Utility to control and monitor storage systems with "S.M.A.R.T."
|
Abridged SCSI sense data. More...
Public Attributes | |
unsigned char | response_code |
unsigned char | sense_key |
unsigned char | asc |
unsigned char | ascq |
unsigned char | byte4 |
unsigned char | byte5 |
unsigned char | byte6 |
unsigned char | additional_length |
Abridged SCSI sense data.
Definition at line 68 of file scsiata.cpp.
unsigned char sg_scsi_sense_hdr::additional_length |
Definition at line 76 of file scsiata.cpp.
unsigned char sg_scsi_sense_hdr::asc |
Definition at line 71 of file scsiata.cpp.
unsigned char sg_scsi_sense_hdr::ascq |
Definition at line 72 of file scsiata.cpp.
unsigned char sg_scsi_sense_hdr::byte4 |
Definition at line 73 of file scsiata.cpp.
unsigned char sg_scsi_sense_hdr::byte5 |
Definition at line 74 of file scsiata.cpp.
unsigned char sg_scsi_sense_hdr::byte6 |
Definition at line 75 of file scsiata.cpp.
unsigned char sg_scsi_sense_hdr::response_code |
Definition at line 69 of file scsiata.cpp.
unsigned char sg_scsi_sense_hdr::sense_key |
Definition at line 70 of file scsiata.cpp.