Searched refs:vm_openf (Results 1 – 4 of 4) sorted by relevance
701 ctx = vm_openf(vmname, romboot ? VMMAPI_OPEN_REINIT : 0); in do_open()710 ctx = vm_openf(vmname, flags); in do_open()
119 struct vmctx *vm_openf(const char *name, int flags);
140 return (vm_openf(name, 0)); in vm_open()144 vm_openf(const char *name, int flags) in vm_openf() function
403 ctx = vm_openf(vmname, create ? VMMAPI_OPEN_CREATE : 0); in main()