Searched refs:nvme_print (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/nvmeadm/ |
H A D | nvmeadm_print.c | 225 nvme_print(int indent, const char *name, int index, const char *fmt, ...) in nvme_print() function 284 nvme_print(indent, name, index, "%.*s", nvme_strlen(value, len), value); in nvme_print_str() 298 nvme_print(indent, name, -1, "%.*g%s", places, value, unit); in nvme_print_double() 320 nvme_print(indent, name, -1, tmp_fmt, value, unit); in nvme_print_int64() 357 nvme_print(indent, name, -1, tmp_fmt, value, unit); in nvme_print_uint64() 475 nvme_print(indent, name, -1, "%s%s", buf, unit); in nvme_print_uint128() 493 nvme_print(indent, name, -1, "%s", value ? s_true : s_false); in nvme_print_bit() 512 nvme_print(indent, name, -1, fmt, in nvme_print_hexbuf() 521 nvme_print(indent, name, -1, fmt, in nvme_print_hexbuf() 533 nvme_print(indent, name, -1, in nvme_print_uuid() [all …]
|
H A D | nvmeadm.h | 117 extern void nvme_print(int, const char *, int, const char *, ...);
|
H A D | nvmeadm.c | 2457 nvme_print(2, nvme_feat_disc_spec(disc), -1, NULL); in do_get_feat_temp_thresh() 2587 nvme_print(2, nvme_feat_disc_spec(disc), -1, NULL); in do_get_feat_intr_vect() 2665 nvme_print(2, nvme_feat_disc_spec(disc), -1, NULL); in do_get_features_cb()
|