Searched refs:NVME_ERR_BAD_RESTORE (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/libnvme/common/ |
H A D | libnvme_ctrl_info.c | 195 (void) nvme_error(nvme, NVME_ERR_BAD_RESTORE, ret, "failed " in nvme_ctrl_info_restore() 201 (void) nvme_error(nvme, NVME_ERR_BAD_RESTORE, 0, in nvme_ctrl_info_restore() 215 (void) nvme_error(nvme, NVME_ERR_BAD_RESTORE, ret, in nvme_ctrl_info_restore() 221 (void) nvme_error(nvme, NVME_ERR_BAD_RESTORE, 0, in nvme_ctrl_info_restore() 227 (void) nvme_error(nvme, NVME_ERR_BAD_RESTORE, 0, "identify " in nvme_ctrl_info_restore() 234 (void) nvme_error(nvme, NVME_ERR_BAD_RESTORE, 0, "identify " in nvme_ctrl_info_restore() 245 (void) nvme_error(nvme, NVME_ERR_BAD_RESTORE, 0, "device " in nvme_ctrl_info_restore() 251 (void) nvme_error(nvme, NVME_ERR_BAD_RESTORE, 0, "found " in nvme_ctrl_info_restore() 266 (void) nvme_error(nvme, NVME_ERR_BAD_RESTORE, ret, in nvme_ctrl_info_restore()
|
H A D | libnvme.h | 118 NVME_ERR_BAD_RESTORE, enumerator
|
H A D | libnvme_error.c | 484 case NVME_ERR_BAD_RESTORE: in nvme_errtostr()
|