Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/backup/restore/
H A Drestore.c737 int curvol, nextvol; in createfiles() local
742 nextvol = volnumber(first); in createfiles()
743 if (nextvol == 0) { in createfiles()
761 if (nextvol > 0) { in createfiles()
762 nextvol = volnumber(first); in createfiles()
763 if (nextvol != volno) { in createfiles()
765 getvol(nextvol); in createfiles()
H A Dtape.c423 getvol(int nextvol) in getvol() argument
439 if (nextvol == 1) { in getvol()
445 if (nextvol != 1) in getvol()
458 newvol = nextvol; in getvol()
465 if ((volno == 1) && (nextvol == 1)) { in getvol()
471 newvol = nextvol; in getvol()
1500 goto nextvol; in readtape()
1609 nextvol: in readtape()