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