Searched refs:tableh (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/cmd/picl/plugins/sun4u/mpxu/frudr/ |
H A D | piclfrudr.c | 1073 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 1206 retval = ptree_get_prop_by_name(rootnd, PICL_PROP_DEVICES, &tableh); in remove_tables() 1212 if ((retval = ptree_delete_prop(tableh)) == PICL_SUCCESS) { in remove_tables() 1213 (void) ptree_destroy_prop(tableh); in remove_tables() [all …]
|
/titanic_50/usr/src/cmd/picl/plugins/sun4u/lw2plus/fcal_leds/ |
H A D | fcal_leds.h | 304 int create_Device_table(picl_prophdl_t *tbl_h, picl_prophdl_t *tableh);
|
H A D | fcal_leds.c | 238 create_Device_table(picl_prophdl_t *tbl_h, picl_prophdl_t *tableh) in create_Device_table() argument 253 r = ptree_create_prop(&propinfo, tbl_h, tableh); in create_Device_table()
|
/titanic_50/usr/src/cmd/picl/plugins/sun4u/envmon/ |
H A D | piclenvmon.c | 1536 picl_prophdl_t tableh; in envmon_evhandler() local 1637 PICL_PROP_DEVICES, &tableh); in envmon_evhandler() 1648 retval = ptree_get_propval(tableh, &tblh, in envmon_evhandler()
|