Searched refs:vm_openf (Results 1 – 4 of 4) sorted by relevance
532 ctx = vm_openf(vmname, romboot ? VMMAPI_OPEN_REINIT : 0); in do_open()538 ctx = vm_openf(vmname, VMMAPI_OPEN_CREATE); in do_open()
122 struct vmctx *vm_openf(const char *name, int flags);
137 return (vm_openf(name, 0)); in vm_open()141 vm_openf(const char *name, int flags) in vm_openf() function
392 ctx = vm_openf(vmname, create ? VMMAPI_OPEN_CREATE : 0); in main()