Home
last modified time | relevance | path

Searched refs:gp1 (Results 1 – 7 of 7) sorted by relevance

/freebsd-12-stable/sys/geom/
Dgeom_subr.c777 struct g_geom *gp1, *gp2; in redo_rank() local
784 gp1 = TAILQ_NEXT(gp, geoms); in redo_rank()
785 if (gp1 != NULL) { in redo_rank()
790 gp1 = gp; in redo_rank()
794 for (; gp1 != NULL; gp1 = gp2) { in redo_rank()
795 gp1->rank = 0; in redo_rank()
797 LIST_FOREACH(cp, &gp1->consumer, consumer) { in redo_rank()
807 gp1->rank = m; in redo_rank()
808 gp2 = TAILQ_NEXT(gp1, geoms); in redo_rank()
815 if (gp == gp1) in redo_rank()
[all …]
/freebsd-12-stable/sys/geom/multipath/
Dg_multipath.c822 struct g_geom *gp, *gp1; in g_multipath_taste() local
880 LIST_FOREACH(gp1, &mp->geom, geom) { in g_multipath_taste()
881 if (gp1 == gp) in g_multipath_taste()
883 sc = gp1->softc; in g_multipath_taste()
903 if (gp1) { in g_multipath_taste()
904 sc = gp1->softc; in g_multipath_taste()
/freebsd-12-stable/sys/gnu/dts/arm/
Dmt7629.dtsi448 clock-names = "ethif", "sgmiitop", "esw", "gp0", "gp1",
Dmt2701.dtsi692 clock-names = "ethif", "esw", "gp1", "gp2", "trgpll";
Dmt7623.dtsi1036 clock-names = "ethif", "esw", "gp1", "gp2", "trgpll";
/freebsd-12-stable/sys/gnu/dts/arm64/mediatek/
Dmt7622.dtsi917 clock-names = "ethif", "esw", "gp0", "gp1", "gp2",
/freebsd-12-stable/sys/dev/iwm/
Dif_iwm.c5110 uint32_t gp1; /* GP1 timer register */ member
5307 device_printf(sc->sc_dev, "%08X | time gp1\n", table.gp1); in iwm_nic_error()