Searched refs:geoms (Results 1 – 5 of 5) sorted by relevance
| /freebsd/sys/geom/ |
| H A D | geom_subr.c | 72 static struct g_tailq_head geoms = TAILQ_HEAD_INITIALIZER(geoms); variable 388 TAILQ_INSERT_HEAD(&geoms, gp, geoms); in g_new_geom() 435 TAILQ_REMOVE(&geoms, gp, geoms); in g_destroy_geom() 856 gp1 = TAILQ_NEXT(gp, geoms); in redo_rank() 859 TAILQ_REMOVE(&geoms, gp, geoms); in redo_rank() 860 TAILQ_INSERT_TAIL(&geoms, gp, geoms); in redo_rank() 880 gp2 = TAILQ_NEXT(gp1, geoms); in redo_rank() 891 TAILQ_REMOVE(&geoms, gp1, geoms); in redo_rank() 892 TAILQ_INSERT_TAIL(&geoms, gp1, geoms); in redo_rank()
|
| H A D | geom.h | 136 TAILQ_ENTRY(g_geom) geoms; /* XXX: better name */
|
| /freebsd/usr.sbin/bsdconfig/share/ |
| H A D | geom.subr | 99 # 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 D | device.subr | 243 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 D | geom.c | 1339 int all, error, geoms, i, n, nargs, script; in std_status() local 1349 geoms = gctl_get_int(req, "geoms"); in std_status() 1361 if (geoms) { in std_status() 1377 if (geoms) { in std_status() 1400 if (geoms) { in std_status() 1412 if (geoms) { in std_status()
|