HomeSort by: relevance | last modified time | path
    Searched defs:nvmm_ctl_mach_info (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/nvmm/
nvmm_ioctl.h 123 struct nvmm_ctl_mach_info { struct
135 #define NVMM_CTL_MACH_INFO 0
nvmm.c 961 nvmm_ctl_mach_info(struct nvmm_owner *owner, struct nvmm_ioc_ctl *args) function in typeref:typename:int
963 struct nvmm_ctl_mach_info ctl;
1003 case NVMM_CTL_MACH_INFO:
1004 return nvmm_ctl_mach_info(owner, args);

Completed in 12 milliseconds