Home
last modified time | relevance | path

Searched refs:NVME_IOC_GET_FEATURE (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/test/nvme-tests/tests/ioctl/
H A Dbasic-get-feature.c41 if (ioctl(fd, NVME_IOC_GET_FEATURE, &get) != 0) { in main()
/illumos-gate/usr/src/lib/libnvme/common/
H A Dlibnvme_feature.c684 if (ioctl(ctrl->nc_fd, NVME_IOC_GET_FEATURE, &feat) != 0) { in nvme_get_feat_req_exec()
/illumos-gate/usr/src/uts/common/sys/
H A Dnvme.h50 #define NVME_IOC_GET_FEATURE (NVME_IOC | 3) macro
/illumos-gate/usr/src/uts/common/io/nvme/
H A Dnvme.c7060 case NVME_IOC_GET_FEATURE: in nvme_ioctl()