smartmontools SVN Rev 5640
Utility to control and monitor storage systems with "S.M.A.R.T."
|
#include <os_linux.h>
Public Attributes | |
unsigned | all: 16 |
struct { | |
unsigned data: 1 | |
unsigned error_feature: 1 | |
unsigned sector: 1 | |
unsigned nsector: 1 | |
unsigned lcyl: 1 | |
unsigned hcyl: 1 | |
unsigned select: 1 | |
unsigned status_command: 1 | |
unsigned data_hob: 1 | |
unsigned error_feature_hob: 1 | |
unsigned sector_hob: 1 | |
unsigned nsector_hob: 1 | |
unsigned lcyl_hob: 1 | |
unsigned hcyl_hob: 1 | |
unsigned select_hob: 1 | |
unsigned control_hob: 1 | |
} | b |
Definition at line 328 of file os_linux.h.
unsigned ide_reg_valid_s::all |
Definition at line 329 of file os_linux.h.
struct { ... } ide_reg_valid_s::b |
unsigned ide_reg_valid_s::control_hob |
Definition at line 346 of file os_linux.h.
unsigned ide_reg_valid_s::data |
Definition at line 331 of file os_linux.h.
unsigned ide_reg_valid_s::data_hob |
Definition at line 339 of file os_linux.h.
unsigned ide_reg_valid_s::error_feature |
Definition at line 332 of file os_linux.h.
unsigned ide_reg_valid_s::error_feature_hob |
Definition at line 340 of file os_linux.h.
unsigned ide_reg_valid_s::hcyl |
Definition at line 336 of file os_linux.h.
unsigned ide_reg_valid_s::hcyl_hob |
Definition at line 344 of file os_linux.h.
unsigned ide_reg_valid_s::lcyl |
Definition at line 335 of file os_linux.h.
unsigned ide_reg_valid_s::lcyl_hob |
Definition at line 343 of file os_linux.h.
unsigned ide_reg_valid_s::nsector |
Definition at line 334 of file os_linux.h.
unsigned ide_reg_valid_s::nsector_hob |
Definition at line 342 of file os_linux.h.
unsigned ide_reg_valid_s::sector |
Definition at line 333 of file os_linux.h.
unsigned ide_reg_valid_s::sector_hob |
Definition at line 341 of file os_linux.h.
unsigned ide_reg_valid_s::select |
Definition at line 337 of file os_linux.h.
unsigned ide_reg_valid_s::select_hob |
Definition at line 345 of file os_linux.h.
unsigned ide_reg_valid_s::status_command |
Definition at line 338 of file os_linux.h.