smartmontools SVN Rev 5640
Utility to control and monitor storage systems with "S.M.A.R.T."
|
#include <os_freebsd.h>
Public Attributes | |
TW_UINT8 | sense_data [TWA_SENSE_DATA_LENGTH] |
struct { | |
TW_INT8 reserved [4] | |
TW_UINT16 error | |
TW_UINT8 padding | |
TW_UINT8 res__severity | |
} | status_block |
TW_UINT8 | err_specific_desc [98] |
struct { | |
TW_UINT8 size_header | |
TW_UINT16 reserved | |
TW_UINT8 size_sense | |
} | header_desc |
Definition at line 416 of file os_freebsd.h.
TW_UINT8 tw_cl_command_header::err_specific_desc[98] |
Definition at line 424 of file os_freebsd.h.
TW_UINT16 tw_cl_command_header::error |
Definition at line 420 of file os_freebsd.h.
struct { ... } tw_cl_command_header::header_desc |
TW_UINT8 tw_cl_command_header::padding |
Definition at line 421 of file os_freebsd.h.
TW_UINT8 tw_cl_command_header::res__severity |
Definition at line 422 of file os_freebsd.h.
TW_INT8 tw_cl_command_header::reserved[4] |
Definition at line 419 of file os_freebsd.h.
TW_UINT16 tw_cl_command_header::reserved |
Definition at line 427 of file os_freebsd.h.
TW_UINT8 tw_cl_command_header::sense_data[TWA_SENSE_DATA_LENGTH] |
Definition at line 417 of file os_freebsd.h.
TW_UINT8 tw_cl_command_header::size_header |
Definition at line 426 of file os_freebsd.h.
TW_UINT8 tw_cl_command_header::size_sense |
Definition at line 428 of file os_freebsd.h.
struct { ... } tw_cl_command_header::status_block |