Home
last modified time | relevance | path

Searched refs:ap_rpmbs (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/nvmeadm/
H A Dnvmeadm_print.c1058 if (idctl->ap_rpmbs.rpmbs_units != 0) { in nvme_print_identify_ctrl()
1062 idctl->ap_rpmbs.rpmbs_units, NULL, NULL); in nvme_print_identify_ctrl()
1063 switch (idctl->ap_rpmbs.rpmbs_auth) { in nvme_print_identify_ctrl()
1071 idctl->ap_rpmbs.rpmbs_auth); in nvme_print_identify_ctrl()
1075 (idctl->ap_rpmbs.rpmbs_tot + 1) * 128, NULL, "KiB"); in nvme_print_identify_ctrl()
1077 (idctl->ap_rpmbs.rpmbs_acc + 1) * 512, NULL, "KiB"); in nvme_print_identify_ctrl()
/illumos-gate/usr/src/uts/common/sys/
H A Dnvme.h958 } ap_rpmbs; member