Searched refs:gp2 (Results 1 - 11 of 11) sorted by relevance

/freebsd-11.0-release/sys/geom/
H A Dgeom_fox.c348 struct g_geom *gp, *gp2; local
387 LIST_FOREACH(gp2, &mp->geom, geom) {
388 sc2 = gp2->softc;
395 if (gp2 != NULL) {
402 pp->name, gp2->name);
403 cp2 = g_new_consumer(gp2);
405 pp2 = LIST_FIRST(&gp2->provider);
415 cp2->provider->name, gp2->name,
H A Dgeom_dump.c268 struct g_geom *gp2; local
274 LIST_FOREACH(gp2, &mp->geom, geom) {
275 if (gp != NULL && gp != gp2)
277 g_conf_geom(sb, gp2, pp, cp);
H A Dgeom_subr.c444 struct g_geom *gp, *gp2; local
450 LIST_FOREACH_SAFE(gp, &mp->geom, geom, gp2) {
760 struct g_geom *gp1, *gp2; local
777 for (; gp1 != NULL; gp1 = gp2) {
791 gp2 = TAILQ_NEXT(gp1, geoms);
/freebsd-11.0-release/sys/geom/eli/
H A Dg_eli_ctl.c854 struct g_geom *gp, *gp2; local
856 LIST_FOREACH_SAFE(gp, &mp->geom, geom, gp2) {
1051 struct g_geom *gp, *gp2; local
1053 LIST_FOREACH_SAFE(gp, &mp->geom, geom, gp2) {
H A Dg_eli.c1228 struct g_geom *gp, *gp2; local
1235 LIST_FOREACH_SAFE(gp, &mp->geom, geom, gp2) {
/freebsd-11.0-release/sys/geom/mountver/
H A Dg_mountver.c611 struct g_geom *gp, *gp2; local
615 LIST_FOREACH_SAFE(gp, &mp->geom, geom, gp2)
/freebsd-11.0-release/sys/geom/journal/
H A Dg_journal.c2695 struct g_geom *gp, *gp2; local
2701 LIST_FOREACH_SAFE(gp, &mp->geom, geom, gp2) {
/freebsd-11.0-release/sys/geom/raid/
H A Dg_raid.c2460 struct g_geom *gp, *gp2; local
2467 LIST_FOREACH_SAFE(gp, &mp->geom, geom, gp2) {
/freebsd-11.0-release/sys/geom/mirror/
H A Dg_mirror.c3322 struct g_geom *gp, *gp2; local
3329 LIST_FOREACH_SAFE(gp, &mp->geom, geom, gp2) {
/freebsd-11.0-release/sys/geom/raid3/
H A Dg_raid3.c3541 struct g_geom *gp, *gp2; local
3548 LIST_FOREACH_SAFE(gp, &mp->geom, geom, gp2) {
/freebsd-11.0-release/sys/dev/iwm/
H A Dif_iwm.c4766 uint32_t gp2; /* GP2 timer register */ member in struct:iwm_error_event_table
4963 device_printf(sc->sc_dev, "%08X | time gp2\n", table.gp2);

Completed in 201 milliseconds