OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:secondpass
(Results
1 - 1
of
1
) sorted by relevancy
/src/sbin/resize_ffs/
resize_ffs.c
665
int
secondpass
; /* have we wrapped from end of fs to
local
671
secondpass
= (hand == 0);
690
if (
secondpass
)
692
secondpass
= 1;
718
int
secondpass
; /* have we wrapped from end to beginning? */
local
723
secondpass
= (hand == 0);
736
if (
secondpass
)
738
secondpass
= 1;
760
int
secondpass
; /* have we wrapped from end to beginning? */
local
765
secondpass
= (hand == 0)
[
all
...]
Completed in 16 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026