Home
last modified time | relevance | path

Searched refs:VMM_CTL_DEV (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/test/bhyve-tests/tests/vmm/
H A Dcheck_iommu.c30 int ctl_fd = open(VMM_CTL_DEV, O_EXCL | O_RDWR); in main()
H A Dinterface_version.c34 int ctl_fd = open(VMM_CTL_DEV, O_EXCL | O_RDWR); in main()
/illumos-gate/usr/src/test/bhyve-tests/tests/common/
H A Dcommon.c130 int ctl_fd = open(VMM_CTL_DEV, O_EXCL | O_RDWR); in destroy_instance()
/illumos-gate/usr/src/cmd/rsrvrctl/
H A Drsrvrctl.c227 fd = open(VMM_CTL_DEV, O_EXCL | O_RDWR); in main()
/illumos-gate/usr/src/uts/intel/sys/
H A Dvmm_dev.h607 #define VMM_CTL_DEV "/dev/vmmctl" macro
/illumos-gate/usr/src/lib/libvmmapi/common/
H A Dvmmapi.c145 ctl_fd = open(VMM_CTL_DEV, O_EXCL | O_RDWR); in vm_do_ctl()