smartmontools SVN Rev 5640
Utility to control and monitor storage systems with "S.M.A.R.T."
|
#include <os_linux.h>
Public Attributes | |
struct { | |
unsigned char opcode:5 | |
unsigned char reserved:3 | |
} | command |
unsigned char | unit |
unsigned short | request_id |
unsigned char | sense_length |
unsigned char | sgl_offset |
unsigned short | sgl_entries |
unsigned char | cdb [16] |
TW_SG_Entry | sg_list [TW_MAX_SGL_LENGTH_9000] |
Definition at line 175 of file os_linux.h.
unsigned char TAG_TW_Command_Apache::cdb[16] |
Definition at line 185 of file os_linux.h.
struct { ... } TAG_TW_Command_Apache::command |
unsigned char TAG_TW_Command_Apache::opcode |
Definition at line 177 of file os_linux.h.
unsigned short TAG_TW_Command_Apache::request_id |
Definition at line 181 of file os_linux.h.
unsigned char TAG_TW_Command_Apache::reserved |
Definition at line 178 of file os_linux.h.
unsigned char TAG_TW_Command_Apache::sense_length |
Definition at line 182 of file os_linux.h.
TW_SG_Entry TAG_TW_Command_Apache::sg_list[TW_MAX_SGL_LENGTH_9000] |
Definition at line 186 of file os_linux.h.
unsigned short TAG_TW_Command_Apache::sgl_entries |
Definition at line 184 of file os_linux.h.
unsigned char TAG_TW_Command_Apache::sgl_offset |
Definition at line 183 of file os_linux.h.
unsigned char TAG_TW_Command_Apache::unit |
Definition at line 180 of file os_linux.h.