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

/freebsd-13-stable/sys/geom/
H A Dgeom_subr.c841 struct g_geom *gp1, *gp2; local
848 gp1 = TAILQ_NEXT(gp, geoms);
849 if (gp1 != NULL) {
854 gp1 = gp;
858 for (; gp1 != NULL; gp1 = gp2) {
859 gp1->rank = 0;
861 LIST_FOREACH(cp, &gp1->consumer, consumer) {
871 gp1->rank = m;
872 gp2 = TAILQ_NEXT(gp1, geom
[all...]
/freebsd-13-stable/sys/geom/multipath/
H A Dg_multipath.c822 struct g_geom *gp, *gp1; local
882 LIST_FOREACH(gp1, &mp->geom, geom) {
883 if (gp1 == gp)
885 sc = gp1->softc;
895 * If gp1 is *not* NULL, that means we have a MULTIPATH geom extant
905 if (gp1) {
906 sc = gp1->softc;
/freebsd-13-stable/sys/dev/iwm/
H A Dif_iwm.c5115 uint32_t gp1; /* GP1 timer register */ member in struct:iwm_error_event_table
5312 device_printf(sc->sc_dev, "%08X | time gp1\n", table.gp1);

Completed in 65 milliseconds