Searched refs:gp1 (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12-stable/sys/geom/ |
| D | geom_subr.c | 777 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/ |
| D | g_multipath.c | 822 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/ |
| D | mt7629.dtsi | 448 clock-names = "ethif", "sgmiitop", "esw", "gp0", "gp1",
|
| D | mt2701.dtsi | 692 clock-names = "ethif", "esw", "gp1", "gp2", "trgpll";
|
| D | mt7623.dtsi | 1036 clock-names = "ethif", "esw", "gp1", "gp2", "trgpll";
|
| /freebsd-12-stable/sys/gnu/dts/arm64/mediatek/ |
| D | mt7622.dtsi | 917 clock-names = "ethif", "esw", "gp0", "gp1", "gp2",
|
| /freebsd-12-stable/sys/dev/iwm/ |
| D | if_iwm.c | 5110 uint32_t gp1; /* GP1 timer register */ member 5307 device_printf(sc->sc_dev, "%08X | time gp1\n", table.gp1); in iwm_nic_error()
|