Searched refs:tbl_hdl (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/lib/libprtdiag_psr/sparc/cherrystone/common/ |
H A D | workfile.c | 212 picl_prophdl_t tbl_hdl; in fill_device_from_id() local 215 err = picl_get_propval_by_name(device_id, assoc_id, &tbl_hdl, in fill_device_from_id() 229 err = picl_get_next_by_row(tbl_hdl, &reference_property); in fill_device_from_id() 260 picl_prophdl_t tbl_hdl; in fill_device_array_from_id() local 264 err = picl_get_propval_by_name(device_id, assoc_id, &tbl_hdl, in fill_device_array_from_id() 276 entry = tbl_hdl; in fill_device_array_from_id() 291 entry = tbl_hdl; in fill_device_array_from_id()
|
/titanic_41/usr/src/lib/libprtdiag_psr/sparc/daktari/common/ |
H A D | workfile.c | 467 picl_prophdl_t tbl_hdl; in fill_device_from_id() local 470 err = picl_get_propval_by_name(device_id, assoc_id, &tbl_hdl, in fill_device_from_id() 484 err = picl_get_next_by_row(tbl_hdl, &reference_property); in fill_device_from_id() 514 picl_prophdl_t tbl_hdl; in fill_device_array_from_id() local 517 err = picl_get_propval_by_name(device_id, assoc_id, &tbl_hdl, in fill_device_array_from_id() 529 entry = tbl_hdl; in fill_device_array_from_id() 543 entry = tbl_hdl; in fill_device_array_from_id()
|
/titanic_41/usr/src/lib/libprtdiag_psr/sparc/littleneck/common/ |
H A D | workfile.c | 291 picl_prophdl_t tbl_hdl; in fill_device_from_id() local 294 err = picl_get_propval_by_name(device_id, assoc_id, &tbl_hdl, in fill_device_from_id() 308 err = picl_get_next_by_row(tbl_hdl, &reference_property); in fill_device_from_id() 339 picl_prophdl_t tbl_hdl; in fill_device_array_from_id() local 343 err = picl_get_propval_by_name(device_id, assoc_id, &tbl_hdl, in fill_device_array_from_id() 354 entry = tbl_hdl; in fill_device_array_from_id() 369 entry = tbl_hdl; in fill_device_array_from_id()
|
/titanic_41/usr/src/cmd/picl/plugins/sun4u/lw2plus/fcal_leds/ |
H A D | fcal_leds.c | 276 picl_prophdl_t tbl_hdl; in add_led_refs() local 282 r = create_Device_table(&tbl_hdl, &tbl_prop_hdl); in add_led_refs() 344 r = ptree_add_row_to_table(tbl_hdl, in add_led_refs()
|
/titanic_41/usr/src/cmd/picl/plugins/sun4u/psvc/psvcplugin/ |
H A D | psvcplugin.c | 1138 picl_prophdl_t tbl_hdl; in create_reference_properties() local 1163 &tbl_hdl, sizeof (tbl_hdl)) == 0) { in create_reference_properties() 1168 err = ptree_create_table(&tbl_hdl); in create_reference_properties() 1176 PICL_PTYPE_TABLE, sizeof (tbl_hdl), PICL_READ, in create_reference_properties() 1177 assoc_name, &tbl_hdl); in create_reference_properties() 1248 err = ptree_add_row_to_table(tbl_hdl, dependents, dep_list); in create_reference_properties()
|
/titanic_41/usr/src/lib/libpicltree/ |
H A D | picltree.h | 96 extern int ptree_create_table(picl_prophdl_t *tbl_hdl);
|
H A D | llib-lpicltree | 49 int ptree_create_table(picl_prophdl_t *tbl_hdl);
|