Home
last modified time | relevance | path

Searched refs:NVME_IOC_UNLOCK (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/test/nvme-tests/tests/ioctl/
H A Dbasic-lock.c108 if (ioctl(fd, NVME_IOC_UNLOCK, &unlock) != 0) { in basic_lock_test()
H A Dmulti-reader-lock.c75 if (ioctl(fd, NVME_IOC_UNLOCK, &unlock) != 0) { in multi_unlock_one()
H A Dbad-lock.c274 if (ioctl(fd, NVME_IOC_UNLOCK, &unlock) != 0) { in bad_unlock_test()
/illumos-gate/usr/src/lib/libnvme/common/
H A Dlibnvme.c1453 if (ioctl(ctrl->nc_fd, NVME_IOC_UNLOCK, &unlock) != 0) { in nvme_unlock_common()
/illumos-gate/usr/src/uts/common/sys/
H A Dnvme.h59 #define NVME_IOC_UNLOCK (NVME_IOC | 12) macro
/illumos-gate/usr/src/uts/common/io/nvme/
H A Dnvme.c7041 NVME_IOC_UNLOCK)) { in nvme_ioctl()
7080 case NVME_IOC_UNLOCK: in nvme_ioctl()