Symbol: ptree_get_node_by_path
usr/src/cmd/picl/picld/picld.c
725
err = ptree_get_node_by_path(in->req_nodebypath.pathbuf, &ret.nodeh);
usr/src/cmd/picl/plugins/common/devtree/picldevtree.c
2647
if (ptree_get_node_by_path(ptreepath, &nodeh) != PICL_SUCCESS)
usr/src/cmd/picl/plugins/common/devtree/picldevtree.c
3471
err = ptree_get_node_by_path(MEMORY_PATH, &memh);
usr/src/cmd/picl/plugins/common/devtree/picldevtree.c
3577
err = ptree_get_node_by_path(PLATFORM_PATH, &plafh);
usr/src/cmd/picl/plugins/common/devtree/picldevtree.c
3649
(ptree_get_node_by_path(PLATFORM_PATH, &plafh) != PICL_SUCCESS))
usr/src/cmd/picl/plugins/common/devtree/picldevtree.c
3689
if (ptree_get_node_by_path(ptreepath, &nodeh) == PICL_SUCCESS)
usr/src/cmd/picl/plugins/common/devtree/picldevtree.c
3697
if (ptree_get_node_by_path(ptreepath, &parh) !=
usr/src/cmd/picl/plugins/common/devtree/picldevtree.c
3794
if (ptree_get_node_by_path(ptreepath, &nodeh) != PICL_SUCCESS)
usr/src/cmd/picl/plugins/common/memcfg/piclmemcfg_comm.c
809
if ((ptree_get_node_by_path(PLATFORM_PATH, &plfh)) != PICL_SUCCESS) {
usr/src/cmd/picl/plugins/common/memcfg/piclmemcfg_comm.c
818
if ((ptree_get_node_by_path(MEMORY_PATH, &memh)) != PICL_SUCCESS) {
usr/src/cmd/picl/plugins/common/memcfg/piclmemcfg_comm.c
915
err = ptree_get_node_by_path(MEMORY_PATH, &memh);
usr/src/cmd/picl/plugins/lib/picld_pluginutil/picld_pluginutil.c
291
err = ptree_get_node_by_path(command->pathcmd_name, nodeh);
usr/src/cmd/picl/plugins/lib/picld_pluginutil/picld_pluginutil.c
825
if ((ptree_get_node_by_path(command->refnodecmd_dstnode,
usr/src/cmd/picl/plugins/lib/picld_pluginutil/picld_pluginutil.c
907
err = ptree_get_node_by_path(command->refpropcmd_dstnode, &dsth);
usr/src/cmd/picl/plugins/sun4u/cherrystone/frutree/piclfrutree.c
1082
if (ptree_get_node_by_path(frutree_power_supply[slotnum],
usr/src/cmd/picl/plugins/sun4u/cherrystone/frutree/piclfrutree.c
1088
if (ptree_get_node_by_path(platform_frupath[i], &tmph) ==
usr/src/cmd/picl/plugins/sun4u/cherrystone/frutree/piclfrutree.c
1127
if (ptree_get_node_by_path(frutree_power_supply[slotnum],
usr/src/cmd/picl/plugins/sun4u/cherrystone/frutree/piclfrutree.c
295
if (ptree_get_node_by_path(platform_frupath[IOBRD], &tmph) ==
usr/src/cmd/picl/plugins/sun4u/cherrystone/frutree/piclfrutree.c
329
if (ptree_get_node_by_path(platform_frupath[RSC], &tmph) ==
usr/src/cmd/picl/plugins/sun4u/cherrystone/frutree/piclfrutree.c
378
if (ptree_get_node_by_path(platform_frupath[DISKBACKPLANE], &tmph) ==
usr/src/cmd/picl/plugins/sun4u/cherrystone/frutree/piclfrutree.c
415
if (ptree_get_node_by_path(platform_frupath[PDB], &tmph) ==
usr/src/cmd/picl/plugins/sun4u/cherrystone/frutree/piclfrutree.c
458
if (ptree_get_node_by_path(platform_frupath[i],
usr/src/cmd/picl/plugins/sun4u/cherrystone/frutree/piclfrutree.c
498
if (ptree_get_node_by_path(platform_frupath[CENTERPLANE], &tmph) ==
usr/src/cmd/picl/plugins/sun4u/cherrystone/frutree/piclfrutree.c
542
if (ptree_get_node_by_path(platform_frupath[i],
usr/src/cmd/picl/plugins/sun4u/cherrystone/frutree/piclfrutree.c
645
if (ptree_get_node_by_path(platform_frupath[c], &tmph) ==
usr/src/cmd/picl/plugins/sun4u/cherrystone/frutree/piclfrutree.c
937
err = ptree_get_node_by_path(plat, &plath);
usr/src/cmd/picl/plugins/sun4u/cherrystone/frutree/piclfrutree.c
945
err = ptree_get_node_by_path(fru, &frusloth);
usr/src/cmd/picl/plugins/sun4u/cherrystone/frutree/piclfrutree.c
976
err = ptree_get_node_by_path(plat, &plath);
usr/src/cmd/picl/plugins/sun4u/cherrystone/frutree/piclfrutree.c
984
err = ptree_get_node_by_path(fru, &frusloth);
usr/src/cmd/picl/plugins/sun4u/cherrystone/psvcplugin/psvcplugin.c
260
err = ptree_get_node_by_path(dev_pr_info[i].path, &dev_pr_node);
usr/src/cmd/picl/plugins/sun4u/cherrystone/psvcplugin/psvcplugin.c
87
extern int ptree_get_node_by_path(const char *, picl_nodehdl_t *);
usr/src/cmd/picl/plugins/sun4u/cherrystone/psvcpolicy/psvcpolicy.c
1672
status = ptree_get_node_by_path(parent_path,
usr/src/cmd/picl/plugins/sun4u/cherrystone/psvcpolicy/psvcpolicy.c
783
ptree_get_node_by_path(parent_path, &parent_node);
usr/src/cmd/picl/plugins/sun4u/chicago/envd/piclenvd.c
1056
if (ptree_get_node_by_path(CPU0_PATH, &tnodeh) !=
usr/src/cmd/picl/plugins/sun4u/chicago/envd/piclenvd.c
1068
if (ptree_get_node_by_path(CPU1_PATH, &tnodeh) !=
usr/src/cmd/picl/plugins/sun4u/chicago/envd/piclenvd.c
689
if (ptree_get_node_by_path(CPU0_PATH, &tnodeh) !=
usr/src/cmd/picl/plugins/sun4u/chicago/envd/piclenvd.c
701
if (ptree_get_node_by_path(CPU1_PATH, &tnodeh) !=
usr/src/cmd/picl/plugins/sun4u/chicago/envd/piclenvd.c
739
if (ptree_get_node_by_path(SCSI_CONTROLLER_NODE_PATH,
usr/src/cmd/picl/plugins/sun4u/chicago/envd/piclenvd.c
772
if (ptree_get_node_by_path(diskp->nodepath,
usr/src/cmd/picl/plugins/sun4u/chicago/envd/piclenvsetup.c
402
err = ptree_get_node_by_path(snodep->parent_path, &nodeh);
usr/src/cmd/picl/plugins/sun4u/chicago/envd/piclenvsetup.c
527
err = ptree_get_node_by_path(dnodep->parent_path, &nodeh);
usr/src/cmd/picl/plugins/sun4u/chicago/envd/piclenvsetup.c
677
err = ptree_get_node_by_path(fnodep->parent_path, &nodeh);
usr/src/cmd/picl/plugins/sun4u/chicago/envd/piclenvsetup.c
979
err = ptree_get_node_by_path("/platform", &plath);
usr/src/cmd/picl/plugins/sun4u/daktari/frutree/piclfrutree.c
1061
err = ptree_get_node_by_path(plat, &plath);
usr/src/cmd/picl/plugins/sun4u/daktari/frutree/piclfrutree.c
1069
err = ptree_get_node_by_path(fru, &frusloth);
usr/src/cmd/picl/plugins/sun4u/daktari/frutree/piclfrutree.c
1100
err = ptree_get_node_by_path(plat, &plath);
usr/src/cmd/picl/plugins/sun4u/daktari/frutree/piclfrutree.c
1108
err = ptree_get_node_by_path(fru, &frusloth);
usr/src/cmd/picl/plugins/sun4u/daktari/frutree/piclfrutree.c
1207
if (ptree_get_node_by_path(frutree_power_supply[slotnum],
usr/src/cmd/picl/plugins/sun4u/daktari/frutree/piclfrutree.c
1213
if (ptree_get_node_by_path(platform_frupath[i], &tmph) ==
usr/src/cmd/picl/plugins/sun4u/daktari/frutree/piclfrutree.c
1252
if (ptree_get_node_by_path(frutree_power_supply[slotnum],
usr/src/cmd/picl/plugins/sun4u/daktari/frutree/piclfrutree.c
1285
if (ptree_get_node_by_path(frutree_cpu_module[slotnum],
usr/src/cmd/picl/plugins/sun4u/daktari/frutree/piclfrutree.c
1291
if (ptree_get_node_by_path(platform_frupath[i], &tmph) ==
usr/src/cmd/picl/plugins/sun4u/daktari/frutree/piclfrutree.c
1331
if (ptree_get_node_by_path(frutree_cpu_module[slotnum],
usr/src/cmd/picl/plugins/sun4u/daktari/frutree/piclfrutree.c
356
if (ptree_get_node_by_path(platform_frupath[IOBRD], &tmph) ==
usr/src/cmd/picl/plugins/sun4u/daktari/frutree/piclfrutree.c
390
if (ptree_get_node_by_path(platform_frupath[RSC], &tmph) ==
usr/src/cmd/picl/plugins/sun4u/daktari/frutree/piclfrutree.c
446
if (ptree_get_node_by_path(platform_frupath[i], &tmph) ==
usr/src/cmd/picl/plugins/sun4u/daktari/frutree/piclfrutree.c
472
if (ptree_get_node_by_path(platform_frupath[FCALGBIC], &tmph) ==
usr/src/cmd/picl/plugins/sun4u/daktari/frutree/piclfrutree.c
509
if (ptree_get_node_by_path(platform_frupath[PDB], &tmph) ==
usr/src/cmd/picl/plugins/sun4u/daktari/frutree/piclfrutree.c
552
if (ptree_get_node_by_path(platform_frupath[i],
usr/src/cmd/picl/plugins/sun4u/daktari/frutree/piclfrutree.c
592
if (ptree_get_node_by_path(platform_frupath[SYSBRD], &tmph) ==
usr/src/cmd/picl/plugins/sun4u/daktari/frutree/piclfrutree.c
636
if (ptree_get_node_by_path(platform_frupath[i],
usr/src/cmd/picl/plugins/sun4u/daktari/frutree/piclfrutree.c
739
if (ptree_get_node_by_path(platform_frupath[c], &tmph) ==
usr/src/cmd/picl/plugins/sun4u/daktari/psvcplugin/psvcplugin.c
338
err = ptree_get_node_by_path(src, &src_node);
usr/src/cmd/picl/plugins/sun4u/daktari/psvcplugin/psvcplugin.c
383
err = ptree_get_node_by_path(dst, &dst_node);
usr/src/cmd/picl/plugins/sun4u/daktari/psvcpolicy/psvcpolicy.c
1614
ptree_get_node_by_path(parent_path, &parent_node);
usr/src/cmd/picl/plugins/sun4u/enchilada/envd/piclenvd.c
1034
if (ptree_get_node_by_path(CPU0_PATH, &tnodeh) !=
usr/src/cmd/picl/plugins/sun4u/enchilada/envd/piclenvd.c
1041
if (ptree_get_node_by_path(CPU1_PATH, &tnodeh) !=
usr/src/cmd/picl/plugins/sun4u/enchilada/envd/piclenvd.c
1048
if (ptree_get_node_by_path(DIMM_FAN_CONTROLLER_PATH,
usr/src/cmd/picl/plugins/sun4u/enchilada/envd/piclenvd.c
1116
if (ptree_get_node_by_path(SCSI_CONTROLLER_NODE_PATH,
usr/src/cmd/picl/plugins/sun4u/enchilada/envd/piclenvd.c
1159
if (ptree_get_node_by_path(diskp->nodepath,
usr/src/cmd/picl/plugins/sun4u/enchilada/envd/piclenvd.c
1238
if (ptree_get_node_by_path(CPU0_PATH, &tnodeh) !=
usr/src/cmd/picl/plugins/sun4u/enchilada/envd/piclenvd.c
1245
if (ptree_get_node_by_path(CPU1_PATH, &tnodeh) !=
usr/src/cmd/picl/plugins/sun4u/enchilada/envd/piclenvsetup.c
412
err = ptree_get_node_by_path(snodep->parent_path, &nodeh);
usr/src/cmd/picl/plugins/sun4u/enchilada/envd/piclenvsetup.c
528
err = ptree_get_node_by_path(dnodep->parent_path, &nodeh);
usr/src/cmd/picl/plugins/sun4u/enchilada/envd/piclenvsetup.c
671
err = ptree_get_node_by_path(fnodep->parent_path, &nodeh);
usr/src/cmd/picl/plugins/sun4u/enchilada/envd/piclenvsetup.c
974
err = ptree_get_node_by_path("/platform", &plath);
usr/src/cmd/picl/plugins/sun4u/envmon/piclenvmon.c
1741
if (ptree_get_node_by_path(PICL_NODE_ROOT PICL_NODE_PLATFORM, &plfh)
usr/src/cmd/picl/plugins/sun4u/envmon/piclenvmon.c
436
if ((err = ptree_get_node_by_path(PICL_NODE_ROOT PICL_NODE_PLATFORM,
usr/src/cmd/picl/plugins/sun4u/excalibur/envd/piclenvd.c
2729
err = ptree_get_node_by_path(PLATFORM_PATH, &plath);
usr/src/cmd/picl/plugins/sun4u/excalibur/envd/piclenvd.c
657
err = ptree_get_node_by_path("/platform", &plath);
usr/src/cmd/picl/plugins/sun4u/excalibur/envd/piclenvsetup.c
583
err = ptree_get_node_by_path(refnode, &refnodeh);
usr/src/cmd/picl/plugins/sun4u/excalibur/envd/piclenvsetup.c
862
err = ptree_get_node_by_path("/platform", &plath);
usr/src/cmd/picl/plugins/sun4u/frudata/fru_data.c
2356
retval = ptree_get_node_by_path(FRUTREE_PATH, &fru_nodehdl);
usr/src/cmd/picl/plugins/sun4u/grover/envd/piclenvsetup.c
545
err = ptree_get_node_by_path(refnode, &refnodeh);
usr/src/cmd/picl/plugins/sun4u/grover/envd/piclenvsetup.c
812
err = ptree_get_node_by_path("/platform", &plath);
usr/src/cmd/picl/plugins/sun4u/grover/memcfg/piclmemcfg.c
379
if ((ptree_get_node_by_path(PLATFORM_PATH, &plfh)) != PICL_SUCCESS) {
usr/src/cmd/picl/plugins/sun4u/grover/memcfg/piclmemcfg.c
387
if ((ptree_get_node_by_path(MEMORY_PATH, &memh)) != PICL_SUCCESS) {
usr/src/cmd/picl/plugins/sun4u/littleneck/frutree/piclfrutree.c
258
if (ptree_get_node_by_path(platform_frupath[SYSBRD], &tmph) ==
usr/src/cmd/picl/plugins/sun4u/littleneck/frutree/piclfrutree.c
312
if (ptree_get_node_by_path(platform_frupath[i], &tmph) ==
usr/src/cmd/picl/plugins/sun4u/littleneck/frutree/piclfrutree.c
367
if (ptree_get_node_by_path(platform_frupath[i], &tmph) ==
usr/src/cmd/picl/plugins/sun4u/littleneck/frutree/piclfrutree.c
404
if (ptree_get_node_by_path(platform_frupath[PDB], &tmph) ==
usr/src/cmd/picl/plugins/sun4u/littleneck/frutree/piclfrutree.c
447
if (ptree_get_node_by_path(platform_frupath[i],
usr/src/cmd/picl/plugins/sun4u/littleneck/frutree/piclfrutree.c
485
if (ptree_get_node_by_path(platform_frupath[FCAL], &tmph) ==
usr/src/cmd/picl/plugins/sun4u/littleneck/frutree/piclfrutree.c
519
if (ptree_get_node_by_path(platform_frupath[RSC], &tmph) ==
usr/src/cmd/picl/plugins/sun4u/littleneck/frutree/piclfrutree.c
823
err = ptree_get_node_by_path(plat, &plath);
usr/src/cmd/picl/plugins/sun4u/littleneck/frutree/piclfrutree.c
831
err = ptree_get_node_by_path(fru, &frusloth);
usr/src/cmd/picl/plugins/sun4u/littleneck/frutree/piclfrutree.c
862
err = ptree_get_node_by_path(plat, &plath);
usr/src/cmd/picl/plugins/sun4u/littleneck/frutree/piclfrutree.c
870
err = ptree_get_node_by_path(fru, &frusloth);
usr/src/cmd/picl/plugins/sun4u/littleneck/frutree/piclfrutree.c
899
if (ptree_get_node_by_path(frutree_power_supply[slotnum],
usr/src/cmd/picl/plugins/sun4u/littleneck/frutree/piclfrutree.c
905
if (ptree_get_node_by_path(platform_frupath[i], &tmph) ==
usr/src/cmd/picl/plugins/sun4u/littleneck/frutree/piclfrutree.c
941
if (ptree_get_node_by_path(frutree_power_supply[slotnum],
usr/src/cmd/picl/plugins/sun4u/littleneck/psvcplugin/psvcplugin.c
182
err = ptree_get_node_by_path(dev_pr_info[i].path, &dev_pr_node);
usr/src/cmd/picl/plugins/sun4u/littleneck/psvcplugin/psvcplugin.c
84
extern int ptree_get_node_by_path(const char *, picl_nodehdl_t *);
usr/src/cmd/picl/plugins/sun4u/littleneck/psvcpolicy/psvcpolicy.c
632
ptree_get_node_by_path(parent_path, &parent_node);
usr/src/cmd/picl/plugins/sun4u/lw2plus/fcal_leds/fcal_leds.c
231
r = ptree_get_node_by_path(unitstr, nodeh);
usr/src/cmd/picl/plugins/sun4u/lw2plus/fcal_leds/fcal_leds.c
302
r = ptree_get_node_by_path(ledstr, &led_node_hdl);
usr/src/cmd/picl/plugins/sun4u/lw2plus/fcal_leds/fcal_leds.c
394
r = ptree_get_node_by_path(ledstr, &node_hdl);
usr/src/cmd/picl/plugins/sun4u/lw2plus/fcal_leds/fcal_leds_thread.c
133
r = ptree_get_node_by_path(dtls->fcal_disk_parent,
usr/src/cmd/picl/plugins/sun4u/lw8/frutree/piclfrutree.c
1177
if (ptree_get_node_by_path(parent_path, &devhdl) == PICL_SUCCESS &&
usr/src/cmd/picl/plugins/sun4u/lw8/frutree/piclfrutree.c
1529
err = ptree_get_node_by_path(name, &memctlhdl);
usr/src/cmd/picl/plugins/sun4u/lw8/frutree/piclfrutree.c
1646
err = ptree_get_node_by_path(name, &cpuhdl);
usr/src/cmd/picl/plugins/sun4u/lw8/frutree/piclfrutree.c
1651
err = ptree_get_node_by_path(name, &cpuhdl);
usr/src/cmd/picl/plugins/sun4u/lw8/frutree/piclfrutree.c
1656
err = ptree_get_node_by_path(name, &cpuhdl1);
usr/src/cmd/picl/plugins/sun4u/lw8/frutree/piclfrutree.c
1674
err = ptree_get_node_by_path(name, &cpuhdl);
usr/src/cmd/picl/plugins/sun4u/lw8/frutree/piclfrutree.c
1717
err = ptree_get_node_by_path(name, &sensorhdl);
usr/src/cmd/picl/plugins/sun4u/lw8/frutree/piclfrutree.c
1732
err = ptree_get_node_by_path(name, &sensorhdl);
usr/src/cmd/picl/plugins/sun4u/lw8/frutree/piclfrutree.c
2214
if (ptree_get_node_by_path(CHASSIS_PATH, &parh) !=
usr/src/cmd/picl/plugins/sun4u/lw8/frutree/piclfrutree.c
2287
if (ptree_get_node_by_path(path, &locnodeh) != PICL_SUCCESS) {
usr/src/cmd/picl/plugins/sun4u/lw8/frutree/piclfrutree.c
2386
err = ptree_get_node_by_path(buf, &fruhdl);
usr/src/cmd/picl/plugins/sun4u/lw8/frutree/piclfrutree.c
2547
err = ptree_get_node_by_path(buf, &lochdl);
usr/src/cmd/picl/plugins/sun4u/lw8/frutree/piclfrutree.c
2553
err = ptree_get_node_by_path(buf, &fruhdl);
usr/src/cmd/picl/plugins/sun4u/lw8/frutree/piclfrutree.c
3858
if (ptree_get_node_by_path(path, &slotndh) != PICL_SUCCESS) {
usr/src/cmd/picl/plugins/sun4u/lw8/frutree/piclfrutree.c
3862
err = ptree_get_node_by_path(diskp->d_plat_path, &devhdl);
usr/src/cmd/picl/plugins/sun4u/lw8/frutree/piclfrutree.c
440
err = ptree_get_node_by_path(SC_DEV, &sch);
usr/src/cmd/picl/plugins/sun4u/lw8/frutree/piclfrutree.c
447
err = ptree_get_node_by_path(SC_DEV_PCIX, &sch);
usr/src/cmd/picl/plugins/sun4u/lw8/frutree/piclfrutree.c
600
err = ptree_get_node_by_path(DISK0_DEV_PCIX, &devhdl);
usr/src/cmd/picl/plugins/sun4u/lw8/frutree/piclfrutree.c
602
err = ptree_get_node_by_path(DISK0_DEV, &devhdl);
usr/src/cmd/picl/plugins/sun4u/lw8/frutree/piclfrutree.c
621
err = ptree_get_node_by_path(DISK1_DEV_PCIX, &devhdl);
usr/src/cmd/picl/plugins/sun4u/lw8/frutree/piclfrutree.c
623
err = ptree_get_node_by_path(DISK1_DEV, &devhdl);
usr/src/cmd/picl/plugins/sun4u/lw8/frutree/piclfrutree.c
642
err = ptree_get_node_by_path(TAPE_DEV_PCIX, &devhdl);
usr/src/cmd/picl/plugins/sun4u/lw8/frutree/piclfrutree.c
644
err = ptree_get_node_by_path(TAPE_DEV, &devhdl);
usr/src/cmd/picl/plugins/sun4u/lw8/frutree/piclfrutree.c
663
err = ptree_get_node_by_path(DVD_DEV_PCIX, &devhdl);
usr/src/cmd/picl/plugins/sun4u/lw8/frutree/piclfrutree.c
665
err = ptree_get_node_by_path(DVD_DEV, &devhdl);
usr/src/cmd/picl/plugins/sun4u/mpxu/frudr/piclfrudr.c
1376
res = ptree_get_node_by_path(SEATTLE_PSU_PLATFORM, &parent_hdl);
usr/src/cmd/picl/plugins/sun4u/mpxu/frudr/piclfrudr.c
1379
res = ptree_get_node_by_path(BOSTON_PSU_PLATFORM, &parent_hdl);
usr/src/cmd/picl/plugins/sun4u/mpxu/frudr/piclfrudr.c
1382
res = ptree_get_node_by_path(PSU_PLATFORM, &parent_hdl);
usr/src/cmd/picl/plugins/sun4u/mpxu/frudr/piclfrudr.c
1567
if (ptree_get_node_by_path(path, &locnodeh) != PICL_SUCCESS) {
usr/src/cmd/picl/plugins/sun4u/mpxu/frudr/piclfrudr.c
1705
retval = ptree_get_node_by_path(FRUTREE_PATH, &rooth);
usr/src/cmd/picl/plugins/sun4u/mpxu/frudr/piclfrudr.c
1890
if (ptree_get_node_by_path(path, &locnodeh) != PICL_SUCCESS) {
usr/src/cmd/picl/plugins/sun4u/mpxu/frudr/piclfrudr.c
2005
err = ptree_get_node_by_path(PICL_NODE_ROOT PICL_NODE_PLATFORM, nodeh);
usr/src/cmd/picl/plugins/sun4u/mpxu/frudr/piclfrudr.c
2343
if (ptree_get_node_by_path(path, &slotndh) != PICL_SUCCESS) {
usr/src/cmd/picl/plugins/sun4u/mpxu/frudr/piclfrudr.c
2350
err = ptree_get_node_by_path(devpath, &devhdl);
usr/src/cmd/picl/plugins/sun4u/mpxu/frudr/piclfrudr.c
494
if (ptree_get_node_by_path(namebuf, &locationh) != PICL_SUCCESS)
usr/src/cmd/picl/plugins/sun4u/mpxu/frudr/piclfrudr.c
508
if (ptree_get_node_by_path(name, &nodeh) != PICL_SUCCESS) {
usr/src/cmd/picl/plugins/sun4u/psvc/psvcplugin/psvcplugin.c
1308
err = ptree_get_node_by_path(src, &src_node);
usr/src/cmd/picl/plugins/sun4u/psvc/psvcplugin/psvcplugin.c
1328
err = ptree_get_node_by_path(dst, &dst_node);
usr/src/cmd/picl/plugins/sun4u/psvc/psvcplugin/psvcplugin.c
1756
err = ptree_get_node_by_path(buf, &parent_node);
usr/src/cmd/picl/plugins/sun4u/psvc/psvcplugin/psvcplugin.c
350
ptree_get_node_by_path(parent_path, &parent_node);
usr/src/cmd/picl/plugins/sun4u/psvc/psvcplugin/psvcplugin.c
87
extern int ptree_get_node_by_path(const char *, picl_nodehdl_t *);
usr/src/cmd/picl/plugins/sun4u/psvc/psvcpolicy/psvcpolicy.c
875
status = ptree_get_node_by_path(parent_path,
usr/src/cmd/picl/plugins/sun4u/psvc/psvcpolicy/psvcpolicy.c
993
ptree_get_node_by_path(parent_path, &parent_node);
usr/src/cmd/picl/plugins/sun4u/taco/envd/piclenvsetup.c
343
err = ptree_get_node_by_path(snodep->parent_path, &nodeh);
usr/src/cmd/picl/plugins/sun4u/taco/envd/piclenvsetup.c
465
err = ptree_get_node_by_path(fnodep->parent_path, &nodeh);
usr/src/cmd/picl/plugins/sun4v/mdesc/dr.c
417
err = ptree_get_node_by_path(PLATFORM_PATH, &plath);
usr/src/cmd/picl/plugins/sun4v/mdesc/dr.c
492
err = ptree_get_node_by_path(PLATFORM_PATH, &plath);
usr/src/cmd/picl/plugins/sun4v/pri/io_dev_label.c
61
if ((status = ptree_get_node_by_path(PLATFORM_PATH, &platnode)) !=
usr/src/cmd/picl/plugins/sun4v/pri/mem_prop_update.c
92
if ((ptree_get_node_by_path(MEMORY_PATH, &memh)) != PICL_SUCCESS) {
usr/src/lib/libpicltree/picltree.c
3223
err = ptree_get_node_by_path(PICL_FRUTREE_CHASSIS, &fruparh);
usr/src/lib/libpicltree/picltree.h
126
extern int ptree_get_node_by_path(const char *piclurl,