Home
last modified time | relevance | path

Searched defs:smart_data (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/sata/
H A Dsata_defs.h568 struct smart_data { struct
569 uint8_t smart_vendor_specific[362];
570 uint8_t smart_offline_data_collection_status;
571 uint8_t smart_selftest_exec_status;
572 uint8_t smart_secs_to_complete_offline_data[2];
573 uint8_t smart_vendor_specific2;
574 uint8_t smart_offline_data_collection_capability;
575 uint8_t smart_capability[2];
576 uint8_t smart_error_logging_capability;
577 uint8_t smart_vendor_specific3;
[all …]
/illumos-gate/usr/src/uts/common/io/sata/impl/
H A Dsata.c9368 uint8_t *smart_data; in sata_build_lsense_page_2f() local
9520 struct smart_data *smart_data = (struct smart_data *)buf; in sata_build_lsense_page_30() local
9558 uint8_t smart_data[512], id, value, worst, thresh; in sata_build_lsense_page_0e() local
17323 struct smart_data *smart_data) in sata_fetch_smart_data()