smartmontools SVN Rev 5640
Utility to control and monitor storage systems with "S.M.A.R.T."
|
#include <scsicmds.h>
Public Attributes | |
uint8_t | requestedCurrent |
uint8_t | gotCurrent |
uint8_t | requestedChangeable |
uint8_t | gotChangeable |
uint8_t | modese_len |
uint8_t | raw_curr [SCSI_IECMP_RAW_LEN] |
uint8_t | raw_chg [SCSI_IECMP_RAW_LEN] |
Definition at line 144 of file scsicmds.h.
uint8_t scsi_iec_mode_page::gotChangeable |
Definition at line 148 of file scsicmds.h.
uint8_t scsi_iec_mode_page::gotCurrent |
Definition at line 146 of file scsicmds.h.
uint8_t scsi_iec_mode_page::modese_len |
Definition at line 149 of file scsicmds.h.
uint8_t scsi_iec_mode_page::raw_chg[SCSI_IECMP_RAW_LEN] |
Definition at line 151 of file scsicmds.h.
uint8_t scsi_iec_mode_page::raw_curr[SCSI_IECMP_RAW_LEN] |
Definition at line 150 of file scsicmds.h.
uint8_t scsi_iec_mode_page::requestedChangeable |
Definition at line 147 of file scsicmds.h.
uint8_t scsi_iec_mode_page::requestedCurrent |
Definition at line 145 of file scsicmds.h.