nvme_health_log_t
const nvme_health_log_t *hlog;
hlog = (const nvme_health_log_t *)buf;
extern void nvme_print_health_log(const nvme_health_log_t *,
nvme_print_health_log(const nvme_health_log_t *hlog,
.nlpi_len = sizeof (nvme_health_log_t)
.lt_size = sizeof (nvme_health_log_t),
.lt_size = sizeof (nvme_health_log_t),
nvme_health_log_t *health_log = NULL;
CTASSERT(offsetof(nvme_health_log_t, hl_olec) == 232);
CTASSERT(sizeof (nvme_health_log_t) == 512);