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

/freebsd-11-stable/usr.sbin/bhyve/
H A Dpm.c75 error = vm_suspend(ctx, VM_SUSPEND_RESET);
255 error = vm_suspend(ctx, VM_SUSPEND_POWEROFF);
H A Datkbdc.c465 error = vm_suspend(ctx, VM_SUSPEND_RESET);
/freebsd-11-stable/sys/amd64/include/
H A Dvmm_dev.h179 struct vm_suspend { struct
305 _IOW('v', IOCNUM_SUSPEND, struct vm_suspend)
H A Dvmm.h227 int vm_suspend(struct vm *vm, enum vm_suspend_how how);
/freebsd-11-stable/lib/libvmmapi/
H A Dvmmapi.h129 int vm_suspend(struct vmctx *ctx, enum vm_suspend_how how);
H A Dvmmapi.c602 vm_suspend(struct vmctx *ctx, enum vm_suspend_how how) function
604 struct vm_suspend vmsuspend;
/freebsd-11-stable/sys/amd64/vmm/
H A Dvmm_dev.c316 struct vm_suspend *vmsuspend;
404 vmsuspend = (struct vm_suspend *)data;
405 error = vm_suspend(sc->vm, vmsuspend->how);
H A Dvmm.c1372 vm_suspend(vm, VM_SUSPEND_HALT);
1563 vm_suspend(struct vm *vm, enum vm_suspend_how how) function
1891 vm_suspend(vm, VM_SUSPEND_TRIPLEFAULT);
/freebsd-11-stable/usr.sbin/bhyvectl/
H A Dbhyvectl.c2290 error = vm_suspend(ctx, VM_SUSPEND_RESET);
2293 error = vm_suspend(ctx, VM_SUSPEND_POWEROFF);

Completed in 155 milliseconds