Searched refs:VMM_IOC_RUN (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/sys/dev/vmm/
H A Dvmm.h88 #define VMM_IOC_RUN _IOWR('V', 2, struct vm_run_params) /* Run VCPU */ macro
H A Dvmm.c241 case VMM_IOC_RUN:
299 case VMM_IOC_RUN:
/openbsd-current/regress/sys/arch/amd64/vmm/
H A Dvcpu.c303 if (ioctl(fd, VMM_IOC_RUN, &vrunp) == -1) {
304 warn("VMM_IOC_RUN");
354 if (ioctl(fd, VMM_IOC_RUN, &vrunp) == -1) {
355 warn("VMM_IOC_RUN 2");
/openbsd-current/usr.sbin/vmd/
H A Dvm.c1648 if (ioctl(env->vmd_fd, VMM_IOC_RUN, vrp) == -1) {

Completed in 197 milliseconds