OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:volno
(Results
1 - 7
of
7
) sorted by relevancy
/src/usr.sbin/fstyp/
hammer.c
144
int
volno
= -1;
local
155
volno
= ondisk->vol_no;
160
return (
volno
);
169
int i,
volno
, error = 1;
local
180
volno
= -1;
185
if ((
volno
= test_volume(volpath)) == -1)
187
if (
volno
< 0 ||
volno
>= HAMMER_MAX_VOLUMES)
189
x[
volno
]++;
190
if (
volno
== HAMMER_ROOT_VOLNO
[
all
...]
/src/sbin/restore/
restore.c
603
dumpsymtable(symtabfile,
volno
);
606
curvol =
volno
;
661
if (curvol !=
volno
) {
662
dumpsymtable(symtabfile,
volno
);
664
curvol =
volno
;
719
curvol =
volno
;
720
while (next > curfile.ino &&
volno
== curvol)
724
} while (
volno
== curvol + 1);
729
if (
volno
!= curvol)
759
if (
volno
!= curvol)
[
all
...]
restore.h
60
extern int32_t
volno
; /* current volume being read */
tape.c
311
volno
= 1;
400
if (
volno
== 1)
448
if (newvol ==
volno
) {
449
tapesread |= 1 <<
volno
;
477
volno
= -1;
481
volno
= newvol;
487
volno
= 0;
490
if (tmpbuf.c_volume !=
volno
) {
493
volno
, tmpbuf.c_volume);
494
volno
= 0
[
all
...]
interactive.c
125
volno
= 0;
184
volno
= 0;
symtab.c
436
int32_t
volno
;
member in struct:symtableheader
516
hdr.
volno
= checkpt;
599
getvol(hdr.
volno
);
main.c
72
int32_t
volno
= 0;
variable
Completed in 26 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026