Searched refs:di_dfs (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/os/ |
H A D | autoconf.c | 321 di_dfs(dev_info_t *devi, int (*f)(dev_info_t *, int), caddr_t arg) function 325 di_dfs((dev_info_t *)DEVI(devi)->devi_child, f, arg); 326 di_dfs((dev_info_t *)DEVI(devi)->devi_sibling, f, arg); 357 di_dfs(ddi_get_child(dip), get_neighbors, 0); 393 * di_dfs() is used to read the prom because it doesn't get the 396 di_dfs(ddi_root_node(), get_neighbors, 0);
|
Completed in 44 milliseconds