Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/nvmeadm/
H A Dnvmeadm_print.c1989 nvme_print_health_log(const nvme_health_log_t *hlog, in nvme_print_health_log() argument
1996 hlog->hl_crit_warn.cw_avail, "low", "OK"); in nvme_print_health_log()
1999 hlog->hl_crit_warn.cw_temp, "too high", "OK"); in nvme_print_health_log()
2002 hlog->hl_crit_warn.cw_reliab, "degraded", "OK"); in nvme_print_health_log()
2005 hlog->hl_crit_warn.cw_readonly, "read-only", "OK"); in nvme_print_health_log()
2009 hlog->hl_crit_warn.cw_volatile, "failed", "OK"); in nvme_print_health_log()
2011 nvme_print_temp(2, "Temperature", hlog->hl_temp); in nvme_print_health_log()
2013 hlog->hl_avail_spare, NULL, "%"); in nvme_print_health_log()
2017 hlog->hl_avail_spare_thr, NULL, "%"); in nvme_print_health_log()
2020 hlog->hl_used, NULL, "%"); in nvme_print_health_log()
[all …]
H A Dnvmeadm.c2455 const nvme_health_log_t *hlog; in do_get_feat_temp_thresh() local
2491 hlog = (const nvme_health_log_t *)buf; in do_get_feat_temp_thresh()
2495 if (hlog->hl_temp_sensor_1 != 0) { in do_get_feat_temp_thresh()
2504 if (hlog->hl_temp_sensor_2 != 0) { in do_get_feat_temp_thresh()
2513 if (hlog->hl_temp_sensor_3 != 0) { in do_get_feat_temp_thresh()
2522 if (hlog->hl_temp_sensor_4 != 0) { in do_get_feat_temp_thresh()
2531 if (hlog->hl_temp_sensor_5 != 0) { in do_get_feat_temp_thresh()
2540 if (hlog->hl_temp_sensor_6 != 0) { in do_get_feat_temp_thresh()
2549 if (hlog->hl_temp_sensor_7 != 0) { in do_get_feat_temp_thresh()
2558 if (hlog->hl_temp_sensor_8 != 0) { in do_get_feat_temp_thresh()