Home
last modified time | relevance | path

Searched refs:nvmm_ioc_ctl (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/dev/virtual/nvmm/
H A Dnvmm_ioctl.h139 struct nvmm_ioc_ctl { struct
162 #define NVMM_IOC_CTL _IOW ('N', 20, struct nvmm_ioc_ctl) argument
H A Dnvmm.c905 nvmm_ctl_mach_info(struct nvmm_owner *owner, struct nvmm_ioc_ctl *args) in nvmm_ctl_mach_info()
944 nvmm_ctl(struct nvmm_owner *owner, struct nvmm_ioc_ctl *args) in nvmm_ctl()
/dragonfly/lib/libnvmm/
H A Dlibnvmm.c553 struct nvmm_ioc_ctl args; in nvmm_ctl()