Home
last modified time | relevance | path

Searched refs:FMT_HEX_VAL (Results 1 – 3 of 3) sorted by relevance

/dports/sysutils/smartmontools/smartmontools-7.2/
H A Dataprint.h74 enum { FMT_BRIEF = 0x01, FMT_HEX_ID = 0x02, FMT_HEX_VAL = 0x04 }; enumerator
H A Dsmartctl.cpp898 | ata_print_options::FMT_HEX_VAL; in parse_options()
902 ataopts.output_format |= ata_print_options::FMT_HEX_VAL; in parse_options()
H A Dataprint.cpp1185 bool hexval = !!(format & ata_print_options::FMT_HEX_VAL); in PrintSmartAttribWithThres()