Home
last modified time | relevance | path

Searched refs:DI_WALK_SIBFIRST (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/sun_sas/common/
H A DSun_sasRefreshAdapterConfiguration.c124 if (di_walk_node(root, DI_WALK_SIBFIRST, &wa, in Sun_sasRefreshAdapterConfiguration()
H A DSun_sasRefreshInformation.c132 if (di_walk_node(root, DI_WALK_SIBFIRST, &wa, in Sun_sasRefreshInformation()
H A Ddevtree_hba_disco.c649 rv = di_walk_node(root, DI_WALK_SIBFIRST, &wa, lookup_smhba_sas_hba); in devtree_get_all_hbas()
/illumos-gate/usr/src/lib/libdevinfo/
H A Dlibdevinfo.h46 #define DI_WALK_SIBFIRST 1 macro
H A Ddevinfo.c755 case DI_WALK_SIBFIRST: in update_node_list()
/illumos-gate/usr/src/cmd/modload/
H A Dadd_drv.c619 if (di_walk_node(root_node, DI_WALK_SIBFIRST, NULL, devfs_node) == -1) { in drv_name_conflict()