smartmontools SVN Rev 5442
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 151 of file scsicmds.h.
uint8_t scsi_iec_mode_page::gotChangeable |
Definition at line 155 of file scsicmds.h.
uint8_t scsi_iec_mode_page::gotCurrent |
Definition at line 153 of file scsicmds.h.
uint8_t scsi_iec_mode_page::modese_len |
Definition at line 156 of file scsicmds.h.
uint8_t scsi_iec_mode_page::raw_chg[SCSI_IECMP_RAW_LEN] |
Definition at line 158 of file scsicmds.h.
uint8_t scsi_iec_mode_page::raw_curr[SCSI_IECMP_RAW_LEN] |
Definition at line 157 of file scsicmds.h.
uint8_t scsi_iec_mode_page::requestedChangeable |
Definition at line 154 of file scsicmds.h.
uint8_t scsi_iec_mode_page::requestedCurrent |
Definition at line 152 of file scsicmds.h.