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

/freebsd-11-stable/sys/geom/uzip/
H A Dg_uzip.c92 static char g_uzip_attach_to[MAXPATHLEN] = {"*"}; variable
94 TUNABLE_STR("kern.geom.uzip.attach_to", g_uzip_attach_to,
95 sizeof(g_uzip_attach_to));
664 if ((fnmatch(g_uzip_attach_to, pp->name, 0) != 0) ||

Completed in 91 milliseconds