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.c702 ctx = vm_openf(vmname, romboot ? VMMAPI_OPEN_REINIT : 0); in do_open()
711 ctx = vm_openf(vmname, flags); in do_open()
/freebsd/lib/libvmmapi/
H A Dvmmapi.h119 struct vmctx *vm_openf(const char *name, int flags);
H A Dvmmapi.c141 return (vm_openf(name, 0)); in vm_open()
145 vm_openf(const char *name, int flags) in vm_openf() function
/freebsd/usr.sbin/bhyvectl/
H A Dbhyvectl.c404 ctx = vm_openf(vmname, create ? VMMAPI_OPEN_CREATE : 0); in main()