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 1722 dev->dv_depth = parent->dv_depth + 1;
1724 dev->dv_depth = 0;
3892 di->di_curdepth = MAX(di->di_curdepth, dv->dv_depth);
3899 di->di_maxdepth = MAX(di->di_maxdepth, dv->dv_depth);
3978 } else if (dv->dv_depth == di->di_curdepth)
3987 } else if (dv->dv_depth == di->di_curdepth)

Completed in 17 milliseconds