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

/netbsd-6-1-5-RELEASE/sbin/restore/
H A Drestore.h59 extern int32_t dumpnum; /* location of the dump on this tape */
H A Dmain.c68 int32_t dumpnum = 1; variable
157 dumpnum = strtol(optarg, &p, 10);
160 if (dumpnum <= 0)
H A Dtape.c571 if (dumpnum == 1 || volno != 1)
578 tcom.mt_count = dumpnum - 1;
581 rmtioctl(MTFSF, dumpnum - 1);

Completed in 188 milliseconds