Searched refs:nvme_get_feature (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/cmd/nvmeadm/ |
H A D | nvmeadm.h | 76 extern boolean_t nvme_get_feature(int, uint8_t, uint32_t, uint64_t *, size_t *,
|
H A D | nvmeadm_dev.c | 130 nvme_get_feature(int fd, uint8_t feature, uint32_t arg, uint64_t *res, in nvme_get_feature() function
|
H A D | nvmeadm.c | 761 if (nvme_get_feature(fd, feat->f_feature, 0, &res, &bufsize, &buf) in do_get_feat_common() 788 if (nvme_get_feature(fd, feat->f_feature, arg, &res, NULL, NULL) in do_get_feat_intr_vect()
|