Searched refs:DI_WALK_SIBFIRST (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/lib/sun_sas/common/ |
H A D | Sun_sasRefreshAdapterConfiguration.c | 124 if (di_walk_node(root, DI_WALK_SIBFIRST, &wa, in Sun_sasRefreshAdapterConfiguration()
|
H A D | Sun_sasRefreshInformation.c | 132 if (di_walk_node(root, DI_WALK_SIBFIRST, &wa, in Sun_sasRefreshInformation()
|
H A D | devtree_hba_disco.c | 649 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 D | libdevinfo.h | 46 #define DI_WALK_SIBFIRST 1 macro
|
H A D | devinfo.c | 757 case DI_WALK_SIBFIRST: in update_node_list()
|
/illumos-gate/usr/src/cmd/modload/ |
H A D | add_drv.c | 619 if (di_walk_node(root_node, DI_WALK_SIBFIRST, NULL, devfs_node) == -1) { in drv_name_conflict()
|