Symbol: ptree_get_propinfo
usr/src/cmd/picl/picld/picld.c
320
err = ptree_get_propinfo(ptreeh, &pinfo);
usr/src/cmd/picl/picld/picld.c
442
err = ptree_get_propinfo(ptreeh, &pinfo);
usr/src/cmd/picl/picld/picld.c
539
err = ptree_get_propinfo(ptreeh, &pinfo);
usr/src/cmd/picl/plugins/common/devtree/picldevtree.c
2693
err = ptree_get_propinfo(proph, &propinfo);
usr/src/cmd/picl/plugins/common/devtree/picldevtree.c
2971
err = ptree_get_propinfo(regh, &pinfo);
usr/src/cmd/picl/plugins/common/devtree/picldevtree.c
3272
err = ptree_get_propinfo(proph, &pinfo);
usr/src/cmd/picl/plugins/common/devtree/picldevtree.c
3333
err = ptree_get_propinfo(regh, &pinfo);
usr/src/cmd/picl/plugins/common/devtree/picldevtree.c
3385
err = ptree_get_propinfo(regh, &pinfo);
usr/src/cmd/picl/plugins/common/devtree/picldevtree.c
3482
err = ptree_get_propinfo(proph, &pinfo);
usr/src/cmd/picl/plugins/common/devtree/picldevtree.c
722
err = ptree_get_propinfo(proph, &pinfo);
usr/src/cmd/picl/plugins/lib/picld_pluginutil/picld_pluginutil.c
995
err = ptree_get_propinfo(tblh, &propinfo);
usr/src/cmd/picl/plugins/sun4u/daktari/psvcplugin/psvcplugin.c
269
err = ptree_get_propinfo(rarg->proph, &propinfo);
usr/src/cmd/picl/plugins/sun4u/daktari/psvcplugin/psvcplugin.c
405
err = ptree_get_propinfo(dst_prophdl, &dstinfo);
usr/src/cmd/picl/plugins/sun4u/envmon/piclenvmon.c
1683
retval = ptree_get_propinfo(proph, &pi);
usr/src/cmd/picl/plugins/sun4u/excalibur/envd/piclenvd.c
2703
err = ptree_get_propinfo(proph, &pinfo);
usr/src/cmd/picl/plugins/sun4u/excalibur/envd/piclenvd.c
612
err = ptree_get_propinfo(proph, &pinfo);
usr/src/cmd/picl/plugins/sun4u/excalibur/envd/piclenvsetup.c
353
err = ptree_get_propinfo(proph, &pinfo);
usr/src/cmd/picl/plugins/sun4u/grover/envd/piclenvsetup.c
330
err = ptree_get_propinfo(proph, &pinfo);
usr/src/cmd/picl/plugins/sun4u/grover/memcfg/piclmemcfg.c
330
err = ptree_get_propinfo(proph, &pinfo);
usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/fru_access.c
794
retval = ptree_get_propinfo(prophdl, &propinfo);
usr/src/cmd/picl/plugins/sun4u/lw8/frutree/piclfrutree.c
3408
err = ptree_get_propinfo(arg->proph, &propinfo);
usr/src/cmd/picl/plugins/sun4u/mpxu/frudr/piclfrudr.c
1948
if (ptree_get_propinfo(proph, &propinfo) !=
usr/src/cmd/picl/plugins/sun4u/psvc/psvcplugin/psvcplugin.c
1007
err = ptree_get_propinfo(warg->proph, &propinfo);
usr/src/cmd/picl/plugins/sun4u/psvc/psvcplugin/psvcplugin.c
1038
err = ptree_get_propinfo(rarg->proph, &propinfo);
usr/src/cmd/picl/plugins/sun4u/psvc/psvcplugin/psvcplugin.c
1099
err = ptree_get_propinfo(warg->proph, &propinfo);
usr/src/cmd/picl/plugins/sun4u/psvc/psvcplugin/psvcplugin.c
1350
err = ptree_get_propinfo(dst_prophdl, &dstinfo);
usr/src/cmd/picl/plugins/sun4u/psvc/psvcplugin/psvcplugin.c
985
err = ptree_get_propinfo(rarg->proph, &propinfo);
usr/src/cmd/picl/plugins/sun4v/pri/io_dev_label.c
256
err = ptree_get_propinfo(proph, &pinfo);
usr/src/lib/libfru/libfrupicltree/frupicltree.c
1045
if (ptree_get_propinfo(proph, &propinfo) != PICL_SUCCESS)
usr/src/lib/libfru/libfrupicltree/frupicltree.c
1112
((status = ptree_get_propinfo(payloadh, &propinfo))
usr/src/lib/libfru/libfrupicltree/frupicltree.c
120
if ((picl_err = ptree_get_propinfo(proph, &prop_info))
usr/src/lib/libfru/libfrupicltree/frupicltree.c
712
if ((picl_err = ptree_get_propinfo(add_prop, &add_prop_info))
usr/src/lib/libpicltree/picltree.c
2757
err = ptree_get_propinfo(proph, &pinfo);
usr/src/lib/libpicltree/picltree.c
3118
err = ptree_get_propinfo(proph, &propinfo);
usr/src/lib/libpicltree/picltree.h
105
extern int ptree_get_propinfo(picl_prophdl_t proph, ptree_propinfo_t *pi);