Searched refs:vmsuspend (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/lib/libvmmapi/
H A Dvmmapi.c640 struct vm_suspend vmsuspend; local
642 bzero(&vmsuspend, sizeof(vmsuspend));
643 vmsuspend.how = how;
644 return (ioctl(ctx->fd, VM_SUSPEND, &vmsuspend));
/freebsd-12-stable/sys/amd64/vmm/
H A Dvmm_dev.c368 struct vm_suspend *vmsuspend; local
464 vmsuspend = (struct vm_suspend *)data;
465 error = vm_suspend(sc->vm, vmsuspend->how);

Completed in 124 milliseconds