Searched refs:NVME_ERR_LOCK_PROG (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/libnvme/common/ |
H A D | libnvme_error.c | 628 case NVME_ERR_LOCK_PROG: in nvme_errtostr() 1014 { NVME_IOCTL_E_LOCK_ALREADY_HELD, NVME_ERR_LOCK_PROG, "fatal " 1029 { NVME_IOCTL_E_LOCK_NOT_HELD, NVME_ERR_LOCK_PROG, "fatal " 1036 { NVME_IOCTL_E_LOCK_WRONG_NS, NVME_ERR_LOCK_PROG, "fatal "
|
H A D | libnvme.c | 1375 if (ctrl->nc_err.ne_err != NVME_ERR_LOCK_PROG) { in nvme_lock_check() 1465 (void) nvme_ctrl_error(ctrl, NVME_ERR_LOCK_PROG, e, "internal " in nvme_unlock_common() 1478 if (ctrl->nc_err.ne_err != NVME_ERR_LOCK_PROG) { in nvme_unlock_common() 1481 (void) nvme_ctrl_error(ctrl, NVME_ERR_LOCK_PROG, 0, in nvme_unlock_common()
|
H A D | libnvme.h | 389 NVME_ERR_LOCK_PROG, enumerator
|