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.c2019 hlog->hl_used, NULL, "%"); in nvme_print_health_log()
2064 if (hlog->hl_temp_sensor_1 != 0) { in nvme_print_health_log()
2066 hlog->hl_temp_sensor_1); in nvme_print_health_log()
2069 if (hlog->hl_temp_sensor_2 != 0) { in nvme_print_health_log()
2071 hlog->hl_temp_sensor_2); in nvme_print_health_log()
2076 hlog->hl_temp_sensor_3); in nvme_print_health_log()
2081 hlog->hl_temp_sensor_4); in nvme_print_health_log()
2086 hlog->hl_temp_sensor_5); in nvme_print_health_log()
2091 hlog->hl_temp_sensor_6); in nvme_print_health_log()
2096 hlog->hl_temp_sensor_7); in nvme_print_health_log()
[all …]
H A Dnvmeadm.c2377 const nvme_health_log_t *hlog; in do_get_feat_temp_thresh() local
2413 hlog = (const nvme_health_log_t *)buf; in do_get_feat_temp_thresh()
2417 if (hlog->hl_temp_sensor_1 != 0) { in do_get_feat_temp_thresh()
2426 if (hlog->hl_temp_sensor_2 != 0) { in do_get_feat_temp_thresh()
2435 if (hlog->hl_temp_sensor_3 != 0) { in do_get_feat_temp_thresh()
2444 if (hlog->hl_temp_sensor_4 != 0) { in do_get_feat_temp_thresh()
2453 if (hlog->hl_temp_sensor_5 != 0) { in do_get_feat_temp_thresh()
2462 if (hlog->hl_temp_sensor_6 != 0) { in do_get_feat_temp_thresh()
2471 if (hlog->hl_temp_sensor_7 != 0) { in do_get_feat_temp_thresh()
2480 if (hlog->hl_temp_sensor_8 != 0) { in do_get_feat_temp_thresh()