Home
last modified time | relevance | path

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

/src/share/examples/bhyve/
H A Dvmrun.sh204 host_base=`realpath ${OPTARG}`
270 if [ -n "${host_base}" ]; then
271 loader_opt="${loader_opt} -h ${host_base}"
/src/stand/userboot/test/
H A Dtest.c52 char *host_base = NULL; variable
141 dir_fd = open(host_base, O_RDONLY); in test_open_internal()
264 if (host_base == NULL) in test_open()
597 host_base = optarg; in main()