|
smartmontools SVN Rev 3317
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 342 of file os_linux.h.
| unsigned ide_reg_valid_s::all |
Definition at line 343 of file os_linux.h.
| struct { ... } ide_reg_valid_s::b |
| unsigned ide_reg_valid_s::control_hob |
Definition at line 360 of file os_linux.h.
| unsigned ide_reg_valid_s::data |
Definition at line 345 of file os_linux.h.
| unsigned ide_reg_valid_s::data_hob |
Definition at line 353 of file os_linux.h.
| unsigned ide_reg_valid_s::error_feature |
Definition at line 346 of file os_linux.h.
| unsigned ide_reg_valid_s::error_feature_hob |
Definition at line 354 of file os_linux.h.
| unsigned ide_reg_valid_s::hcyl |
Definition at line 350 of file os_linux.h.
| unsigned ide_reg_valid_s::hcyl_hob |
Definition at line 358 of file os_linux.h.
| unsigned ide_reg_valid_s::lcyl |
Definition at line 349 of file os_linux.h.
| unsigned ide_reg_valid_s::lcyl_hob |
Definition at line 357 of file os_linux.h.
| unsigned ide_reg_valid_s::nsector |
Definition at line 348 of file os_linux.h.
| unsigned ide_reg_valid_s::nsector_hob |
Definition at line 356 of file os_linux.h.
| unsigned ide_reg_valid_s::sector |
Definition at line 347 of file os_linux.h.
| unsigned ide_reg_valid_s::sector_hob |
Definition at line 355 of file os_linux.h.
| unsigned ide_reg_valid_s::select |
Definition at line 351 of file os_linux.h.
| unsigned ide_reg_valid_s::select_hob |
Definition at line 359 of file os_linux.h.
| unsigned ide_reg_valid_s::status_command |
Definition at line 352 of file os_linux.h.
1.7.4