OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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 40 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026