HomeSort by: relevance | last modified time | path
    Searched refs:dumpnum (Results 1 - 3 of 3) sorted by relevancy

  /src/sbin/restore/
restore.h 59 extern int32_t dumpnum; /* location of the dump on this tape */
main.c 71 int32_t dumpnum = 1; variable
159 /* Dumpnum (skip to) for multifile dump tapes. */
160 dumpnum = strtol(optarg, &p, 10);
163 if (dumpnum <= 0)
tape.c 582 if (dumpnum == 1 || volno != 1)
589 tcom.mt_count = dumpnum - 1;
592 rmtioctl(MTFSF, dumpnum - 1);

Completed in 19 milliseconds