Searched defs:tableh (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lw2plus/fcal_leds/
H A Dfcal_leds.c238 create_Device_table(picl_prophdl_t *tbl_h, picl_prophdl_t *tableh) argument
253 r = ptree_create_prop(&propinfo, tbl_h, tableh);
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/envmon/
H A Dpiclenvmon.c1536 picl_prophdl_t tableh; local
1637 PICL_PROP_DEVICES, &tableh);
1648 retval = ptree_get_propval(tableh, &tblh,
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/mpxu/frudr/
H A Dpiclfrudr.c1073 picl_prophdl_t tableh; local
1086 retval = ptree_get_prop_by_name(fruh, PICL_PROP_DEVICES, &tableh);
1119 PICL_PROP_DEVICES, &tableh);
1129 retval = ptree_get_propval(tableh, &tblh, sizeof (tblh));
1192 if (ptree_delete_prop(tableh) == PICL_SUCCESS)
1193 (void) ptree_destroy_prop(tableh);
1203 picl_nodehdl_t tableh; local
1206 retval = ptree_get_prop_by_name(rootnd, PICL_PROP_DEVICES, &tableh);
1212 if ((retval = ptree_delete_prop(tableh)) == PICL_SUCCESS) {
1213 (void) ptree_destroy_prop(tableh);
1861 picl_prophdl_t tableh; local
[all...]

Completed in 106 milliseconds