Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnvme/common/
H A Dlibnvme_ctrl_info.c209 NVME_NVL_CI_INST, DATA_TYPE_INT32, &ci->nci_inst, in nvme_ctrl_info_restore()
300 if ((ret = nvlist_add_int32(nvl, NVME_NVL_CI_INST, ci->nci_inst)) != in nvme_ctrl_info_persist()
303 "failed to persist %s to nvlist: %s", NVME_NVL_CI_INST, in nvme_ctrl_info_persist()
H A Dlibnvme_impl.h169 #define NVME_NVL_CI_INST "inst" macro