Home
last modified time | relevance | path

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

/illumos-gate/usr/src/man/man3picltree/
H A DMakefile29 ptree_create_prop.3picltree \
62 ptree_destroy_prop.3picltree := LINKSRC = ptree_create_prop.3picltree
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lw2plus/fcal_leds/
H A Dfcal_leds.c251 r = ptree_create_prop(&propinfo, tbl_h, tableh); in create_Device_table()
325 r = ptree_create_prop(&propinfo, PICL_CLASS_LED, in add_led_refs()
337 r = ptree_create_prop(&propinfo, &led_node_hdl, in add_led_refs()
H A Dfcal_leds_thread.c244 r = ptree_create_prop(&propinfo, PICL_CLASS_BLOCK, in update_picl()
253 r = ptree_create_prop(&propinfo, &ssdndh, &row_props_h[1]); in update_picl()
/illumos-gate/usr/src/lib/libpicltree/
H A Dpicltree.h89 extern int ptree_create_prop(const ptree_propinfo_t *pi, const void *vbuf,
H A Dmapfile-vers66 ptree_create_prop;
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()
/illumos-gate/usr/src/pkg/manifests/
H A Dservice-picl.p5m107 file path=usr/share/man/man3picltree/ptree_create_prop.3picltree
116 target=ptree_create_prop.3picltree
/illumos-gate/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()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/daktari/psvcplugin/
H A Dpsvcplugin.c425 err = ptree_create_prop(&propinfo, 0, &src_prophdl); in load_projected_properties()
/illumos-gate/usr/src/cmd/picl/plugins/sun4v/mdesc/
H A Ddr.c86 err = ptree_create_prop(&propinfo, strlist, &proprow[j]); in add_string_list_prop()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/psvc/psvcplugin/
H A Dpsvcplugin.c937 err = ptree_create_prop(&propinfo, value, &prophdl); in node_property()
1239 err = ptree_create_prop(&propinfo, &dobjp->node, in create_reference_properties()
1371 err = ptree_create_prop(&propinfo, 0, &src_prophdl); in load_projected_properties()
/illumos-gate/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()
/illumos-gate/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()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lw8/frutree/
H A Dpiclfrutree.c1947 err = ptree_create_prop(&prop, class, &prophdl[0]); in create_table_entry()
1961 err = ptree_create_prop(&prop, &refhdl, &prophdl[1]); in create_table_entry()
/illumos-gate/usr/src/cmd/picl/plugins/common/devtree/
H A Dpicldevtree.c683 err = ptree_create_prop(&propinfo, strlist, &proprow[j]); in add_string_list_prop()