Home
last modified time | relevance | path

Searched refs:ptree_add_prop (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/man/man3picltree/
H A DMakefile25 ptree_add_prop.3picltree \
59 ptree_delete_prop.3picltree := LINKSRC = ptree_add_prop.3picltree
/illumos-gate/usr/src/lib/libpicltree/
H A Dpicltree.h93 extern int ptree_add_prop(picl_nodehdl_t nodeh, picl_prophdl_t proph);
H A Dmapfile-vers63 ptree_add_prop;
H A Dpicltree.c1428 ptree_add_prop(picl_nodehdl_t nodeh, picl_prophdl_t proph) in ptree_add_prop() function
1842 err = ptree_add_prop(pobj->ptree_hdl, phdl); in ptree_create_node()
1861 err = ptree_add_prop(pobj->ptree_hdl, cphdl); in ptree_create_node()
3012 err = ptree_add_prop(nodeh, tmph); in ptree_create_and_add_prop()
/illumos-gate/usr/src/pkg/manifests/
H A Dservice-picl.p5m101 file path=usr/share/man/man3picltree/ptree_add_prop.3picltree
112 target=ptree_add_prop.3picltree
/illumos-gate/usr/src/cmd/picl/plugins/lib/picld_pluginutil/
H A Dpicld_pluginutil.c738 err = ptree_add_prop(nodeh, proph); in process_prop()
932 err = ptree_add_prop(nodeh, proph); in process_refprop()
1024 err = ptree_add_prop(nodeh, proph); in process_table()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/daktari/psvcplugin/
H A Dpsvcplugin.c432 err = ptree_add_prop(src_node, src_prophdl); in load_projected_properties()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lw2plus/fcal_leds/
H A Dfcal_leds.c350 (void) ptree_add_prop(slot_node, tbl_prop_hdl); in add_led_refs()
H A Dfcal_leds_thread.c260 (void) ptree_add_prop(diskndh, tbl_prop_h); in update_picl()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/psvc/psvcplugin/
H A Dpsvcplugin.c942 err = ptree_add_prop(node, prophdl); in node_property()
1378 err = ptree_add_prop(src_node, src_prophdl); in load_projected_properties()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/frudata/
H A Dfru_data.c2255 rc = ptree_add_prop(fruh, prophdl); in frudata_state_change_evhandler()