Home
last modified time | relevance | path

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

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