smartmontools SVN Rev 5611
Utility to control and monitor storage systems with "S.M.A.R.T."
Public Attributes | List of all members
sg_scsi_sense_hdr Struct Reference

Abridged SCSI sense data. More...

Collaboration diagram for sg_scsi_sense_hdr:
Collaboration graph
[legend]

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
 

Detailed Description

Abridged SCSI sense data.

Definition at line 68 of file scsiata.cpp.

Member Data Documentation

◆ additional_length

unsigned char sg_scsi_sense_hdr::additional_length

Definition at line 76 of file scsiata.cpp.

◆ asc

unsigned char sg_scsi_sense_hdr::asc

Definition at line 71 of file scsiata.cpp.

◆ ascq

unsigned char sg_scsi_sense_hdr::ascq

Definition at line 72 of file scsiata.cpp.

◆ byte4

unsigned char sg_scsi_sense_hdr::byte4

Definition at line 73 of file scsiata.cpp.

◆ byte5

unsigned char sg_scsi_sense_hdr::byte5

Definition at line 74 of file scsiata.cpp.

◆ byte6

unsigned char sg_scsi_sense_hdr::byte6

Definition at line 75 of file scsiata.cpp.

◆ response_code

unsigned char sg_scsi_sense_hdr::response_code

Definition at line 69 of file scsiata.cpp.

◆ sense_key

unsigned char sg_scsi_sense_hdr::sense_key

Definition at line 70 of file scsiata.cpp.


The documentation for this struct was generated from the following file: