/titanic_41/usr/src/cmd/picl/plugins/sun4u/daktari/frutree/ |
H A D | piclfrutree.c | 358 if (ptree_get_node_by_path(platform_frupath[IOBRD], &tmph) == in do_ioboard_init() 392 if (ptree_get_node_by_path(platform_frupath[RSC], &tmph) == in do_rscboard_init() 448 if (ptree_get_node_by_path(platform_frupath[i], &tmph) == in do_fcal_init() 474 if (ptree_get_node_by_path(platform_frupath[FCALGBIC], &tmph) == in do_fcal_init() 511 if (ptree_get_node_by_path(platform_frupath[PDB], &tmph) == in do_power_supplies_init() 554 if (ptree_get_node_by_path(platform_frupath[i], in do_power_supplies_init() 594 if (ptree_get_node_by_path(platform_frupath[SYSBRD], &tmph) == in do_motherboard_init() 638 if (ptree_get_node_by_path(platform_frupath[i], in do_motherboard_init() 741 if (ptree_get_node_by_path(platform_frupath[c], &tmph) == in do_dimms_init() 1063 err = ptree_get_node_by_path(plat, &plath); in is_added_device() [all …]
|
/titanic_41/usr/src/cmd/picl/plugins/sun4u/littleneck/frutree/ |
H A D | piclfrutree.c | 260 if (ptree_get_node_by_path(platform_frupath[SYSBRD], &tmph) == in do_sysboard_init() 314 if (ptree_get_node_by_path(platform_frupath[i], &tmph) == in do_cpus_init() 369 if (ptree_get_node_by_path(platform_frupath[i], &tmph) == in do_mem_init() 406 if (ptree_get_node_by_path(platform_frupath[PDB], &tmph) == in do_power_supplies_init() 449 if (ptree_get_node_by_path(platform_frupath[i], in do_power_supplies_init() 487 if (ptree_get_node_by_path(platform_frupath[FCAL], &tmph) == in do_fcal_init() 521 if (ptree_get_node_by_path(platform_frupath[RSC], &tmph) == in do_rscboard_init() 825 err = ptree_get_node_by_path(plat, &plath); in is_added_device() 833 err = ptree_get_node_by_path(fru, &frusloth); in is_added_device() 864 err = ptree_get_node_by_path(plat, &plath); in is_removed_device() [all …]
|
/titanic_41/usr/src/cmd/picl/plugins/sun4u/cherrystone/frutree/ |
H A D | piclfrutree.c | 297 if (ptree_get_node_by_path(platform_frupath[IOBRD], &tmph) == in do_ioboard_init() 331 if (ptree_get_node_by_path(platform_frupath[RSC], &tmph) == in do_rscboard_init() 380 if (ptree_get_node_by_path(platform_frupath[DISKBACKPLANE], &tmph) == in do_fcal_init() 417 if (ptree_get_node_by_path(platform_frupath[PDB], &tmph) == in do_power_supplies_init() 460 if (ptree_get_node_by_path(platform_frupath[i], in do_power_supplies_init() 500 if (ptree_get_node_by_path(platform_frupath[CENTERPLANE], &tmph) == in do_centerplane_init() 544 if (ptree_get_node_by_path(platform_frupath[i], in do_centerplane_init() 647 if (ptree_get_node_by_path(platform_frupath[c], &tmph) == in do_dimms_init() 939 err = ptree_get_node_by_path(plat, &plath); in is_added_device() 947 err = ptree_get_node_by_path(fru, &frusloth); in is_added_device() [all …]
|
/titanic_41/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/fruaccess/ |
H A D | piclfruaccess_platmod.c | 47 if (ptree_get_node_by_path(PICL_FRUTREE_CHASSIS, in fruaccess_platmod_check_chassis() 101 if (ptree_get_node_by_path(PICL_FRUTREE_CHASSIS, in fruaccess_platmod_check_fru()
|
/titanic_41/usr/src/cmd/picl/plugins/sun4u/littleneck/psvcplugin/ |
H A D | psvcplugin.c | 86 extern int ptree_get_node_by_path(const char *, picl_nodehdl_t *); 184 err = ptree_get_node_by_path(dev_pr_info[i].path, &dev_pr_node); in psvc_psr_plugin_init()
|
/titanic_41/usr/src/cmd/picl/plugins/sun4u/cherrystone/psvcplugin/ |
H A D | psvcplugin.c | 89 extern int ptree_get_node_by_path(const char *, picl_nodehdl_t *); 262 err = ptree_get_node_by_path(dev_pr_info[i].path, &dev_pr_node); in psvc_psr_plugin_init()
|
/titanic_41/usr/src/cmd/picl/plugins/sun4u/lw8/frutree/ |
H A D | piclfrutree.c | 442 err = ptree_get_node_by_path(SC_DEV, &sch); in add_all_nodes() 449 err = ptree_get_node_by_path(SC_DEV_PCIX, &sch); in add_all_nodes() 602 err = ptree_get_node_by_path(DISK0_DEV_PCIX, &devhdl); in add_chassis_node() 604 err = ptree_get_node_by_path(DISK0_DEV, &devhdl); in add_chassis_node() 623 err = ptree_get_node_by_path(DISK1_DEV_PCIX, &devhdl); in add_chassis_node() 625 err = ptree_get_node_by_path(DISK1_DEV, &devhdl); in add_chassis_node() 644 err = ptree_get_node_by_path(TAPE_DEV_PCIX, &devhdl); in add_chassis_node() 646 err = ptree_get_node_by_path(TAPE_DEV, &devhdl); in add_chassis_node() 665 err = ptree_get_node_by_path(DVD_DEV_PCIX, &devhdl); in add_chassis_node() 667 err = ptree_get_node_by_path(DVD_DEV, &devhdl); in add_chassis_node() [all …]
|
/titanic_41/usr/src/cmd/picl/plugins/sun4u/snowbird/watchdog/ |
H A D | piclwd_platmod.c | 44 if (ptree_get_node_by_path(PICL_FRUTREE_CHASSIS, in wd_get_chassis_type()
|
/titanic_41/usr/src/cmd/picl/plugins/sun4u/grover/memcfg/ |
H A D | piclmemcfg.c | 381 if ((ptree_get_node_by_path(PLATFORM_PATH, &plfh)) != PICL_SUCCESS) { in piclmemcfg_init() 389 if ((ptree_get_node_by_path(MEMORY_PATH, &memh)) != PICL_SUCCESS) { in piclmemcfg_init()
|
/titanic_41/usr/src/cmd/picl/plugins/sun4u/lw2plus/fcal_leds/ |
H A D | fcal_leds.c | 233 r = ptree_get_node_by_path(unitstr, nodeh); in find_disk_slot() 304 r = ptree_get_node_by_path(ledstr, &led_node_hdl); in add_led_refs() 396 r = ptree_get_node_by_path(ledstr, &node_hdl); in delete_led_refs()
|
/titanic_41/usr/src/cmd/picl/plugins/sun4u/mpxu/frudr/ |
H A D | piclfrudr.c | 494 if (ptree_get_node_by_path(namebuf, &locationh) != PICL_SUCCESS) in piclfrudr_init() 508 if (ptree_get_node_by_path(name, &nodeh) != PICL_SUCCESS) { in add_op_status_by_name() 1376 res = ptree_get_node_by_path(SEATTLE_PSU_PLATFORM, &parent_hdl); in add_ps_to_platform() 1379 res = ptree_get_node_by_path(BOSTON_PSU_PLATFORM, &parent_hdl); in add_ps_to_platform() 1382 res = ptree_get_node_by_path(PSU_PLATFORM, &parent_hdl); in add_ps_to_platform() 1567 if (ptree_get_node_by_path(path, &locnodeh) != PICL_SUCCESS) { in frudr_evhandler() 1705 retval = ptree_get_node_by_path(FRUTREE_PATH, &rooth); in fru_add_handler() 1890 if (ptree_get_node_by_path(path, &locnodeh) != PICL_SUCCESS) { in set_led() 2005 err = ptree_get_node_by_path(PICL_NODE_ROOT PICL_NODE_PLATFORM, nodeh); in get_sys_controller_node() 2343 if (ptree_get_node_by_path(path, &slotndh) != PICL_SUCCESS) { in update_disk_node() [all …]
|
/titanic_41/usr/src/cmd/picl/plugins/sun4u/snowbird/envmond/ |
H A D | piclplatmod.c | 287 if ((rc = ptree_get_node_by_path(PICL_FRUTREE_CHASSIS, in env_platmod_init() 810 if ((rc = ptree_get_node_by_path(PLATFORM_PATH, in env_platmod_create_sensors() 817 if ((rc = ptree_get_node_by_path(SYSMGMT_PATH, in env_platmod_create_sensors()
|
/titanic_41/usr/src/man/man3picltree/ |
H A D | Makefile | 35 ptree_get_node_by_path.3picltree \
|
/titanic_41/usr/src/cmd/picl/plugins/sun4u/chicago/envd/ |
H A D | piclenvsetup.c | 404 err = ptree_get_node_by_path(snodep->parent_path, &nodeh); in add_sensor_nodes_and_props() 527 err = ptree_get_node_by_path(dnodep->parent_path, &nodeh); in add_disk_nodes_and_props() 677 err = ptree_get_node_by_path(fnodep->parent_path, &nodeh); in add_fan_nodes_and_props() 979 err = ptree_get_node_by_path("/platform", &plath); in env_picl_setup()
|
H A D | piclenvd.c | 689 if (ptree_get_node_by_path(CPU0_PATH, &tnodeh) != in envd_setup_fans() 701 if (ptree_get_node_by_path(CPU1_PATH, &tnodeh) != in envd_setup_fans() 739 if (ptree_get_node_by_path(SCSI_CONTROLLER_NODE_PATH, in envd_setup_disks() 772 if (ptree_get_node_by_path(diskp->nodepath, in envd_setup_disks() 1056 if (ptree_get_node_by_path(CPU0_PATH, &tnodeh) != in envd_setup_sensors() 1068 if (ptree_get_node_by_path(CPU1_PATH, &tnodeh) != in envd_setup_sensors()
|
/titanic_41/usr/src/cmd/picl/plugins/sun4u/enchilada/envd/ |
H A D | piclenvsetup.c | 414 err = ptree_get_node_by_path(snodep->parent_path, &nodeh); in add_sensor_nodes_and_props() 530 err = ptree_get_node_by_path(dnodep->parent_path, &nodeh); in add_disk_nodes_and_props() 672 err = ptree_get_node_by_path(fnodep->parent_path, &nodeh); in add_fan_nodes_and_props() 975 err = ptree_get_node_by_path("/platform", &plath); in env_picl_setup()
|
H A D | piclenvd.c | 1036 if (ptree_get_node_by_path(CPU0_PATH, &tnodeh) != in envd_setup_fans() 1043 if (ptree_get_node_by_path(CPU1_PATH, &tnodeh) != in envd_setup_fans() 1050 if (ptree_get_node_by_path(DIMM_FAN_CONTROLLER_PATH, in envd_setup_fans() 1116 if (ptree_get_node_by_path(SCSI_CONTROLLER_NODE_PATH, in envd_setup_disks() 1159 if (ptree_get_node_by_path(diskp->nodepath, in envd_setup_disks() 1238 if (ptree_get_node_by_path(CPU0_PATH, &tnodeh) != in envd_setup_sensors() 1245 if (ptree_get_node_by_path(CPU1_PATH, &tnodeh) != in envd_setup_sensors()
|
/titanic_41/usr/src/cmd/picl/plugins/common/memcfg/ |
H A D | piclmemcfg_comm.c | 807 if ((ptree_get_node_by_path(PLATFORM_PATH, &plfh)) != PICL_SUCCESS) { in piclmemcfg_init() 816 if ((ptree_get_node_by_path(MEMORY_PATH, &memh)) != PICL_SUCCESS) { in piclmemcfg_init() 913 err = ptree_get_node_by_path(MEMORY_PATH, &memh); in piclmemcfg_evhandler()
|
/titanic_41/usr/src/cmd/picl/plugins/sun4u/daktari/psvcplugin/ |
H A D | psvcplugin.c | 340 err = ptree_get_node_by_path(src, &src_node); in load_projected_properties() 385 err = ptree_get_node_by_path(dst, &dst_node); in load_projected_properties()
|
/titanic_41/usr/src/cmd/picl/plugins/sun4v/mdesc/ |
H A D | dr.c | 419 err = ptree_get_node_by_path(PLATFORM_PATH, &plath); in remove_cpus() 494 err = ptree_get_node_by_path(PLATFORM_PATH, &plath); in add_cpus()
|
/titanic_41/usr/src/lib/libpicltree/ |
H A D | picltree.h | 128 extern int ptree_get_node_by_path(const char *piclurl,
|
H A D | mapfile-vers | 51 ptree_get_node_by_path;
|
/titanic_41/usr/src/cmd/picl/plugins/sun4v/pri/ |
H A D | io_dev_label.c | 63 if ((status = ptree_get_node_by_path(PLATFORM_PATH, &platnode)) != in io_dev_addlabel()
|
/titanic_41/usr/src/cmd/picl/plugins/sun4u/psvc/psvcplugin/ |
H A D | psvcplugin.c | 87 extern int ptree_get_node_by_path(const char *, picl_nodehdl_t *); 350 ptree_get_node_by_path(parent_path, &parent_node); in psvcplugin_add_children() 1305 err = ptree_get_node_by_path(src, &src_node); in load_projected_properties() 1325 err = ptree_get_node_by_path(dst, &dst_node); in load_projected_properties() 1753 err = ptree_get_node_by_path(buf, &parent_node); in psvc_plugin_init()
|
/titanic_41/usr/src/cmd/picl/plugins/sun4u/taco/envd/ |
H A D | piclenvsetup.c | 345 err = ptree_get_node_by_path(snodep->parent_path, &nodeh); in add_sensor_nodes_and_props() 467 err = ptree_get_node_by_path(fnodep->parent_path, &nodeh); in add_fan_nodes_and_props()
|