OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:di_curdepth
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/kern/
subr_autoconf.c
3892
di->
di_curdepth
= MAX(di->
di_curdepth
, dv->dv_depth);
3974
while (di->
di_curdepth
>= 0) {
3976
di->
di_curdepth
--;
3978
} else if (dv->dv_depth == di->
di_curdepth
)
3983
while (di->
di_curdepth
<= di->di_maxdepth) {
3985
di->
di_curdepth
++;
3987
} else if (dv->dv_depth == di->
di_curdepth
)
/src/sys/sys/
device.h
276
int
di_curdepth
;
member in struct:deviter
Completed in 17 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026