Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/backup/restore/
H A Drestore.c698 int curvol, nextvol; in createfiles() local
703 nextvol = volnumber(first); in createfiles()
704 if (nextvol == 0) { in createfiles()
722 if (nextvol > 0) { in createfiles()
723 nextvol = volnumber(first); in createfiles()
724 if (nextvol != volno) { in createfiles()
726 getvol(nextvol); in createfiles()
H A Dtape.c424 getvol(int nextvol) in getvol() argument
440 if (nextvol == 1) { in getvol()
446 if (nextvol != 1) in getvol()
459 newvol = nextvol; in getvol()
466 if ((volno == 1) && (nextvol == 1)) { in getvol()
472 newvol = nextvol; in getvol()
1497 goto nextvol; in readtape()
1606 nextvol: in readtape()