Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/bhyve/
H A Dsnapshot.h96 int vm_pause_user_devs(struct vmctx *ctx);
H A Dsnapshot.c995 vm_pause_user_devs(struct vmctx *ctx) in vm_pause_user_devs() function
1383 ret = vm_pause_user_devs(ctx); in vm_checkpoint()
H A Dbhyverun.c1468 if (vm_pause_user_devs(ctx) != 0) { in main()