Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnvme/common/
H A Dlibnvme_ctrl_info.c211 NVME_NVL_CI_ID_CTRL, DATA_TYPE_BYTE_ARRAY, &ctrl, &ctrl_len, in nvme_ctrl_info_restore()
323 if ((ret = nvlist_add_byte_array(nvl, NVME_NVL_CI_ID_CTRL, in nvme_ctrl_info_persist()
326 "failed to persist %s to nvlist: %s", NVME_NVL_CI_ID_CTRL, in nvme_ctrl_info_persist()
H A Dlibnvme_impl.h173 #define NVME_NVL_CI_ID_CTRL "identify-controller" macro