Searched refs:di_walk_node (Results 1 - 18 of 18) sorted by relevance

/osnet-11/usr/src/lib/sun_sas/common/
H A DSun_sasRefreshAdapterConfiguration.c121 if (di_walk_node(root, DI_WALK_SIBFIRST, &wa,
123 log(LOG_DEBUG, ROUTINE, "di_walk_node failed.");
H A DSun_sasRefreshInformation.c132 if (di_walk_node(root, DI_WALK_SIBFIRST, &wa,
134 log(LOG_DEBUG, ROUTINE, "di_walk_node failed.");
H A Ddevtree_hba_disco.c644 rv = di_walk_node(root, DI_WALK_SIBFIRST, &wa, lookup_smhba_sas_hba);
/osnet-11/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_rcm.c233 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 Dcfga_utils.c585 rv = di_walk_node(root, up->walkmode.node_args.flags, arg,
/osnet-11/usr/src/lib/libwanboot/common/
H A Dbootinfo_aux.c325 (void) di_walk_node(root_node, DI_WALK_CLDFIRST, &cb, p2n_cb);
/osnet-11/usr/src/lib/libcpc/sparc/
H A Dconf_ultra.c676 (void) di_walk_node(di_root_node, DI_WALK_CLDFIRST,
/osnet-11/usr/src/lib/fm/topo/modules/common/ses/common/
H A Dses_dev.c40 /* 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 Ddevinfo_retire.c353 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 Dlibdevinfo.h44 * flags for di_walk_node
163 extern int di_walk_node(di_node_t root, uint_t flag, void *arg,
H A Ddevinfo_devperm.c384 rv = di_walk_node(info->cache_snapshot, DI_WALK_CLDFIRST,
H A Ddevinfo.c724 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 Dsysevent.c681 di_walk_node (root_node, DI_WALK_CLDFIRST, NULL,
/osnet-11/usr/src/lib/fm/topo/modules/common/bay/common/
H A Dbay.c759 (void) di_walk_node(devtree, DI_WALK_CLDFIRST,
/osnet-11/usr/src/lib/fm/topo/modules/common/disk/common/
H A Ddisk_common.c49 /* 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 Dusb.c271 * 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 Dcfga_utils.c482 rv = di_walk_node(walk_root, up->node_args.flags, arg,
/osnet-11/usr/src/lib/libsuri/common/
H A Dsuri_devinfo.c40 /* 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 52 milliseconds