Symbol: ptree_get_next_by_row
usr/src/cmd/picl/picld/picld.c
648
err = ptree_get_next_by_row(ptreeh, &ret.rowattr);
usr/src/cmd/picl/plugins/sun4u/daktari/psvcplugin/psvcplugin.c
224
err = ptree_get_next_by_row(assoctbl, &entry);
usr/src/cmd/picl/plugins/sun4u/envmon/piclenvmon.c
1665
for (retval = ptree_get_next_by_row(tblh, &tblh);
usr/src/cmd/picl/plugins/sun4u/frudata/fru_data.c
895
retval = ptree_get_next_by_row(rarg->proph, &rowproph);
usr/src/cmd/picl/plugins/sun4u/frudata/fru_data.c
989
retval = ptree_get_next_by_row(warg->proph, &rowproph);
usr/src/cmd/picl/plugins/sun4u/lw8/frutree/piclfrutree.c
1044
ptree_get_next_by_row(tblhdl, &nextprop) == PICL_SUCCESS) {
usr/src/cmd/picl/plugins/sun4u/lw8/frutree/piclfrutree.c
1046
err = ptree_get_next_by_row(nextprop, &nextprop);
usr/src/cmd/picl/plugins/sun4u/lw8/frutree/piclfrutree.c
2746
err = ptree_get_next_by_row(tblhdl, &nextprop);
usr/src/cmd/picl/plugins/sun4u/lw8/frutree/piclfrutree.c
2755
err = ptree_get_next_by_row(nextprop, &nextprop);
usr/src/cmd/picl/plugins/sun4u/lw8/frutree/piclfrutree.c
2821
err = ptree_get_next_by_row(tblhdl, &nextprop);
usr/src/cmd/picl/plugins/sun4u/lw8/frutree/piclfrutree.c
2880
err = ptree_get_next_by_row(tblhdl, &nextprop);
usr/src/cmd/picl/plugins/sun4u/lw8/frutree/piclfrutree.c
2889
err = ptree_get_next_by_row(nextprop, &nextprop);
usr/src/cmd/picl/plugins/sun4u/mpxu/frudr/piclfrudr.c
1145
for (retval = ptree_get_next_by_row(tblh, &tblh);
usr/src/cmd/picl/plugins/sun4u/mpxu/frudr/piclfrudr.c
1916
for (retval = ptree_get_next_by_row(tblh, &tblh);
usr/src/lib/libfru/libfrupicltree/frupicltree.c
1110
((status = ptree_get_next_by_row(packet, &payloadh))
usr/src/lib/libfru/libfrupicltree/frupicltree.c
878
if ((picl_err = ptree_get_next_by_row(tagHdl, &tagHdl))
usr/src/lib/libfru/libfrupicltree/frupicltree.c
917
if ((picl_err = ptree_get_next_by_row(tagHdl, &tagHdl))
usr/src/lib/libpicltree/picltree.h
112
extern int ptree_get_next_by_row(picl_prophdl_t proph,