|
smartmontools SVN Rev 3317
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 189 of file os_linux.h.
| unsigned char TAG_TW_Command_Apache::cdb[16] |
Definition at line 199 of file os_linux.h.
| struct { ... } TAG_TW_Command_Apache::command |
| unsigned char TAG_TW_Command_Apache::opcode |
Definition at line 191 of file os_linux.h.
| unsigned short TAG_TW_Command_Apache::request_id |
Definition at line 195 of file os_linux.h.
| unsigned char TAG_TW_Command_Apache::reserved |
Definition at line 192 of file os_linux.h.
| unsigned char TAG_TW_Command_Apache::sense_length |
Definition at line 196 of file os_linux.h.
| TW_SG_Entry TAG_TW_Command_Apache::sg_list[TW_MAX_SGL_LENGTH_9000] |
Definition at line 200 of file os_linux.h.
| unsigned short TAG_TW_Command_Apache::sgl_entries |
Definition at line 198 of file os_linux.h.
| unsigned char TAG_TW_Command_Apache::sgl_offset |
Definition at line 197 of file os_linux.h.
| unsigned char TAG_TW_Command_Apache::unit |
Definition at line 194 of file os_linux.h.
1.7.4