OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:di_curdepth
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/kern/
subr_autoconf.c
3801
di->
di_curdepth
= MAX(di->
di_curdepth
, dv->dv_depth);
3883
while (di->
di_curdepth
>= 0) {
3885
di->
di_curdepth
--;
3887
} else if (dv->dv_depth == di->
di_curdepth
)
3892
while (di->
di_curdepth
<= di->di_maxdepth) {
3894
di->
di_curdepth
++;
3896
} else if (dv->dv_depth == di->
di_curdepth
)
/src/sys/sys/
device.h
276
int
di_curdepth
;
member in struct:deviter
Completed in 16 milliseconds
Indexes created Tue Oct 21 12:09:54 GMT 2025