Searched refs:vm_suspend (Results 1 - 9 of 9) sorted by relevance

/freebsd-10-stable/usr.sbin/bhyve/
H A Datkbdc.c77 error = vm_suspend(ctx, VM_SUSPEND_RESET);
H A Dpm.c73 error = vm_suspend(ctx, VM_SUSPEND_RESET);
253 error = vm_suspend(ctx, VM_SUSPEND_POWEROFF);
/freebsd-10-stable/sys/amd64/include/
H A Dvmm_dev.h179 struct vm_suspend { struct
294 _IOW('v', IOCNUM_SUSPEND, struct vm_suspend)
H A Dvmm.h211 int vm_suspend(struct vm *vm, enum vm_suspend_how how);
/freebsd-10-stable/lib/libvmmapi/
H A Dvmmapi.h128 int vm_suspend(struct vmctx *ctx, enum vm_suspend_how how);
H A Dvmmapi.c604 vm_suspend(struct vmctx *ctx, enum vm_suspend_how how) function
606 struct vm_suspend vmsuspend;
/freebsd-10-stable/sys/amd64/vmm/
H A Dvmm_dev.c308 struct vm_suspend *vmsuspend;
395 vmsuspend = (struct vm_suspend *)data;
396 error = vm_suspend(sc->vm, vmsuspend->how);
H A Dvmm.c1324 vm_suspend(vm, VM_SUSPEND_HALT);
1515 vm_suspend(struct vm *vm, enum vm_suspend_how how) function
1842 vm_suspend(vm, VM_SUSPEND_TRIPLEFAULT);
/freebsd-10-stable/usr.sbin/bhyvectl/
H A Dbhyvectl.c2207 error = vm_suspend(ctx, VM_SUSPEND_RESET);
2210 error = vm_suspend(ctx, VM_SUSPEND_POWEROFF);

Completed in 130 milliseconds