HomeSort by: relevance | last modified time | path
    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