Home
last modified time | relevance | path

Searched refs:tbl_hdl (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/cherrystone/common/
H A Dworkfile.c210 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 Dworkfile.c465 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 Dworkfile.c289 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 Dfcal_leds.c274 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 Dpsvcplugin.c1141 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 Dpicltree.h94 extern int ptree_create_table(picl_prophdl_t *tbl_hdl);