Home
last modified time | relevance | path

Searched refs:geoms (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/geom/
H A Dgeom_subr.c70 static struct g_tailq_head geoms = TAILQ_HEAD_INITIALIZER(geoms); variable
391 TAILQ_INSERT_HEAD(&geoms, gp, geoms); in g_new_geomf()
422 TAILQ_REMOVE(&geoms, gp, geoms); in g_destroy_geom()
844 gp1 = TAILQ_NEXT(gp, geoms); in redo_rank()
847 TAILQ_REMOVE(&geoms, gp, geoms); in redo_rank()
848 TAILQ_INSERT_TAIL(&geoms, gp, geoms); in redo_rank()
868 gp2 = TAILQ_NEXT(gp1, geoms); in redo_rank()
879 TAILQ_REMOVE(&geoms, gp1, geoms); in redo_rank()
880 TAILQ_INSERT_TAIL(&geoms, gp1, geoms); in redo_rank()
H A Dgeom.h136 TAILQ_ENTRY(g_geom) geoms; /* XXX: better name */
/freebsd/usr.sbin/bsdconfig/share/
H A Dgeom.subr99 # Use the function f_geom_find() to get a list of geoms (execute without
100 # arguments) or find specific geoms by class or name.
419 debug= f_geom_find "" "$GEOM_CLASS_ANY" geoms
420 f_count ngeoms $geoms
423 unset geoms ngeoms
H A Ddevice.subr243 local geom geoms geom_name
244 debug= f_geom_find "" $GEOM_CLASS_DEV geoms
245 for geom in $geoms; do
/freebsd/sbin/geom/core/
H A Dgeom.c1231 int all, error, geoms, i, n, nargs, script; in std_status() local
1241 geoms = gctl_get_int(req, "geoms"); in std_status()
1256 if (geoms) { in std_status()
1272 if (geoms) { in std_status()
1294 if (geoms) { in std_status()
1306 if (geoms) { in std_status()