Searched refs:VMMAPI_OPEN_CREATE (Results 1 – 4 of 4) sorted by relevance
120 #define VMMAPI_OPEN_CREATE 0x01 /* create if the VM does not exist */ macro
163 if (flags & VMMAPI_OPEN_CREATE) { in vm_openf()
392 ctx = vm_openf(vmname, create ? VMMAPI_OPEN_CREATE : 0); in main()
538 ctx = vm_openf(vmname, VMMAPI_OPEN_CREATE); in do_open()