Home
last modified time | relevance | path

Searched refs:tbl_h (Results 1 – 3 of 3) sorted by relevance

/titanic_50/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) in create_Device_table() argument
249 r = ptree_create_table(tbl_h); in create_Device_table()
253 r = ptree_create_prop(&propinfo, tbl_h, tableh); in create_Device_table()
H A Dfcal_leds_thread.c124 picl_prophdl_t tbl_h; in update_picl() local
237 r = create_Device_table(&tbl_h, &tbl_prop_h); in update_picl()
258 r = ptree_add_row_to_table(tbl_h, FCAL_DEVTABLE_NCOLS, in update_picl()
H A Dfcal_leds.h304 int create_Device_table(picl_prophdl_t *tbl_h, picl_prophdl_t *tableh);