Searched refs:find_geom (Results 1 – 3 of 3) sorted by relevance
/freebsd/lib/geom/part/ |
H A D | geom_part.c | 75 static struct ggeom * find_geom(struct gclass *, const char *); 209 find_geom(struct gclass *classp, const char *name) in find_geom() function 347 gp = find_geom(cp, g); in gpart_autofill_resize() 474 gp = find_geom(cp, g); in gpart_autofill() 758 gp = find_geom(classp, name); in gpart_show() 800 gp = find_geom(classp, g); in gpart_backup() 903 gp = find_geom(classp, s); in gpart_restore() 1132 gp = find_geom(classp, g); in gpart_write_partcode()
|
/freebsd/lib/geom/mirror/ |
H A D | geom_mirror.c | 419 find_geom(struct gclass *classp, const char *name) in find_geom() function 458 gp = find_geom(classp, g); in mirror_resize()
|
/freebsd/sbin/geom/core/ |
H A D | geom.c | 870 find_geom(struct gclass *classp, const char *name) in find_geom() function 1035 gp = find_geom(classp, name); in std_list() 1253 gp = find_geom(classp, name); in std_status() 1291 gp = find_geom(classp, name); in std_status()
|