smartmontools SVN Rev 5612
Utility to control and monitor storage systems with "S.M.A.R.T."
Public Types | Public Attributes | List of all members
ata_print_options Struct Reference

#include <ataprint.h>

Collaboration diagram for ata_print_options:
Collaboration graph
[legend]

Public Types

enum  { FMT_BRIEF = 0x01 , FMT_HEX_ID = 0x02 , FMT_HEX_VAL = 0x04 }
 

Public Attributes

bool a_option = false
 
bool drive_info = false
 
int identify_word_level = -1
 
int identify_bit_level = -1
 
bool smart_check_status = false
 
bool smart_general_values = false
 
bool smart_vendor_attrib = false
 
bool smart_error_log = false
 
bool smart_selftest_log = false
 
bool smart_selective_selftest_log = false
 
bool gp_logdir = false
 
bool smart_logdir = false
 
unsigned smart_ext_error_log = 0
 
unsigned smart_ext_selftest_log = 0
 
bool retry_error_log = false
 
bool retry_selftest_log = false
 
std::vector< ata_log_requestlog_requests
 
bool devstat_all_pages = false
 
bool devstat_ssd_page = false
 
std::vector< int > devstat_pages
 
unsigned pending_defects_log = 0
 
bool sct_temp_sts = false
 
bool sct_temp_hist = false
 
int sct_erc_get = 0
 
int sct_erc_set = 0
 
unsigned sct_erc_readtime = 0
 
unsigned sct_erc_writetime = 0
 
bool sataphy = false
 
bool sataphy_reset = false
 
bool smart_disable = false
 
bool smart_enable = false
 
bool smart_auto_offl_disable = false
 
bool smart_auto_offl_enable = false
 
bool smart_auto_save_disable = false
 
bool smart_auto_save_enable = false
 
int smart_selftest_type = -1
 
bool smart_selftest_force = false
 
ata_selective_selftest_args smart_selective_args
 
unsigned sct_temp_int = 0
 
bool sct_temp_int_pers = false
 
unsigned char output_format = 0
 
firmwarebug_defs firmwarebugs
 
bool fix_swapped_id = false
 
ata_vendor_attr_defs attribute_defs
 
bool ignore_presets = false
 
bool show_presets = false
 
unsigned char powermode = 0
 
unsigned char powerexit = 0
 
int powerexit_unsup = -1
 
bool get_set_used = false
 
bool get_aam = false
 
int set_aam = 0
 
bool get_apm = false
 
int set_apm = 0
 
bool get_lookahead = false
 
int set_lookahead = 0
 
int set_standby = 0
 
bool set_standby_now = false
 
bool get_security = false
 
bool set_security_freeze = false
 
bool get_wcache = false
 
int set_wcache = 0
 
bool sct_wcache_reorder_get = false
 
int sct_wcache_reorder_set = 0
 
bool sct_wcache_reorder_set_pers = false
 
bool sct_wcache_sct_get = false
 
int sct_wcache_sct_set = 0
 
bool sct_wcache_sct_set_pers = false
 
bool get_dsn = false
 
int set_dsn = 0
 
bool farm_log = false
 
bool farm_log_suggest = false
 

Detailed Description

Definition at line 30 of file ataprint.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
FMT_BRIEF 
FMT_HEX_ID 
FMT_HEX_VAL 

Definition at line 71 of file ataprint.h.

Member Data Documentation

◆ a_option

bool ata_print_options::a_option = false

Definition at line 32 of file ataprint.h.

◆ attribute_defs

ata_vendor_attr_defs ata_print_options::attribute_defs

Definition at line 77 of file ataprint.h.

◆ devstat_all_pages

bool ata_print_options::devstat_all_pages = false

Definition at line 49 of file ataprint.h.

◆ devstat_pages

std::vector<int> ata_print_options::devstat_pages

Definition at line 50 of file ataprint.h.

◆ devstat_ssd_page

bool ata_print_options::devstat_ssd_page = false

Definition at line 49 of file ataprint.h.

◆ drive_info

bool ata_print_options::drive_info = false

Definition at line 33 of file ataprint.h.

◆ farm_log

bool ata_print_options::farm_log = false

Definition at line 107 of file ataprint.h.

◆ farm_log_suggest

bool ata_print_options::farm_log_suggest = false

Definition at line 108 of file ataprint.h.

◆ firmwarebugs

firmwarebug_defs ata_print_options::firmwarebugs

Definition at line 74 of file ataprint.h.

◆ fix_swapped_id

bool ata_print_options::fix_swapped_id = false

Definition at line 75 of file ataprint.h.

◆ get_aam

bool ata_print_options::get_aam = false

Definition at line 86 of file ataprint.h.

◆ get_apm

bool ata_print_options::get_apm = false

Definition at line 88 of file ataprint.h.

◆ get_dsn

bool ata_print_options::get_dsn = false

Definition at line 104 of file ataprint.h.

◆ get_lookahead

bool ata_print_options::get_lookahead = false

Definition at line 90 of file ataprint.h.

◆ get_security

bool ata_print_options::get_security = false

Definition at line 94 of file ataprint.h.

◆ get_set_used

bool ata_print_options::get_set_used = false

Definition at line 85 of file ataprint.h.

◆ get_wcache

bool ata_print_options::get_wcache = false

Definition at line 96 of file ataprint.h.

◆ gp_logdir

bool ata_print_options::gp_logdir = false

Definition at line 42 of file ataprint.h.

◆ identify_bit_level

int ata_print_options::identify_bit_level = -1

Definition at line 34 of file ataprint.h.

◆ identify_word_level

int ata_print_options::identify_word_level = -1

Definition at line 34 of file ataprint.h.

◆ ignore_presets

bool ata_print_options::ignore_presets = false

Definition at line 79 of file ataprint.h.

◆ log_requests

std::vector<ata_log_request> ata_print_options::log_requests

Definition at line 47 of file ataprint.h.

◆ output_format

unsigned char ata_print_options::output_format = 0

Definition at line 72 of file ataprint.h.

◆ pending_defects_log

unsigned ata_print_options::pending_defects_log = 0

Definition at line 52 of file ataprint.h.

◆ powerexit

unsigned char ata_print_options::powerexit = 0

Definition at line 82 of file ataprint.h.

◆ powerexit_unsup

int ata_print_options::powerexit_unsup = -1

Definition at line 83 of file ataprint.h.

◆ powermode

unsigned char ata_print_options::powermode = 0

Definition at line 81 of file ataprint.h.

◆ retry_error_log

bool ata_print_options::retry_error_log = false

Definition at line 45 of file ataprint.h.

◆ retry_selftest_log

bool ata_print_options::retry_selftest_log = false

Definition at line 45 of file ataprint.h.

◆ sataphy

bool ata_print_options::sataphy = false

Definition at line 58 of file ataprint.h.

◆ sataphy_reset

bool ata_print_options::sataphy_reset = false

Definition at line 58 of file ataprint.h.

◆ sct_erc_get

int ata_print_options::sct_erc_get = 0

Definition at line 55 of file ataprint.h.

◆ sct_erc_readtime

unsigned ata_print_options::sct_erc_readtime = 0

Definition at line 57 of file ataprint.h.

◆ sct_erc_set

int ata_print_options::sct_erc_set = 0

Definition at line 56 of file ataprint.h.

◆ sct_erc_writetime

unsigned ata_print_options::sct_erc_writetime = 0

Definition at line 57 of file ataprint.h.

◆ sct_temp_hist

bool ata_print_options::sct_temp_hist = false

Definition at line 54 of file ataprint.h.

◆ sct_temp_int

unsigned ata_print_options::sct_temp_int = 0

Definition at line 68 of file ataprint.h.

◆ sct_temp_int_pers

bool ata_print_options::sct_temp_int_pers = false

Definition at line 69 of file ataprint.h.

◆ sct_temp_sts

bool ata_print_options::sct_temp_sts = false

Definition at line 54 of file ataprint.h.

◆ sct_wcache_reorder_get

bool ata_print_options::sct_wcache_reorder_get = false

Definition at line 98 of file ataprint.h.

◆ sct_wcache_reorder_set

int ata_print_options::sct_wcache_reorder_set = 0

Definition at line 99 of file ataprint.h.

◆ sct_wcache_reorder_set_pers

bool ata_print_options::sct_wcache_reorder_set_pers = false

Definition at line 100 of file ataprint.h.

◆ sct_wcache_sct_get

bool ata_print_options::sct_wcache_sct_get = false

Definition at line 101 of file ataprint.h.

◆ sct_wcache_sct_set

int ata_print_options::sct_wcache_sct_set = 0

Definition at line 102 of file ataprint.h.

◆ sct_wcache_sct_set_pers

bool ata_print_options::sct_wcache_sct_set_pers = false

Definition at line 103 of file ataprint.h.

◆ set_aam

int ata_print_options::set_aam = 0

Definition at line 87 of file ataprint.h.

◆ set_apm

int ata_print_options::set_apm = 0

Definition at line 89 of file ataprint.h.

◆ set_dsn

int ata_print_options::set_dsn = 0

Definition at line 105 of file ataprint.h.

◆ set_lookahead

int ata_print_options::set_lookahead = 0

Definition at line 91 of file ataprint.h.

◆ set_security_freeze

bool ata_print_options::set_security_freeze = false

Definition at line 95 of file ataprint.h.

◆ set_standby

int ata_print_options::set_standby = 0

Definition at line 92 of file ataprint.h.

◆ set_standby_now

bool ata_print_options::set_standby_now = false

Definition at line 93 of file ataprint.h.

◆ set_wcache

int ata_print_options::set_wcache = 0

Definition at line 97 of file ataprint.h.

◆ show_presets

bool ata_print_options::show_presets = false

Definition at line 80 of file ataprint.h.

◆ smart_auto_offl_disable

bool ata_print_options::smart_auto_offl_disable = false

Definition at line 61 of file ataprint.h.

◆ smart_auto_offl_enable

bool ata_print_options::smart_auto_offl_enable = false

Definition at line 61 of file ataprint.h.

◆ smart_auto_save_disable

bool ata_print_options::smart_auto_save_disable = false

Definition at line 62 of file ataprint.h.

◆ smart_auto_save_enable

bool ata_print_options::smart_auto_save_enable = false

Definition at line 62 of file ataprint.h.

◆ smart_check_status

bool ata_print_options::smart_check_status = false

Definition at line 35 of file ataprint.h.

◆ smart_disable

bool ata_print_options::smart_disable = false

Definition at line 60 of file ataprint.h.

◆ smart_enable

bool ata_print_options::smart_enable = false

Definition at line 60 of file ataprint.h.

◆ smart_error_log

bool ata_print_options::smart_error_log = false

Definition at line 38 of file ataprint.h.

◆ smart_ext_error_log

unsigned ata_print_options::smart_ext_error_log = 0

Definition at line 43 of file ataprint.h.

◆ smart_ext_selftest_log

unsigned ata_print_options::smart_ext_selftest_log = 0

Definition at line 44 of file ataprint.h.

◆ smart_general_values

bool ata_print_options::smart_general_values = false

Definition at line 36 of file ataprint.h.

◆ smart_logdir

bool ata_print_options::smart_logdir = false

Definition at line 42 of file ataprint.h.

◆ smart_selective_args

ata_selective_selftest_args ata_print_options::smart_selective_args

Definition at line 66 of file ataprint.h.

◆ smart_selective_selftest_log

bool ata_print_options::smart_selective_selftest_log = false

Definition at line 40 of file ataprint.h.

◆ smart_selftest_force

bool ata_print_options::smart_selftest_force = false

Definition at line 65 of file ataprint.h.

◆ smart_selftest_log

bool ata_print_options::smart_selftest_log = false

Definition at line 39 of file ataprint.h.

◆ smart_selftest_type

int ata_print_options::smart_selftest_type = -1

Definition at line 64 of file ataprint.h.

◆ smart_vendor_attrib

bool ata_print_options::smart_vendor_attrib = false

Definition at line 37 of file ataprint.h.


The documentation for this struct was generated from the following file: