Home
last modified time | relevance | path

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

/freebsd/sys/amd64/vmm/
H A Dvmm_dev_machdep.c577 error = vm_snapshot_req(vm, snapshot_meta); in vmmdev_machdep_ioctl()
592 error = vm_snapshot_req(vm, snapshot_meta); in vmmdev_machdep_ioctl()
H A Dvmm.c2038 vm_snapshot_req(struct vm *vm, struct vm_snapshot_meta *meta) in vm_snapshot_req() function
/freebsd/lib/libvmmapi/
H A Dvmmapi.h292 int vm_snapshot_req(struct vmctx *ctx, struct vm_snapshot_meta *meta);
H A Dvmmapi.c1228 vm_snapshot_req(struct vmctx *ctx, struct vm_snapshot_meta *meta) in vm_snapshot_req() function
/freebsd/usr.sbin/bhyve/
H A Dsnapshot.c823 if (vm_snapshot_req(ctx, meta)) in vm_restore_kern_structs()
935 ret = vm_snapshot_req(ctx, meta); in vm_save_kern_struct()
/freebsd/sys/amd64/include/
H A Dvmm.h266 int vm_snapshot_req(struct vm *vm, struct vm_snapshot_meta *meta);