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

/freebsd-10.0-release/sys/geom/
H A Dgeom_subr.c67 static struct g_tailq_head geoms = TAILQ_HEAD_INITIALIZER(geoms); variable in typeref:struct:g_tailq_head
171 * We allow unloading if we have no geoms, or a class
353 TAILQ_INSERT_HEAD(&geoms, gp, geoms);
384 TAILQ_REMOVE(&geoms, gp, geoms);
732 * We keep the "geoms" list sorted by topological order (== increasing
734 * When an attach is done, the attaching geoms rank is invalidated
736 * All geoms late
[all...]
H A Dgeom.h135 TAILQ_ENTRY(g_geom) geoms; /* XXX: better name */ member in struct:g_geom
/freebsd-10.0-release/sbin/geom/core/
H A Dgeom.c89 { 'g', "geoms", NULL, G_TYPE_BOOL },
1003 int all, error, geoms, i, n, nargs, script; local
1013 geoms = gctl_get_int(req, "geoms");
1028 if (geoms) {
1044 if (geoms) {
1066 if (geoms) {
1078 if (geoms) {

Completed in 156 milliseconds