HomeSort by: relevance | last modified time | path
    Searched defs:threshold_buf (Results 1 - 1 of 1) sorted by relevancy

  /src/sbin/atactl/
atactl.c 865 const struct ata_smart_thresholds *threshold_buf = tbuf; local in function:print_smart_status
896 checksum += ((const uint8_t *) threshold_buf)[i];
913 if (threshold_buf->thresholds[j].id == i)
914 thresh = threshold_buf->thresholds[j].value;

Completed in 12 milliseconds