Searched defs:nextvol (Results 1 - 2 of 2) sorted by relevance

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

Completed in 49 milliseconds