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

/freebsd-9.3-release/sys/geom/raid/
H A Dmd_intel.c1580 struct g_raid_volume *vol, *vol1; local
1836 vol1 = NULL;
1838 vol1 = vol;
1845 if (vol1 == NULL) {
1850 numdisks = vol1->v_disks_count;
1864 disk = vol1->v_subdisks[i].sd_disk;
1885 sd = &vol1->v_subdisks[0];
1973 disk = vol1->v_subdisks[i].sd_disk;
2071 TAILQ_FOREACH(vol1, &sc->sc_volumes, v_next)
H A Dg_raid.c1948 struct g_raid_volume *vol, *vol1; local
1971 vol1 = vol;
1973 LIST_FOREACH(vol1, &g_raid_volumes, v_global_next) {
1974 if (vol1->v_global_id == id)
1978 if (vol1 != NULL) {
1980 LIST_FOREACH(vol1, &g_raid_volumes, v_global_next) {
1981 if (vol1->v_global_id == id)
1984 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.c2242 struct g_raid_volume *vol, *vol1; local
2586 TAILQ_FOREACH(vol1, &sc->sc_volumes, v_next)

Completed in 124 milliseconds