Home
last modified time | relevance | path

Searched refs:init_ipc_thread (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.sbin/bhyve/
H A Dipc.h49 int init_ipc_thread(struct vmctx *ctx, const char *bhyve_run_dir);
H A Dipc.c126 init_ipc_thread(struct vmctx *ctx, const char *bhyve_run_dir) in init_ipc_thread() function
H A Dbhyverun.c1114 if (init_ipc_thread(ctx, get_config_value("rundir")) != 0) in main()