Home
last modified time | relevance | path

Searched refs:nvme_print (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/nvmeadm/
H A Dnvmeadm_print.c224 nvme_print(int indent, const char *name, int index, const char *fmt, ...) in nvme_print() function
283 nvme_print(indent, name, index, "%.*s", nvme_strlen(value, len), value); in nvme_print_str()
297 nvme_print(indent, name, -1, "%.*g%s", places, value, unit); in nvme_print_double()
319 nvme_print(indent, name, -1, tmp_fmt, value, unit); in nvme_print_int64()
356 nvme_print(indent, name, -1, tmp_fmt, value, unit); in nvme_print_uint64()
474 nvme_print(indent, name, -1, "%s%s", buf, unit); in nvme_print_uint128()
492 nvme_print(indent, name, -1, "%s", value ? s_true : s_false); in nvme_print_bit()
511 nvme_print(indent, name, -1, fmt, in nvme_print_hexbuf()
520 nvme_print(indent, name, -1, fmt, in nvme_print_hexbuf()
532 nvme_print(indent, name, -1, in nvme_print_uuid()
[all …]
H A Dnvmeadm.h117 extern void nvme_print(int, const char *, int, const char *, ...);
H A Dnvmeadm.c2379 nvme_print(2, nvme_feat_disc_spec(disc), -1, NULL); in do_get_feat_temp_thresh()
2509 nvme_print(2, nvme_feat_disc_spec(disc), -1, NULL); in do_get_feat_intr_vect()
2587 nvme_print(2, nvme_feat_disc_spec(disc), -1, NULL); in do_get_features_cb()