Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/backup/restore/
H A Dmain.c49 long dumpnum = 1; variable
315 dumpnum = atoi(*argv++); in main()
316 if (dumpnum <= 0) { in main()
H A Drestore.h70 extern long dumpnum; /* location of the dump on this tape */
H A Dtape.c682 if (dumpnum == 1 || volno != 1) in setdumpnum()
690 tcom.mt_count = dumpnum - 1; in setdumpnum()
692 retval = rmtioctl(MTFSF, dumpnum - 1); in setdumpnum()