Home
last modified time | relevance | path

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

/freebsd-head/usr.sbin/bhyve/
HDbhyverun.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-head/lib/libvmmapi/
HDvmmapi.h122 struct vmctx *vm_openf(const char *name, int flags);
HDvmmapi.c137 return (vm_openf(name, 0)); in vm_open()
141 vm_openf(const char *name, int flags) in vm_openf() function
/freebsd-head/usr.sbin/bhyvectl/
HDbhyvectl.c392 ctx = vm_openf(vmname, create ? VMMAPI_OPEN_CREATE : 0); in main()