HomeSort by: relevance | last modified time | path
    Searched refs:dv_depth (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/sys/
device_impl.h 138 int dv_depth; /* number of parents until root */ member in struct:device
  /src/sys/kern/
subr_autoconf.c 1632 dev->dv_depth = parent->dv_depth + 1;
1634 dev->dv_depth = 0;
3801 di->di_curdepth = MAX(di->di_curdepth, dv->dv_depth);
3808 di->di_maxdepth = MAX(di->di_maxdepth, dv->dv_depth);
3887 } else if (dv->dv_depth == di->di_curdepth)
3896 } else if (dv->dv_depth == di->di_curdepth)

Completed in 16 milliseconds