Home
last modified time | relevance | path

Searched refs:ptree_create_prop (Results 1 – 17 of 17) sorted by relevance

/titanic_41/usr/src/man/man3picltree/
H A DMakefile29 ptree_create_prop.3picltree \
62 ptree_destroy_prop.3picltree := LINKSRC = ptree_create_prop.3picltree
/titanic_41/usr/src/cmd/picl/plugins/sun4u/lw2plus/fcal_leds/
H A Dfcal_leds.c253 r = ptree_create_prop(&propinfo, tbl_h, tableh); in create_Device_table()
327 r = ptree_create_prop(&propinfo, PICL_CLASS_LED, in add_led_refs()
339 r = ptree_create_prop(&propinfo, &led_node_hdl, in add_led_refs()
H A Dfcal_leds_thread.c246 r = ptree_create_prop(&propinfo, PICL_CLASS_BLOCK, in update_picl()
255 r = ptree_create_prop(&propinfo, &ssdndh, &row_props_h[1]); in update_picl()
/titanic_41/usr/src/lib/libpicltree/
H A Dpicltree.h91 extern int ptree_create_prop(const ptree_propinfo_t *pi, const void *vbuf,
H A Dmapfile-vers66 ptree_create_prop;
H A Dllib-lpicltree44 int ptree_create_prop(const ptree_propinfo_t *pi, const void *vbuf,
H A Dpicltree.c1262 ptree_create_prop(const ptree_propinfo_t *pinfo, const void *valbuf, in ptree_create_prop() function
1837 err = ptree_create_prop(&propinfo, (const void *)name, &phdl); in ptree_create_node()
1856 err = ptree_create_prop(&propinfo, (const void *)clname, &cphdl); in ptree_create_node()
3009 err = ptree_create_prop(infop, vbuf, &tmph); in ptree_create_and_add_prop()
/titanic_41/usr/src/cmd/picl/plugins/lib/picld_pluginutil/
H A Dpicld_pluginutil.c727 err = ptree_create_prop(&propinfo, command->propcmd_valbuf, &proph); in process_prop()
921 err = ptree_create_prop(&propinfo, &dsth, &proph); in process_refprop()
1020 err = ptree_create_prop(&propinfo, &tblh, &proph); in process_table()
/titanic_41/usr/src/cmd/picl/plugins/sun4u/daktari/psvcplugin/
H A Dpsvcplugin.c427 err = ptree_create_prop(&propinfo, 0, &src_prophdl); in load_projected_properties()
/titanic_41/usr/src/cmd/picl/plugins/sun4u/psvc/psvcplugin/
H A Dpsvcplugin.c934 err = ptree_create_prop(&propinfo, value, &prophdl); in node_property()
1236 err = ptree_create_prop(&propinfo, &dobjp->node, in create_reference_properties()
1368 err = ptree_create_prop(&propinfo, 0, &src_prophdl); in load_projected_properties()
/titanic_41/usr/src/cmd/picl/plugins/sun4v/mdesc/
H A Ddr.c88 err = ptree_create_prop(&propinfo, strlist, &proprow[j]); in add_string_list_prop()
/titanic_41/usr/src/cmd/picl/plugins/sun4u/frudata/
H A Dfru_data.c1136 retval = ptree_create_prop(&prop, NULL, &prophdl[0]); in add_row_to_table()
1150 retval = ptree_create_prop(&prop, NULL, &prophdl[1]); in add_row_to_table()
2250 rc = ptree_create_prop(&prop, NULL, &prophdl); in frudata_state_change_evhandler()
/titanic_41/usr/src/cmd/picl/plugins/sun4u/mpxu/frudr/
H A Dpiclfrudr.c953 err = ptree_create_prop(&prop, class, &prophdl[0]); in create_table_entry()
967 err = ptree_create_prop(&prop, &refhdl, &prophdl[1]); in create_table_entry()
/titanic_41/usr/src/pkg/manifests/
H A Dservice-picl.mf685 file path=usr/share/man/man3picltree/ptree_create_prop.3picltree
941 target=ptree_create_prop.3picltree
/titanic_41/usr/src/cmd/picl/plugins/sun4u/lw8/frutree/
H A Dpiclfrutree.c1949 err = ptree_create_prop(&prop, class, &prophdl[0]); in create_table_entry()
1963 err = ptree_create_prop(&prop, &refhdl, &prophdl[1]); in create_table_entry()
/titanic_41/usr/src/cmd/picl/plugins/sun4u/snowbird/frutree/
H A Dpiclfrutree.c1576 if ((rc = ptree_create_prop(&propinfo, class, in create_table_entry()
1590 if ((rc = ptree_create_prop(&propinfo, &refhdl, in create_table_entry()
/titanic_41/usr/src/cmd/picl/plugins/common/devtree/
H A Dpicldevtree.c680 err = ptree_create_prop(&propinfo, strlist, &proprow[j]); in add_string_list_prop()