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

/freebsd-11-stable/sys/geom/uzip/
H A Dg_uzip.c93 static char g_uzip_noattach_to[MAXPATHLEN] = {GUZ_DEV_NAME("*")}; variable
96 TUNABLE_STR("kern.geom.uzip.noattach_to", g_uzip_noattach_to,
97 sizeof(g_uzip_noattach_to));
665 (fnmatch(g_uzip_noattach_to, pp->name, 0) == 0)) {

Completed in 42 milliseconds