Searched refs:VMMAPI_OPEN_REINIT (Results 1 – 3 of 3) sorted by relevance
117 #define VMMAPI_OPEN_REINIT 0x02 /* reinitialize the VM if it exists */ macro
177 if (!created && (flags & VMMAPI_OPEN_REINIT) != 0 && vm_reinit(vm) != 0) in vm_openf()
724 ctx = vm_openf(vmname, romboot ? VMMAPI_OPEN_REINIT : 0); in do_open()