Symbol: ptree_get_root
usr/src/cmd/picl/picld/picld.c
291
err = ptree_get_root(&ret.rnode);
usr/src/cmd/picl/plugins/common/devtree/picldevtree.c
3564
err = ptree_get_root(&rhdl);
usr/src/cmd/picl/plugins/common/frutree/piclfrutree.c
126
if (ptree_get_root(&rooth) != PICL_SUCCESS)
usr/src/cmd/picl/plugins/sun4u/cherrystone/frutree/piclfrutree.c
793
err = ptree_get_root(&rooth);
usr/src/cmd/picl/plugins/sun4u/chicago/envd/piclenvsetup.c
1012
if (ptree_get_root(&rooth) != PICL_SUCCESS)
usr/src/cmd/picl/plugins/sun4u/chicago/envd/piclenvsetup.c
834
if (ptree_get_root(&rooth) != PICL_SUCCESS) {
usr/src/cmd/picl/plugins/sun4u/daktari/frutree/piclfrutree.c
887
err = ptree_get_root(&rooth);
usr/src/cmd/picl/plugins/sun4u/enchilada/envd/piclenvsetup.c
1001
if (ptree_get_root(&rooth) != PICL_SUCCESS)
usr/src/cmd/picl/plugins/sun4u/enchilada/envd/piclenvsetup.c
833
if (ptree_get_root(&rooth) != PICL_SUCCESS) {
usr/src/cmd/picl/plugins/sun4u/envmon/piclenvmon.c
1732
if ((ptree_get_root(&rooth) != PICL_SUCCESS) ||
usr/src/cmd/picl/plugins/sun4u/excalibur/envd/piclenvsetup.c
885
if (ptree_get_root(&rooth) != PICL_SUCCESS)
usr/src/cmd/picl/plugins/sun4u/frudata/fru_data.c
2298
retval = ptree_get_root(&roothdl);
usr/src/cmd/picl/plugins/sun4u/frudata/fru_data.c
2332
retval = ptree_get_root(&roothdl);
usr/src/cmd/picl/plugins/sun4u/grover/envd/piclenvsetup.c
830
if (ptree_get_root(&rooth) != PICL_SUCCESS)
usr/src/cmd/picl/plugins/sun4u/littleneck/frutree/piclfrutree.c
666
err = ptree_get_root(&rooth);
usr/src/cmd/picl/plugins/sun4u/lw8/frutree/piclfrutree.c
432
err = ptree_get_root(&rooth);
usr/src/cmd/picl/plugins/sun4u/mpxu/frudr/piclfrudr.c
1723
if ((ptree_get_root(&rooth) != PICL_SUCCESS) ||
usr/src/cmd/picl/plugins/sun4u/mpxu/frudr/piclfrudr.c
1794
if ((ptree_get_root(&rooth) != PICL_SUCCESS) ||
usr/src/cmd/picl/plugins/sun4u/mpxu/frudr/piclfrudr.c
1844
if ((ptree_get_root(&rooth) != PICL_SUCCESS) ||
usr/src/cmd/picl/plugins/sun4u/psvc/psvcplugin/psvcplugin.c
1649
err = ptree_get_root(&root_node);
usr/src/cmd/picl/plugins/sun4u/taco/envd/piclenvsetup.c
615
if (ptree_get_root(&rooth) != PICL_SUCCESS) {
usr/src/cmd/picl/plugins/sun4u/taco/envd/piclenvsetup.c
761
if (ptree_get_root(&rooth) != PICL_SUCCESS)
usr/src/cmd/picl/plugins/sun4v/mdesc/mdescplugin.c
267
status = ptree_get_root(&root_node);
usr/src/cmd/picl/plugins/sun4v/piclsbl/piclsbl.c
390
if ((ptree_get_root(&root_node)) != 0)
usr/src/cmd/picl/plugins/sun4v/pri/priplugin.c
197
status = ptree_get_root(&picl_root_node);
usr/src/cmd/picl/plugins/sun4v/snmp/snmpplugin.c
496
if ((ret = ptree_get_root(&root_node)) != PICL_SUCCESS) {
usr/src/lib/libfru/libfrupicltree/frupicltree.c
240
picl_err = ptree_get_root(&picl_node);
usr/src/lib/libpicltree/picltree.c
2929
err = ptree_get_root(&rooth);
usr/src/lib/libpicltree/picltree.h
82
extern int ptree_get_root(picl_nodehdl_t *nodeh);