Home
last modified time | relevance | path

Searched refs:tableh (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/mpxu/frudr/
H A Dpiclfrudr.c1073 picl_prophdl_t tableh; in remove_fru_parents() local
1086 retval = ptree_get_prop_by_name(fruh, PICL_PROP_DEVICES, &tableh); in remove_fru_parents()
1119 PICL_PROP_DEVICES, &tableh); in remove_fru_parents()
1129 retval = ptree_get_propval(tableh, &tblh, sizeof (tblh)); in remove_fru_parents()
1192 if (ptree_delete_prop(tableh) == PICL_SUCCESS) in remove_fru_parents()
1193 (void) ptree_destroy_prop(tableh); in remove_fru_parents()
1203 picl_nodehdl_t tableh; in remove_tables() local
1212 if ((retval = ptree_delete_prop(tableh)) == PICL_SUCCESS) { in remove_tables()
1213 (void) ptree_destroy_prop(tableh); in remove_tables()
1861 picl_prophdl_t tableh; in set_led() local
[all …]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lw2plus/fcal_leds/
H A Dfcal_leds.h302 int create_Device_table(picl_prophdl_t *tbl_h, picl_prophdl_t *tableh);
H A Dfcal_leds.c236 create_Device_table(picl_prophdl_t *tbl_h, picl_prophdl_t *tableh) in create_Device_table() argument
251 r = ptree_create_prop(&propinfo, tbl_h, tableh); in create_Device_table()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/envmon/
H A Dpiclenvmon.c1534 picl_prophdl_t tableh; in envmon_evhandler() local
1635 PICL_PROP_DEVICES, &tableh); in envmon_evhandler()
1646 retval = ptree_get_propval(tableh, &tblh, in envmon_evhandler()