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

/netbsd-6-1-5-RELEASE/sbin/restore/
H A Drestore.c597 long curvol; local
606 curvol = volno;
661 if (curvol != volno) {
664 curvol = volno;
678 long curvol; local
719 curvol = volno;
720 while (next > curfile.ino && volno == curvol)
724 } while (volno == curvol + 1);
729 if (volno != curvol)
759 if (volno != curvol) {
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/ata/
H A Data_raid_intel.c145 int bmajor, count, curvol = 0, error = 0; local
221 aai = ata_raid_get_array_info(ATA_RAID_TYPE_INTEL, volumeid + curvol);
291 if ((curvol + 1) < info->total_volumes) {
292 curvol++;

Completed in 77 milliseconds