Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/sata/
H A Dsata_defs.h551 struct smart_data { struct
552 uint8_t smart_vendor_specific[362];
553 uint8_t smart_offline_data_collection_status;
554 uint8_t smart_selftest_exec_status;
555 uint8_t smart_secs_to_complete_offline_data[2];
556 uint8_t smart_vendor_specific2;
557 uint8_t smart_offline_data_collection_capability;
558 uint8_t smart_capability[2];
559 uint8_t smart_error_logging_capability;
560 uint8_t smart_vendor_specific3;
[all …]
/titanic_41/usr/src/uts/common/io/sata/impl/
H A Dsata.c9109 uint8_t *smart_data; in sata_build_lsense_page_2f() local
9183 struct smart_data *smart_data = (struct smart_data *)buf; in sata_build_lsense_page_30() local
9221 uint8_t smart_data[512], id, value, worst, thresh; in sata_build_lsense_page_0e() local
16807 struct smart_data *smart_data) in sata_fetch_smart_data()