Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/nvmeadm/
H A Dnvmeadm_print.c165 nvme_print(int indent, char *name, int index, const char *fmt, ...) in nvme_print() function
216 nvme_print(indent, name, index, "%.*s", nvme_strlen(value, len), value); in nvme_print_str()
229 nvme_print(indent, name, -1, "%.*g%s", places, value, unit); in nvme_print_double()
251 nvme_print(indent, name, -1, tmp_fmt, value, unit); in nvme_print_uint64()
333 nvme_print(indent, name, -1, "%"PRId64"%s", rem, unit); in nvme_print_uint128()
352 nvme_print(indent, name, -1, "%.*s%0.*"PRId64"%s", in nvme_print_uint128()
369 nvme_print(indent, name, -1, "%s", value ? s_true : s_false); in nvme_print_bit()
419 nvme_print(0, "Identify Controller", -1, NULL); in nvme_print_identify_ctrl()
420 nvme_print(2, "Controller Capabilities and Features", -1, NULL); in nvme_print_identify_ctrl()
434 nvme_print(4, "Vendor IEEE OUI", -1, "%0.2X-%0.2X-%0.2X", in nvme_print_identify_ctrl()
[all …]
H A Dnvmeadm.h31 extern void nvme_print(int, char *, int, const char *, ...);
H A Dnvmeadm.c765 nvme_print(2, feat->f_name, -1, NULL); in do_get_feat_common()
785 nvme_print(2, feat->f_name, -1, NULL); in do_get_feat_intr_vect()