Home
last modified time | relevance | path

Searched refs:curvol (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sbin/restore/
Drestore.c597 long curvol; in createleaves() local
606 curvol = volno; in createleaves()
661 if (curvol != volno) { in createleaves()
664 curvol = volno; in createleaves()
678 long curvol; in createfiles() local
719 curvol = volno; in createfiles()
720 while (next > curfile.ino && volno == curvol) in createfiles()
724 } while (volno == curvol + 1); in createfiles()
729 if (volno != curvol) in createfiles()
759 if (volno != curvol) { in createfiles()
/netbsd/src/sys/dev/ata/
Data_raid_intel.c146 int bmajor, count, curvol = 0, error = 0; in ata_raid_read_config_intel() local
223 aai = ata_raid_get_array_info(ATA_RAID_TYPE_INTEL, volumeid + curvol); in ata_raid_read_config_intel()
292 if ((curvol + 1) < info->total_volumes) { in ata_raid_read_config_intel()
293 curvol++; in ata_raid_read_config_intel()