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

/freebsd-11-stable/sys/geom/
H A Dgeom_fox.c350 struct g_geom *gp, *gp2; local
389 LIST_FOREACH(gp2, &mp->geom, geom) {
390 sc2 = gp2->softc;
397 if (gp2 != NULL) {
404 pp->name, gp2->name);
405 cp2 = g_new_consumer(gp2);
407 pp2 = LIST_FIRST(&gp2->provider);
417 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) {
768 struct g_geom *gp1, *gp2; local
785 for (; gp1 != NULL; gp1 = gp2) {
799 gp2 = TAILQ_NEXT(gp1, geoms);
/freebsd-11-stable/sys/geom/eli/
H A Dg_eli_ctl.c913 struct g_geom *gp, *gp2; local
915 LIST_FOREACH_SAFE(gp, &mp->geom, geom, gp2) {
1108 struct g_geom *gp, *gp2; local
1110 LIST_FOREACH_SAFE(gp, &mp->geom, geom, gp2) {
H A Dg_eli.c1309 struct g_geom *gp, *gp2; local
1316 LIST_FOREACH_SAFE(gp, &mp->geom, geom, gp2) {
/freebsd-11-stable/sys/geom/mountver/
H A Dg_mountver.c665 struct g_geom *gp, *gp2; local
669 LIST_FOREACH_SAFE(gp, &mp->geom, geom, gp2) {
/freebsd-11-stable/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-stable/sys/geom/journal/
H A Dg_journal.c2651 struct g_geom *gp, *gp2; local
2657 LIST_FOREACH_SAFE(gp, &mp->geom, geom, gp2) {
/freebsd-11-stable/sys/geom/raid3/
H A Dg_raid3.c3540 struct g_geom *gp, *gp2; local
3547 LIST_FOREACH_SAFE(gp, &mp->geom, geom, gp2) {
/freebsd-11-stable/sys/geom/mirror/
H A Dg_mirror.c3440 struct g_geom *gp, *gp2; local
3450 LIST_FOREACH_SAFE(gp, &mp->geom, geom, gp2) {
/freebsd-11-stable/sys/dev/iwm/
H A Dif_iwm.c5078 uint32_t gp2; /* GP2 timer register */ member in struct:iwm_error_event_table
5275 device_printf(sc->sc_dev, "%08X | time gp2\n", table.gp2);

Completed in 384 milliseconds