/illumos-gate/usr/src/cmd/picl/plugins/sun4u/daktari/frutree/ |
H A D | piclfrutree.c | 356 if (ptree_get_node_by_path(platform_frupath[IOBRD], &tmph) == in do_ioboard_init() 390 if (ptree_get_node_by_path(platform_frupath[RSC], &tmph) == in do_rscboard_init() 446 if (ptree_get_node_by_path(platform_frupath[i], &tmph) == in do_fcal_init() 472 if (ptree_get_node_by_path(platform_frupath[FCALGBIC], &tmph) == in do_fcal_init() 509 if (ptree_get_node_by_path(platform_frupath[PDB], &tmph) == in do_power_supplies_init() 552 if (ptree_get_node_by_path(platform_frupath[i], in do_power_supplies_init() 592 if (ptree_get_node_by_path(platform_frupath[SYSBRD], &tmph) == in do_motherboard_init() 636 if (ptree_get_node_by_path(platform_frupath[i], in do_motherboard_init() 739 if (ptree_get_node_by_path(platform_frupath[c], &tmph) == in do_dimms_init() 1061 err = ptree_get_node_by_path(plat, &plath); in is_added_device() [all …]
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/littleneck/frutree/ |
H A D | piclfrutree.c | 258 if (ptree_get_node_by_path(platform_frupath[SYSBRD], &tmph) == in do_sysboard_init() 312 if (ptree_get_node_by_path(platform_frupath[i], &tmph) == in do_cpus_init() 367 if (ptree_get_node_by_path(platform_frupath[i], &tmph) == in do_mem_init() 404 if (ptree_get_node_by_path(platform_frupath[PDB], &tmph) == in do_power_supplies_init() 447 if (ptree_get_node_by_path(platform_frupath[i], in do_power_supplies_init() 485 if (ptree_get_node_by_path(platform_frupath[FCAL], &tmph) == in do_fcal_init() 519 if (ptree_get_node_by_path(platform_frupath[RSC], &tmph) == in do_rscboard_init() 823 err = ptree_get_node_by_path(plat, &plath); in is_added_device() 831 err = ptree_get_node_by_path(fru, &frusloth); in is_added_device() 862 err = ptree_get_node_by_path(plat, &plath); in is_removed_device() [all …]
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/cherrystone/frutree/ |
H A D | piclfrutree.c | 295 if (ptree_get_node_by_path(platform_frupath[IOBRD], &tmph) == in do_ioboard_init() 329 if (ptree_get_node_by_path(platform_frupath[RSC], &tmph) == in do_rscboard_init() 378 if (ptree_get_node_by_path(platform_frupath[DISKBACKPLANE], &tmph) == in do_fcal_init() 415 if (ptree_get_node_by_path(platform_frupath[PDB], &tmph) == in do_power_supplies_init() 458 if (ptree_get_node_by_path(platform_frupath[i], in do_power_supplies_init() 498 if (ptree_get_node_by_path(platform_frupath[CENTERPLANE], &tmph) == in do_centerplane_init() 542 if (ptree_get_node_by_path(platform_frupath[i], in do_centerplane_init() 645 if (ptree_get_node_by_path(platform_frupath[c], &tmph) == in do_dimms_init() 937 err = ptree_get_node_by_path(plat, &plath); in is_added_device() 945 err = ptree_get_node_by_path(fru, &frusloth); in is_added_device() [all …]
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/littleneck/psvcplugin/ |
H A D | psvcplugin.c | 84 extern int ptree_get_node_by_path(const char *, picl_nodehdl_t *); 182 err = ptree_get_node_by_path(dev_pr_info[i].path, &dev_pr_node); in psvc_psr_plugin_init()
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/cherrystone/psvcplugin/ |
H A D | psvcplugin.c | 87 extern int ptree_get_node_by_path(const char *, picl_nodehdl_t *); 260 err = ptree_get_node_by_path(dev_pr_info[i].path, &dev_pr_node); in psvc_psr_plugin_init()
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lw8/frutree/ |
H A D | piclfrutree.c | 440 err = ptree_get_node_by_path(SC_DEV, &sch); in add_all_nodes() 447 err = ptree_get_node_by_path(SC_DEV_PCIX, &sch); in add_all_nodes() 600 err = ptree_get_node_by_path(DISK0_DEV_PCIX, &devhdl); in add_chassis_node() 602 err = ptree_get_node_by_path(DISK0_DEV, &devhdl); in add_chassis_node() 621 err = ptree_get_node_by_path(DISK1_DEV_PCIX, &devhdl); in add_chassis_node() 623 err = ptree_get_node_by_path(DISK1_DEV, &devhdl); in add_chassis_node() 642 err = ptree_get_node_by_path(TAPE_DEV_PCIX, &devhdl); in add_chassis_node() 644 err = ptree_get_node_by_path(TAPE_DEV, &devhdl); in add_chassis_node() 663 err = ptree_get_node_by_path(DVD_DEV_PCIX, &devhdl); in add_chassis_node() 665 err = ptree_get_node_by_path(DVD_DEV, &devhdl); in add_chassis_node() [all …]
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/grover/memcfg/ |
H A D | piclmemcfg.c | 379 if ((ptree_get_node_by_path(PLATFORM_PATH, &plfh)) != PICL_SUCCESS) { in piclmemcfg_init() 387 if ((ptree_get_node_by_path(MEMORY_PATH, &memh)) != PICL_SUCCESS) { in piclmemcfg_init()
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/enchilada/envd/ |
H A D | piclenvsetup.c | 412 err = ptree_get_node_by_path(snodep->parent_path, &nodeh); in add_sensor_nodes_and_props() 528 err = ptree_get_node_by_path(dnodep->parent_path, &nodeh); in add_disk_nodes_and_props() 671 err = ptree_get_node_by_path(fnodep->parent_path, &nodeh); in add_fan_nodes_and_props() 974 err = ptree_get_node_by_path("/platform", &plath); in env_picl_setup()
|
H A D | piclenvd.c | 1034 if (ptree_get_node_by_path(CPU0_PATH, &tnodeh) != in envd_setup_fans() 1041 if (ptree_get_node_by_path(CPU1_PATH, &tnodeh) != in envd_setup_fans() 1048 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()
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lw2plus/fcal_leds/ |
H A D | fcal_leds.c | 231 r = ptree_get_node_by_path(unitstr, nodeh); in find_disk_slot() 302 r = ptree_get_node_by_path(ledstr, &led_node_hdl); in add_led_refs() 394 r = ptree_get_node_by_path(ledstr, &node_hdl); in delete_led_refs()
|
/illumos-gate/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 …]
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/chicago/envd/ |
H A D | piclenvsetup.c | 402 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()
|
/illumos-gate/usr/src/man/man3picltree/ |
H A D | Makefile | 35 ptree_get_node_by_path.3picltree \
|
/illumos-gate/usr/src/cmd/picl/plugins/common/memcfg/ |
H A D | piclmemcfg_comm.c | 809 if ((ptree_get_node_by_path(PLATFORM_PATH, &plfh)) != PICL_SUCCESS) { in piclmemcfg_init() 818 if ((ptree_get_node_by_path(MEMORY_PATH, &memh)) != PICL_SUCCESS) { in piclmemcfg_init() 915 err = ptree_get_node_by_path(MEMORY_PATH, &memh); in piclmemcfg_evhandler()
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/daktari/psvcplugin/ |
H A D | psvcplugin.c | 338 err = ptree_get_node_by_path(src, &src_node); in load_projected_properties() 383 err = ptree_get_node_by_path(dst, &dst_node); in load_projected_properties()
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4v/mdesc/ |
H A D | dr.c | 417 err = ptree_get_node_by_path(PLATFORM_PATH, &plath); in remove_cpus() 492 err = ptree_get_node_by_path(PLATFORM_PATH, &plath); in add_cpus()
|
/illumos-gate/usr/src/lib/libpicltree/ |
H A D | picltree.h | 126 extern int ptree_get_node_by_path(const char *piclurl,
|
H A D | mapfile-vers | 51 ptree_get_node_by_path;
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4v/pri/ |
H A D | io_dev_label.c | 61 if ((status = ptree_get_node_by_path(PLATFORM_PATH, &platnode)) != in io_dev_addlabel()
|
H A D | mem_prop_update.c | 92 if ((ptree_get_node_by_path(MEMORY_PATH, &memh)) != PICL_SUCCESS) { in add_mem_prop()
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/taco/envd/ |
H A D | piclenvsetup.c | 343 err = ptree_get_node_by_path(snodep->parent_path, &nodeh); in add_sensor_nodes_and_props() 465 err = ptree_get_node_by_path(fnodep->parent_path, &nodeh); in add_fan_nodes_and_props()
|
/illumos-gate/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() 1308 err = ptree_get_node_by_path(src, &src_node); in load_projected_properties() 1328 err = ptree_get_node_by_path(dst, &dst_node); in load_projected_properties() 1756 err = ptree_get_node_by_path(buf, &parent_node); in psvc_plugin_init()
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/grover/envd/ |
H A D | piclenvsetup.c | 545 err = ptree_get_node_by_path(refnode, &refnodeh); in add_sensor_nodes_and_props() 812 err = ptree_get_node_by_path("/platform", &plath); in env_picl_setup()
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/excalibur/envd/ |
H A D | piclenvsetup.c | 583 err = ptree_get_node_by_path(refnode, &refnodeh); in add_sensor_nodes_and_props() 862 err = ptree_get_node_by_path("/platform", &plath); in env_picl_setup()
|