Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/sun_sas/common/
H A DSun_sasRefreshAdapterConfiguration.c121 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.c644 rv = di_walk_node(root, DI_WALK_SIBFIRST, &wa, lookup_smhba_sas_hba); in devtree_get_all_hbas()
/titanic_50/usr/src/cmd/picl/plugins/sun4u/snowbird/frutree/
H A Dpicllibdevinfo.c644 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_50/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()
/titanic_50/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()