HomeSort by: relevance | last modified time | path
    Searched defs:curvol (Results 1 - 2 of 2) sorted by relevancy

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

Completed in 12 milliseconds