Searched refs:gp1 (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/sys/geom/
H A Dgeom_subr.c752 struct g_geom *gp1, *gp2; local
759 gp1 = TAILQ_NEXT(gp, geoms);
760 if (gp1 != NULL) {
765 gp1 = gp;
769 for (; gp1 != NULL; gp1 = gp2) {
770 gp1->rank = 0;
772 LIST_FOREACH(cp, &gp1->consumer, consumer) {
782 gp1->rank = m;
783 gp2 = TAILQ_NEXT(gp1, geom
[all...]
/freebsd-10.0-release/sys/geom/multipath/
H A Dg_multipath.c675 struct g_geom *gp, *gp1; local
732 LIST_FOREACH(gp1, &mp->geom, geom) {
733 if (gp1 == gp)
735 sc = gp1->softc;
745 * If gp1 is *not* NULL, that means we have a MULTIPATH geom extant
755 if (gp1) {
756 sc = gp1->softc;

Completed in 175 milliseconds