Home
last modified time | relevance | path

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

/freebsd/lib/libvmmapi/
H A Dvmmapi.h117 #define VMMAPI_OPEN_REINIT 0x02 /* reinitialize the VM if it exists */ macro
H A Dvmmapi.c177 if (!created && (flags & VMMAPI_OPEN_REINIT) != 0 && vm_reinit(vm) != 0) in vm_openf()
/freebsd/usr.sbin/bhyve/
H A Dbhyverun.c724 ctx = vm_openf(vmname, romboot ? VMMAPI_OPEN_REINIT : 0); in do_open()