Searched refs:gp2 (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.3-release/sys/geom/
H A Dgeom_fox.c348 struct g_geom *gp, *gp2; local
387 LIST_FOREACH(gp2, &mp->geom, geom) {
388 sc2 = gp2->softc;
395 if (gp2 != NULL) {
402 pp->name, gp2->name);
403 cp2 = g_new_consumer(gp2);
405 pp2 = LIST_FIRST(&gp2->provider);
415 cp2->provider->name, gp2->name,
H A Dgeom_dump.c267 struct g_geom *gp2; local
273 LIST_FOREACH(gp2, &mp->geom, geom) {
274 if (gp != NULL && gp != gp2)
276 g_conf_geom(sb, gp2, pp, cp);
H A Dgeom_subr.c446 struct g_geom *gp, *gp2; local
452 LIST_FOREACH_SAFE(gp, &mp->geom, geom, gp2) {
758 struct g_geom *gp1, *gp2; local
775 for (; gp1 != NULL; gp1 = gp2) {
789 gp2 = TAILQ_NEXT(gp1, geoms);
/freebsd-10.3-release/sys/geom/eli/
H A Dg_eli_ctl.c775 struct g_geom *gp, *gp2; local
777 LIST_FOREACH_SAFE(gp, &mp->geom, geom, gp2) {
972 struct g_geom *gp, *gp2; local
974 LIST_FOREACH_SAFE(gp, &mp->geom, geom, gp2) {
H A Dg_eli.c1293 struct g_geom *gp, *gp2; local
1301 LIST_FOREACH_SAFE(gp, &mp->geom, geom, gp2) {
/freebsd-10.3-release/sys/geom/mountver/
H A Dg_mountver.c611 struct g_geom *gp, *gp2; local
616 LIST_FOREACH_SAFE(gp, &mp->geom, geom, gp2)
/freebsd-10.3-release/sys/geom/journal/
H A Dg_journal.c2698 struct g_geom *gp, *gp2; local
2705 LIST_FOREACH_SAFE(gp, &mp->geom, geom, gp2) {
/freebsd-10.3-release/sys/geom/raid/
H A Dg_raid.c2491 struct g_geom *gp, *gp2; local
2499 LIST_FOREACH_SAFE(gp, &mp->geom, geom, gp2) {
/freebsd-10.3-release/sys/geom/mirror/
H A Dg_mirror.c3314 struct g_geom *gp, *gp2; local
3322 LIST_FOREACH_SAFE(gp, &mp->geom, geom, gp2) {
/freebsd-10.3-release/sys/geom/raid3/
H A Dg_raid3.c3551 struct g_geom *gp, *gp2; local
3559 LIST_FOREACH_SAFE(gp, &mp->geom, geom, gp2) {

Completed in 147 milliseconds