Searched refs:dumpnum (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/backup/restore/
H A Dmain.c51 long dumpnum = 1; variable
310 * dumpnum (skip to) for multifile dump tapes
317 dumpnum = atoi(*argv++);
318 if (dumpnum <= 0) {
H A Drestore.h72 extern long dumpnum; /* location of the dump on this tape */
H A Dtape.c681 if (dumpnum == 1 || volno != 1)
689 tcom.mt_count = dumpnum - 1;
691 retval = rmtioctl(MTFSF, dumpnum - 1);

Completed in 49 milliseconds