/titanic_50/usr/src/cmd/picl/plugins/sun4u/snowbird/frutree/ |
H A D | picllibdevinfo.c | 300 if (di_walk_node(rnode, DI_WALK_CLDFIRST, NULL, load_driver) != 0) { in load_drivers() 440 if (di_walk_node(rnode, DI_WALK_CLDFIRST, &list, probe_tree) != 0) { in probe_libdevinfo() 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()
|
H A D | piclscsi.c | 826 if (di_walk_node(rnode, DI_WALK_CLDFIRST, &scsi_data, in probe_scsi_in_libdevinfo()
|
/titanic_50/usr/src/cmd/sysdef/ |
H A D | sdevinfo.c | 60 di_walk_node(root_node, DI_WALK_CLDFIRST, NULL, dump_node); in sysdef_devinfo()
|
/titanic_50/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_50/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) in fp_rcm_suspend() 326 if (di_walk_node(node, 0, &walkargs, fp_rcm_process_node) < 0) in fp_rcm_resume()
|
/titanic_50/usr/src/cmd/biosdev/ |
H A D | biosdev.c | 269 (void) di_walk_node(node, DI_WALK_CLDFIRST, &pb, i_match_pcibdf); in search_tree_match_pcibdf() 303 (void) di_walk_node(node, DI_WALK_CLDFIRST, &usbs, i_match_usbserialno); in search_tree_match_usbserialno()
|
/titanic_50/usr/src/cmd/zoneadmd/ |
H A D | zcons.c | 211 (void) di_walk_node(root, DI_WALK_CLDFIRST, (void *)&cb, count_cb); in count_console_devs() 307 (void) di_walk_node(root, DI_WALK_CLDFIRST, (void *)&cb, destroy_cb); in destroy_console_devs()
|
/titanic_50/usr/src/lib/libdevinfo/ |
H A D | mapfile-vers | 151 di_walk_node;
|
H A D | devinfo_retire.c | 353 if (di_walk_node(rnode, DI_WALK_CLDFIRST, rp, node_select) != 0) { in retire_supported() 601 if (di_walk_node(rnode, DI_WALK_CLDFIRST, rp, offline_one) != 0) { in rcm_notify()
|
H A D | libdevinfo.h | 160 extern int di_walk_node(di_node_t root, uint_t flag, void *arg,
|
/titanic_50/usr/src/cmd/rcm_daemon/common/ |
H A D | mpxio_rcm.c | 216 (void) di_walk_node(devroot, DI_WALK_CLDFIRST, &nclients, get_nclients); in mpxio_register() 226 (void) di_walk_node(devroot, DI_WALK_CLDFIRST, &nclients, build_groups); in mpxio_register()
|
/titanic_50/usr/src/lib/libwanboot/common/ |
H A D | bootinfo_aux.c | 325 (void) di_walk_node(root_node, DI_WALK_CLDFIRST, &cb, p2n_cb); in path2node()
|
/titanic_50/usr/src/cmd/th_tools/ |
H A D | th_manage.c | 403 if (di_walk_node(node, DI_WALK_CLDFIRST, &warg, walk_callback) == -1) { in getpath()
|
/titanic_50/usr/src/man/man3devinfo/ |
H A D | Makefile | 50 di_walk_node.3devinfo
|
/titanic_50/usr/src/cmd/hotplugd/ |
H A D | hotplugd_info.c | 150 (void) di_walk_node(di_root, DI_WALK_CLDFIRST, NULL, search_cb); in copy_devinfo()
|
/titanic_50/usr/src/lib/libcpc/sparc/ |
H A D | conf_ultra.c | 676 (void) di_walk_node(di_root_node, DI_WALK_CLDFIRST, in cpc_getcpuver()
|
/titanic_50/usr/src/cmd/prtconf/ |
H A D | pdevinfo.c | 297 (void) di_walk_node(target_node, DI_WALK_CLDFIRST, in prtconf_devinfo() 304 (void) di_walk_node(root_node, DI_WALK_CLDFIRST, &di_arg, in prtconf_devinfo() 366 (void) di_walk_node(root_node, DI_WALK_CLDFIRST, &target, in find_target_node()
|
/titanic_50/usr/src/cmd/hal/hald/solaris/ |
H A D | sysevent.c | 646 di_walk_node (root_node, DI_WALK_CLDFIRST, NULL, in sysevent_process_dr()
|
/titanic_50/usr/src/pkg/manifests/ |
H A D | system-library.man3devinfo.inc | 46 file path=usr/share/man/man3devinfo/di_walk_node.3devinfo
|
/titanic_50/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()
|
/titanic_50/usr/src/cmd/dcs/sparc/sun4u/ |
H A D | ri_init.c | 462 if (di_walk_node(root, DI_WALK_CLDFIRST, (void *)&di_arg, in ecache_info_init() 1233 if (di_walk_node(root, DI_WALK_CLDFIRST, (void *)&di_arg, in io_cm_info()
|
/titanic_50/usr/src/lib/cfgadm_plugins/scsi/common/ |
H A D | cfga_utils.c | 483 rv = di_walk_node(walk_root, up->node_args.flags, arg, in walk_tree()
|
/titanic_50/usr/src/lib/fm/topo/modules/common/disk/ |
H A D | disk_common.c | 945 (void) di_walk_node(devtree, DI_WALK_CLDFIRST, &dcb, in dev_list_gather()
|