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

/freebsd-10-stable/lib/libvmmapi/
H A Dvmmapi.c606 struct vm_suspend vmsuspend; local
608 bzero(&vmsuspend, sizeof(vmsuspend));
609 vmsuspend.how = how;
610 return (ioctl(ctx->fd, VM_SUSPEND, &vmsuspend));
/freebsd-10-stable/sys/amd64/vmm/
H A Dvmm_dev.c308 struct vm_suspend *vmsuspend; local
395 vmsuspend = (struct vm_suspend *)data;
396 error = vm_suspend(sc->vm, vmsuspend->how);

Completed in 105 milliseconds