Lines Matching refs:ggeom
75 static struct ggeom * find_geom(struct gclass *, const char *);
76 static int geom_is_withered(struct ggeom *);
77 static const char *find_geomcfg(struct ggeom *, const char *);
79 static struct gprovider *find_provider(struct ggeom *, off_t);
87 static void gpart_show_geom(struct ggeom *, const char *, int);
208 static struct ggeom *
211 struct ggeom *gp, *wgp; in find_geom()
228 geom_is_withered(struct ggeom *gp) in geom_is_withered()
240 find_geomcfg(struct ggeom *gp, const char *cfg) in find_geomcfg()
264 find_provider(struct ggeom *gp, off_t minsector) in find_provider()
324 struct ggeom *gp; in gpart_autofill_resize()
447 struct ggeom *gp; in gpart_autofill()
622 gpart_show_geom(struct ggeom *gp, const char *element, int show_providers) in gpart_show_geom()
726 struct ggeom *gp; in gpart_show()
778 struct ggeom *gp; in gpart_backup()
867 struct ggeom *gp; in gpart_restore()
1111 struct ggeom *gp; in gpart_write_partcode()