Searched refs:tbl_hdl (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/cherrystone/common/ |
H A D | workfile.c | 210 picl_prophdl_t tbl_hdl; in fill_device_from_id() local 213 err = picl_get_propval_by_name(device_id, assoc_id, &tbl_hdl, in fill_device_from_id() 227 err = picl_get_next_by_row(tbl_hdl, &reference_property); in fill_device_from_id() 258 picl_prophdl_t tbl_hdl; in fill_device_array_from_id() local 262 err = picl_get_propval_by_name(device_id, assoc_id, &tbl_hdl, in fill_device_array_from_id() 274 entry = tbl_hdl; in fill_device_array_from_id() 289 entry = tbl_hdl; in fill_device_array_from_id()
|
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/daktari/common/ |
H A D | workfile.c | 465 picl_prophdl_t tbl_hdl; in fill_device_from_id() local 468 err = picl_get_propval_by_name(device_id, assoc_id, &tbl_hdl, in fill_device_from_id() 482 err = picl_get_next_by_row(tbl_hdl, &reference_property); in fill_device_from_id() 512 picl_prophdl_t tbl_hdl; in fill_device_array_from_id() local 515 err = picl_get_propval_by_name(device_id, assoc_id, &tbl_hdl, in fill_device_array_from_id() 527 entry = tbl_hdl; in fill_device_array_from_id() 541 entry = tbl_hdl; in fill_device_array_from_id()
|
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/littleneck/common/ |
H A D | workfile.c | 289 picl_prophdl_t tbl_hdl; in fill_device_from_id() local 292 err = picl_get_propval_by_name(device_id, assoc_id, &tbl_hdl, in fill_device_from_id() 306 err = picl_get_next_by_row(tbl_hdl, &reference_property); in fill_device_from_id() 337 picl_prophdl_t tbl_hdl; in fill_device_array_from_id() local 341 err = picl_get_propval_by_name(device_id, assoc_id, &tbl_hdl, in fill_device_array_from_id() 352 entry = tbl_hdl; in fill_device_array_from_id() 367 entry = tbl_hdl; in fill_device_array_from_id()
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lw2plus/fcal_leds/ |
H A D | fcal_leds.c | 274 picl_prophdl_t tbl_hdl; in add_led_refs() local 280 r = create_Device_table(&tbl_hdl, &tbl_prop_hdl); in add_led_refs() 342 r = ptree_add_row_to_table(tbl_hdl, in add_led_refs()
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/psvc/psvcplugin/ |
H A D | psvcplugin.c | 1141 picl_prophdl_t tbl_hdl; in create_reference_properties() local 1166 &tbl_hdl, sizeof (tbl_hdl)) == 0) { in create_reference_properties() 1171 err = ptree_create_table(&tbl_hdl); in create_reference_properties() 1179 PICL_PTYPE_TABLE, sizeof (tbl_hdl), PICL_READ, in create_reference_properties() 1180 assoc_name, &tbl_hdl); in create_reference_properties() 1251 err = ptree_add_row_to_table(tbl_hdl, dependents, dep_list); in create_reference_properties()
|
/illumos-gate/usr/src/lib/libpicltree/ |
H A D | picltree.h | 94 extern int ptree_create_table(picl_prophdl_t *tbl_hdl);
|