Home
last modified time | relevance | path

Searched refs:vm_openf (Results 1 – 4 of 4) sorted by relevance

/freebsd/usr.sbin/bhyve/
H A Dbhyverun.c532 ctx = vm_openf(vmname, romboot ? VMMAPI_OPEN_REINIT : 0); in do_open()
538 ctx = vm_openf(vmname, VMMAPI_OPEN_CREATE); in do_open()
/freebsd/lib/libvmmapi/
H A Dvmmapi.h122 struct vmctx *vm_openf(const char *name, int flags);
H A Dvmmapi.c137 return (vm_openf(name, 0)); in vm_open()
141 vm_openf(const char *name, int flags) in vm_openf() function
/freebsd/usr.sbin/bhyvectl/
H A Dbhyvectl.c392 ctx = vm_openf(vmname, create ? VMMAPI_OPEN_CREATE : 0); in main()