Searched refs:DI_WALK_SIBFIRST (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/lib/sun_sas/common/ |
H A D | Sun_sasRefreshAdapterConfiguration.c | 121 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 | 644 rv = di_walk_node(root, DI_WALK_SIBFIRST, &wa, lookup_smhba_sas_hba); in devtree_get_all_hbas()
|
/titanic_44/usr/src/cmd/picl/plugins/sun4u/snowbird/frutree/ |
H A D | picllibdevinfo.c | 644 if (di_walk_node(rnode, DI_WALK_SIBFIRST, &devinfo, walk_tree) != 0) { in get_fru_path() 761 if (di_walk_node(rnode, DI_WALK_SIBFIRST, &devinfo, in is_fru_present_under_location()
|
/titanic_44/usr/src/lib/libdevinfo/ |
H A D | libdevinfo.h | 46 #define DI_WALK_SIBFIRST 1 macro
|
H A D | devinfo.c | 755 case DI_WALK_SIBFIRST: in update_node_list()
|
/titanic_44/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()
|