Home
last modified time | relevance | path

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

/freebsd-14.2/share/examples/bhyve/
H A Dvmrun.sh173 host_base=`realpath ${OPTARG}`
239 if [ -n "${host_base}" ]; then
240 loader_opt="${loader_opt} -h ${host_base}"
/freebsd-14.2/stand/userboot/test/
H A Dtest.c47 char *host_base = NULL; variable
112 if (!host_base) in test_open()
115 strlcpy(path, host_base, PATH_MAX); in test_open()
471 host_base = optarg; in main()