HomeSort by: relevance | last modified time | path
    Searched refs:NVMM_IOC_CTL (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/dev/nvmm/
nvmm_ioctl.h 133 struct nvmm_ioc_ctl { struct
156 #define NVMM_IOC_CTL _IOW ('N', 20, struct nvmm_ioc_ctl)
nvmm.c 961 nvmm_ctl_mach_info(struct nvmm_owner *owner, struct nvmm_ioc_ctl *args)
1000 nvmm_ctl(struct nvmm_owner *owner, struct nvmm_ioc_ctl *args)
1228 case NVMM_IOC_CTL:
  /src/lib/libnvmm/
libnvmm.c 552 struct nvmm_ioc_ctl args;
559 ret = ioctl(nvmm_fd, NVMM_IOC_CTL, &args);
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_netbsd.cc 852 unsigned struct_nvmm_ioc_ctl_sz = sizeof(nvmm_ioc_ctl);
1612 unsigned IOCTL_NVMM_IOC_CTL = NVMM_IOC_CTL;
sanitizer_interceptors_ioctl_netbsd.inc 660 _(NVMM_IOC_CTL, READ, struct_nvmm_ioc_ctl_sz);

Completed in 19 milliseconds