Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/userboot/test/
H A Dtest.c51 static char *host_base; variable
131 if (!host_base) in test_open()
134 (void) strlcpy(path, host_base, PATH_MAX); in test_open()
221 (void) snprintf(path, sizeof (path), "%s/%s/%s", host_base, tf->tf_name, in test_readdir()
510 host_base = optarg; in main()