|
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 sgloff:3 | |
| } | byte0 |
| unsigned char | size |
| unsigned char | request_id |
| unsigned char | unit |
| unsigned char | status |
| unsigned char | flags |
| unsigned short | param |
| unsigned short | features |
| unsigned short | sector_count |
| unsigned short | sector_num |
| unsigned short | cylinder_lo |
| unsigned short | cylinder_hi |
| unsigned char | drive_head |
| unsigned char | command |
| TW_SG_Entry | sg_list [TW_ATA_PASS_SGL_MAX] |
| unsigned char | padding [12] |
Definition at line 72 of file os_linux.h.
| struct { ... } TAG_TW_Passthru::byte0 |
| unsigned char TAG_TW_Passthru::command |
Definition at line 89 of file os_linux.h.
| unsigned short TAG_TW_Passthru::cylinder_hi |
Definition at line 87 of file os_linux.h.
| unsigned short TAG_TW_Passthru::cylinder_lo |
Definition at line 86 of file os_linux.h.
| unsigned char TAG_TW_Passthru::drive_head |
Definition at line 88 of file os_linux.h.
| unsigned short TAG_TW_Passthru::features |
Definition at line 83 of file os_linux.h.
| unsigned char TAG_TW_Passthru::flags |
Definition at line 81 of file os_linux.h.
| unsigned char TAG_TW_Passthru::opcode |
Definition at line 74 of file os_linux.h.
| unsigned char TAG_TW_Passthru::padding[12] |
Definition at line 91 of file os_linux.h.
| unsigned short TAG_TW_Passthru::param |
Definition at line 82 of file os_linux.h.
| unsigned char TAG_TW_Passthru::request_id |
Definition at line 78 of file os_linux.h.
| unsigned short TAG_TW_Passthru::sector_count |
Definition at line 84 of file os_linux.h.
| unsigned short TAG_TW_Passthru::sector_num |
Definition at line 85 of file os_linux.h.
| TW_SG_Entry TAG_TW_Passthru::sg_list[TW_ATA_PASS_SGL_MAX] |
Definition at line 90 of file os_linux.h.
| unsigned char TAG_TW_Passthru::sgloff |
Definition at line 75 of file os_linux.h.
| unsigned char TAG_TW_Passthru::size |
Definition at line 77 of file os_linux.h.
| unsigned char TAG_TW_Passthru::status |
Definition at line 80 of file os_linux.h.
| unsigned char TAG_TW_Passthru::unit |
Definition at line 79 of file os_linux.h.
1.7.4