Symbol: ptree_create_prop
usr/src/cmd/picl/plugins/common/devtree/picldevtree.c
683
err = ptree_create_prop(&propinfo, strlist, &proprow[j]);
usr/src/cmd/picl/plugins/lib/picld_pluginutil/picld_pluginutil.c
1020
err = ptree_create_prop(&propinfo, &tblh, &proph);
usr/src/cmd/picl/plugins/lib/picld_pluginutil/picld_pluginutil.c
727
err = ptree_create_prop(&propinfo, command->propcmd_valbuf, &proph);
usr/src/cmd/picl/plugins/lib/picld_pluginutil/picld_pluginutil.c
921
err = ptree_create_prop(&propinfo, &dsth, &proph);
usr/src/cmd/picl/plugins/sun4u/daktari/psvcplugin/psvcplugin.c
425
err = ptree_create_prop(&propinfo, 0, &src_prophdl);
usr/src/cmd/picl/plugins/sun4u/frudata/fru_data.c
1136
retval = ptree_create_prop(&prop, NULL, &prophdl[0]);
usr/src/cmd/picl/plugins/sun4u/frudata/fru_data.c
1150
retval = ptree_create_prop(&prop, NULL, &prophdl[1]);
usr/src/cmd/picl/plugins/sun4u/frudata/fru_data.c
2250
rc = ptree_create_prop(&prop, NULL, &prophdl);
usr/src/cmd/picl/plugins/sun4u/lw2plus/fcal_leds/fcal_leds.c
251
r = ptree_create_prop(&propinfo, tbl_h, tableh);
usr/src/cmd/picl/plugins/sun4u/lw2plus/fcal_leds/fcal_leds.c
325
r = ptree_create_prop(&propinfo, PICL_CLASS_LED,
usr/src/cmd/picl/plugins/sun4u/lw2plus/fcal_leds/fcal_leds.c
337
r = ptree_create_prop(&propinfo, &led_node_hdl,
usr/src/cmd/picl/plugins/sun4u/lw2plus/fcal_leds/fcal_leds_thread.c
244
r = ptree_create_prop(&propinfo, PICL_CLASS_BLOCK,
usr/src/cmd/picl/plugins/sun4u/lw2plus/fcal_leds/fcal_leds_thread.c
253
r = ptree_create_prop(&propinfo, &ssdndh, &row_props_h[1]);
usr/src/cmd/picl/plugins/sun4u/lw8/frutree/piclfrutree.c
1947
err = ptree_create_prop(&prop, class, &prophdl[0]);
usr/src/cmd/picl/plugins/sun4u/lw8/frutree/piclfrutree.c
1961
err = ptree_create_prop(&prop, &refhdl, &prophdl[1]);
usr/src/cmd/picl/plugins/sun4u/mpxu/frudr/piclfrudr.c
953
err = ptree_create_prop(&prop, class, &prophdl[0]);
usr/src/cmd/picl/plugins/sun4u/mpxu/frudr/piclfrudr.c
967
err = ptree_create_prop(&prop, &refhdl, &prophdl[1]);
usr/src/cmd/picl/plugins/sun4u/psvc/psvcplugin/psvcplugin.c
1239
err = ptree_create_prop(&propinfo, &dobjp->node,
usr/src/cmd/picl/plugins/sun4u/psvc/psvcplugin/psvcplugin.c
1371
err = ptree_create_prop(&propinfo, 0, &src_prophdl);
usr/src/cmd/picl/plugins/sun4u/psvc/psvcplugin/psvcplugin.c
937
err = ptree_create_prop(&propinfo, value, &prophdl);
usr/src/cmd/picl/plugins/sun4v/mdesc/dr.c
86
err = ptree_create_prop(&propinfo, strlist, &proprow[j]);
usr/src/lib/libpicltree/picltree.c
1837
err = ptree_create_prop(&propinfo, (const void *)name, &phdl);
usr/src/lib/libpicltree/picltree.c
1856
err = ptree_create_prop(&propinfo, (const void *)clname, &cphdl);
usr/src/lib/libpicltree/picltree.c
3009
err = ptree_create_prop(infop, vbuf, &tmph);
usr/src/lib/libpicltree/picltree.h
89
extern int ptree_create_prop(const ptree_propinfo_t *pi, const void *vbuf,