Home
last modified time | relevance | path

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

/dragonfly/sys/dev/virtual/nvmm/
H A Dnvmm_ioctl.h129 struct nvmm_ctl_mach_info { struct
H A Dnvmm.c905 nvmm_ctl_mach_info(struct nvmm_owner *owner, struct nvmm_ioc_ctl *args) in nvmm_ctl_mach_info() function
907 struct nvmm_ctl_mach_info ctl; in nvmm_ctl_mach_info()
948 return nvmm_ctl_mach_info(owner, args); in nvmm_ctl()
/dragonfly/usr.sbin/nvmmctl/
H A Dnvmmctl.c144 struct nvmm_ctl_mach_info machinfo; in nvmm_list()