Searched refs:g_uzip_attach_to (Results 1 – 1 of 1) sorted by relevance
96 static char g_uzip_attach_to[MAXPATHLEN] = {"*"}; variable98 TUNABLE_STR("kern.geom.uzip.attach_to", g_uzip_attach_to,99 sizeof(g_uzip_attach_to));693 if ((fnmatch(g_uzip_attach_to, pp->name, 0) != 0) || in g_uzip_taste()