Searched refs:ns_disc_count (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/test/nvme-tests/tests/libnvme/ |
H A D | ns-disc.c | 41 ns_disc_count(nvme_ctrl_t *ctrl, nvme_ns_disc_level_t level, uint32_t exp) in ns_disc_count() function 382 if (!ns_disc_count(ctrl, NVME_NS_DISC_F_BLKDEV, nbd)) { in main() 386 if (!ns_disc_count(ctrl, NVME_NS_DISC_F_NOT_IGNORED, nni)) { in main() 390 if (!ns_disc_count(ctrl, NVME_NS_DISC_F_ACTIVE, nact)) { in main() 394 if (!ns_disc_count(ctrl, NVME_NS_DISC_F_ALLOCATED, nalloc)) { in main() 398 if (!ns_disc_count(ctrl, NVME_NS_DISC_F_ALL, nns)) { in main()
|