Home
last modified time | relevance | path

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

/netbsd-src/sbin/atactl/
H A Datactl.c865 const struct ata_smart_thresholds *threshold_buf = tbuf; in print_smart_status() local
896 checksum += ((const uint8_t *) threshold_buf)[i]; in print_smart_status()
913 if (threshold_buf->thresholds[j].id == i) in print_smart_status()
914 thresh = threshold_buf->thresholds[j].value; in print_smart_status()