Home
last modified time | relevance | path

Searched refs:dv_depth (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/sys/
H A Ddevice_impl.h138 int dv_depth; /* number of parents until root */ member
/netbsd-src/sys/kern/
H A Dsubr_autoconf.c1631 dev->dv_depth = parent->dv_depth + 1; in config_devalloc()
1633 dev->dv_depth = 0; in config_devalloc()
3787 di->di_curdepth = MAX(di->di_curdepth, dv->dv_depth); in deviter_init()
3794 di->di_maxdepth = MAX(di->di_maxdepth, dv->dv_depth); in deviter_init()
3873 } else if (dv->dv_depth == di->di_curdepth) in deviter_next()
3882 } else if (dv->dv_depth == di->di_curdepth) in deviter_next()