Home
last modified time | relevance | path

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

/freebsd-12.1/share/examples/bhyve/
H A Dvmrun.sh174 host_base=`realpath ${OPTARG}`
240 if [ -n "${host_base}" ]; then
241 loader_opt="${loader_opt} -h ${host_base}"
/freebsd-12.1/stand/userboot/test/
H A Dtest.c49 char *host_base = NULL; variable
113 if (!host_base) in test_open()
116 strlcpy(path, host_base, PATH_MAX); in test_open()
441 host_base = optarg; in main()
/freebsd-12.1/usr.sbin/bhyveload/
H A Dbhyveload.c96 static char *host_base; variable
168 if (!host_base) in cb_open()
171 strlcpy(path, host_base, PATH_MAX); in cb_open()
730 host_base = optarg; in main()