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

/freebsd-11-stable/sys/geom/
H A Dgeom_subr.c768 struct g_geom *gp1, *gp2; local
775 gp1 = TAILQ_NEXT(gp, geoms);
776 if (gp1 != NULL) {
781 gp1 = gp;
785 for (; gp1 != NULL; gp1 = gp2) {
786 gp1->rank = 0;
788 LIST_FOREACH(cp, &gp1->consumer, consumer) {
798 gp1->rank = m;
799 gp2 = TAILQ_NEXT(gp1, geom
[all...]
/freebsd-11-stable/sys/geom/multipath/
H A Dg_multipath.c796 struct g_geom *gp, *gp1; local
853 LIST_FOREACH(gp1, &mp->geom, geom) {
854 if (gp1 == gp)
856 sc = gp1->softc;
866 * If gp1 is *not* NULL, that means we have a MULTIPATH geom extant
876 if (gp1) {
877 sc = gp1->softc;
/freebsd-11-stable/sys/dev/iwm/
H A Dif_iwm.c5077 uint32_t gp1; /* GP1 timer register */ member in struct:iwm_error_event_table
5274 device_printf(sc->sc_dev, "%08X | time gp1\n", table.gp1);

Completed in 142 milliseconds