Searched refs:vol1 (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/sys/geom/raid/
H A Dmd_intel.c1581 struct g_raid_volume *vol, *vol1; local
1837 vol1 = NULL;
1839 vol1 = vol;
1846 if (vol1 == NULL) {
1851 numdisks = vol1->v_disks_count;
1865 disk = vol1->v_subdisks[i].sd_disk;
1886 sd = &vol1->v_subdisks[0];
1974 disk = vol1->v_subdisks[i].sd_disk;
2072 TAILQ_FOREACH(vol1, &sc->sc_volumes, v_next)
H A Dg_raid.c1940 struct g_raid_volume *vol, *vol1; local
1963 vol1 = vol;
1965 LIST_FOREACH(vol1, &g_raid_volumes, v_global_next) {
1966 if (vol1->v_global_id == id)
1970 if (vol1 != NULL) {
1972 LIST_FOREACH(vol1, &g_raid_volumes, v_global_next) {
1973 if (vol1->v_global_id == id)
1976 if (vol1 == NULL)
H A Dmd_promise.c1255 struct g_raid_volume *vol, *vol1; local
1575 TAILQ_FOREACH(vol1, &sc->sc_volumes, v_next)
H A Dmd_ddf.c2220 struct g_raid_volume *vol, *vol1; local
2564 TAILQ_FOREACH(vol1, &sc->sc_volumes, v_next)

Completed in 132 milliseconds