Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/include/
H A Dvmm.h43 enum vm_suspend_how { enum
263 int vm_suspend(struct vm *vm, enum vm_suspend_how how);
737 enum vm_suspend_how how;
H A Dvmm_dev.h198 enum vm_suspend_how how;
/f-stack/freebsd/amd64/vmm/
H A Dvmm.c1610 vm_suspend(struct vm *vm, enum vm_suspend_how how) in vm_suspend()