Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/vmm/
H A Dvmm_dev.c376 struct vm_suspend *vmsuspend; in vmmdev_ioctl() local
482 vmsuspend = (struct vm_suspend *)data; in vmmdev_ioctl()
483 error = vm_suspend(sc->vm, vmsuspend->how); in vmmdev_ioctl()