Searched refs:VAR_CPIO_VERBOSITY (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/usr.sbin/sysinstall/
H A Ddoc.c72 vsystem("pkg_delete %s %s", !strcmp(variable_get(VAR_CPIO_VERBOSITY), "high") ? "-v" : "", browser);
H A Dmedia.c117 char *cp = variable_get(VAR_CPIO_VERBOSITY);
975 char *cp = variable_get(VAR_CPIO_VERBOSITY);
983 variable_set2(VAR_CPIO_VERBOSITY, "high", 0);
985 variable_set2(VAR_CPIO_VERBOSITY, "low", 0);
H A Doptions.c139 OPT_IS_FUNC, mediaSetCPIOVerbosity, VAR_CPIO_VERBOSITY, varCheck },
H A Dinstall.c1260 variable_set2(VAR_CPIO_VERBOSITY, "high", 0);
H A Dsysinstall.h97 #define VAR_CPIO_VERBOSITY "cpioVerbose" macro

Completed in 190 milliseconds