Searched refs:di_walk_node (Results 1 - 18 of 18) sorted by relevance
/osnet-11/usr/src/lib/sun_sas/common/ |
H A D | Sun_sasRefreshAdapterConfiguration.c | 121 if (di_walk_node(root, DI_WALK_SIBFIRST, &wa, 123 log(LOG_DEBUG, ROUTINE, "di_walk_node failed.");
|
H A D | Sun_sasRefreshInformation.c | 132 if (di_walk_node(root, DI_WALK_SIBFIRST, &wa, 134 log(LOG_DEBUG, ROUTINE, "di_walk_node failed.");
|
H A D | devtree_hba_disco.c | 644 rv = di_walk_node(root, DI_WALK_SIBFIRST, &wa, lookup_smhba_sas_hba);
|
/osnet-11/usr/src/lib/cfgadm_plugins/fp/common/ |
H A D | cfga_rcm.c | 233 if (di_walk_node(node, 0, &walkargs, fp_rcm_process_node) < 0) 326 if (di_walk_node(node, 0, &walkargs, fp_rcm_process_node) < 0) 425 * Helper routine for fp_rcm_{suspend,resume}. This is a di_walk_node()
|
H A D | cfga_utils.c | 585 rv = di_walk_node(root, up->walkmode.node_args.flags, arg,
|
/osnet-11/usr/src/lib/libwanboot/common/ |
H A D | bootinfo_aux.c | 325 (void) di_walk_node(root_node, DI_WALK_CLDFIRST, &cb, p2n_cb);
|
/osnet-11/usr/src/lib/libcpc/sparc/ |
H A D | conf_ultra.c | 676 (void) di_walk_node(di_root_node, DI_WALK_CLDFIRST,
|
/osnet-11/usr/src/lib/fm/topo/modules/common/ses/common/ |
H A D | ses_dev.c | 40 /* common callback information for di_walk_node() and di_devlink_walk() */ 457 /* di_walk_node callback for ses_dev_list_gather */ 523 (void) di_walk_node(devtree, DI_WALK_CLDFIRST, &scb,
|
/osnet-11/usr/src/lib/libdevinfo/ |
H A D | devinfo_retire.c | 353 if (di_walk_node(rnode, DI_WALK_CLDFIRST, rp, node_select) != 0) { 355 "di_walk_node: failed. Returning NOTSUP\n"); 601 if (di_walk_node(rnode, DI_WALK_CLDFIRST, rp, offline_one) != 0) { 602 dp->rt_debug(dp->rt_hdl, "[ERROR]: di_walk_node " 618 dp->rt_debug(dp->rt_hdl, "[ERROR]: di_walk_node "
|
H A D | libdevinfo.h | 44 * flags for di_walk_node 163 extern int di_walk_node(di_node_t root, uint_t flag, void *arg,
|
H A D | devinfo_devperm.c | 384 rv = di_walk_node(info->cache_snapshot, DI_WALK_CLDFIRST,
|
H A D | devinfo.c | 724 DPRINTF((DI_ERR, "Unexpected err in di_walk_node.\n")); 850 di_walk_node(di_node_t root, uint_t flag, void *arg, function 2784 return (di_walk_node(node, DI_WALK_CLDFIRST, &walk_arg,
|
/osnet-11/usr/src/cmd/hal/hald/solaris/ |
H A D | sysevent.c | 681 di_walk_node (root_node, DI_WALK_CLDFIRST, NULL,
|
/osnet-11/usr/src/lib/fm/topo/modules/common/bay/common/ |
H A D | bay.c | 759 (void) di_walk_node(devtree, DI_WALK_CLDFIRST,
|
/osnet-11/usr/src/lib/fm/topo/modules/common/disk/common/ |
H A D | disk_common.c | 49 /* common callback information for di_walk_node() and di_devlink_walk */ 1082 /* di_walk_node callback for disk_list_gather */ 1171 (void) di_walk_node(devtree, DI_WALK_CLDFIRST, &dcb,
|
/osnet-11/usr/src/lib/fm/topo/modules/common/usb/common/ |
H A D | usb.c | 271 * Callback entry for di_walk_node 329 (void) di_walk_node(devtree, DI_WALK_CLDFIRST, &dcb,
|
/osnet-11/usr/src/lib/cfgadm_plugins/scsi/common/ |
H A D | cfga_utils.c | 482 rv = di_walk_node(walk_root, up->node_args.flags, arg,
|
/osnet-11/usr/src/lib/libsuri/common/ |
H A D | suri_devinfo.c | 40 /* Helper structure used in the callback with di_walk_node(). */ 934 if (di_walk_node(rnode, DI_WALK_CLDFIRST, &data, devinfo_cback) != 0) {
|
Completed in 81 milliseconds