Home
last modified time | relevance | path

Searched refs:picl_prophdl_t (Results 1 – 25 of 65) sorted by relevance

123

/illumos-gate/usr/src/lib/libpicltree/
H A Dpicltree.h48 picl_prophdl_t proph;
54 picl_prophdl_t proph;
90 picl_prophdl_t *proph);
91 extern int ptree_destroy_prop(picl_prophdl_t proph);
96 const picl_prophdl_t *props);
107 picl_prophdl_t *proph);
109 picl_prophdl_t *proph);
111 picl_prophdl_t *proph);
113 picl_prophdl_t *rowh);
115 picl_prophdl_t *colh);
[all …]
H A Dpicltree.c937 picl_prophdl_t tblh; in piclize_prop()
1001 picl_prophdl_t tblh; in unpiclize_prop()
1069 picl_prophdl_t tblh; in lookup_verify_table_prop()
1267 picl_prophdl_t tblh; in ptree_create_prop()
1343 picl_prophdl_t tblh; in destroy_table()
1723 ptree_get_next_by_row(picl_prophdl_t proph, picl_prophdl_t *nextrowh) in ptree_get_next_by_row()
1755 ptree_get_next_by_col(picl_prophdl_t proph, picl_prophdl_t *nextcolh) in ptree_get_next_by_col()
1793 picl_prophdl_t phdl; in ptree_create_node()
1794 picl_prophdl_t cphdl; in ptree_create_node()
2517 ptree_get_next_prop(picl_prophdl_t proph, picl_prophdl_t *nextproph) in ptree_get_next_prop()
[all …]
/illumos-gate/usr/src/lib/libpicl/
H A Dpicl.h46 typedef uint64_t picl_prophdl_t; typedef
135 extern int picl_get_propval(picl_prophdl_t proph, void *valbuf,
139 extern int picl_set_propval(picl_prophdl_t proph, void *valbuf,
143 extern int picl_get_propinfo(picl_prophdl_t proph, picl_propinfo_t *pi);
144 extern int picl_get_first_prop(picl_nodehdl_t nodeh, picl_prophdl_t *proph);
145 extern int picl_get_next_prop(picl_prophdl_t proph, picl_prophdl_t *nexth);
147 picl_prophdl_t *ph);
148 extern int picl_get_next_by_row(picl_prophdl_t thish, picl_prophdl_t *proph);
149 extern int picl_get_next_by_col(picl_prophdl_t thish, picl_prophdl_t *proph);
156 picl_propinfo_t *pinfo, picl_prophdl_t *proph);
H A Dpicl2door.h65 picl_prophdl_t proph;
127 picl_prophdl_t attr; /* attribute handle */
133 picl_prophdl_t attr; /* attribute handle */
163 picl_prophdl_t attr; /* attribute handle */
168 picl_prophdl_t attr; /* attribute handle */
195 picl_prophdl_t attr; /* attribute handle */
219 picl_prophdl_t attr; /* attr handle */
227 picl_prophdl_t attr; /* attr handle */
232 picl_prophdl_t attr; /* attr handle */
241 picl_prophdl_t attr; /* attr handle */
[all …]
H A Dpicl.c354 picl_get_propval(picl_prophdl_t proph, void *valbuf, size_t nbytes) in picl_get_propval()
432 picl_set_propval(picl_prophdl_t proph, void *valbuf, size_t nbytes) in picl_set_propval()
503 picl_get_propinfo(picl_prophdl_t proph, picl_propinfo_t *pinfo) in picl_get_propinfo()
536 picl_get_first_prop(picl_nodehdl_t nodeh, picl_prophdl_t *proph) in picl_get_first_prop()
566 picl_get_next_prop(picl_prophdl_t proph, picl_prophdl_t *nextprop) in picl_get_next_prop()
598 picl_prophdl_t *proph) in picl_get_prop_by_name()
631 picl_get_next_by_row(picl_prophdl_t proph, picl_prophdl_t *rowproph) in picl_get_next_by_row()
663 picl_get_next_by_col(picl_prophdl_t proph, picl_prophdl_t *colproph) in picl_get_next_by_col()
762 picl_propinfo_t *pinfo, picl_prophdl_t *proph) in picl_get_propinfo_by_name()
765 picl_prophdl_t tmpproph; in picl_get_propinfo_by_name()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/enchilada/envd/
H A Dpiclenvsetup.c180 picl_prophdl_t proph; in get_current_temp()
209 picl_prophdl_t proph; in get_disk_temp()
238 picl_prophdl_t proph; in set_current_speed()
280 picl_prophdl_t proph; in get_current_speed()
314 picl_prophdl_t proph; in add_regular_prop()
338 picl_prophdl_t proph; in add_volatile_prop()
357 picl_prophdl_t proph; in add_sensor_thresh_props()
403 picl_prophdl_t proph; in add_sensor_nodes_and_props()
519 picl_prophdl_t proph; in add_disk_nodes_and_props()
658 picl_prophdl_t proph; in add_fan_nodes_and_props()
[all …]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/taco/envd/
H A Dpiclenvsetup.c143 picl_prophdl_t proph; in get_current_temp()
171 picl_prophdl_t proph; in set_current_speed()
212 picl_prophdl_t proph; in get_current_speed()
242 int size, void *valbuf, picl_prophdl_t *prophp) in add_regular_prop()
246 picl_prophdl_t proph; in add_regular_prop()
266 picl_prophdl_t *prophp) in add_volatile_prop()
270 picl_prophdl_t proph; in add_volatile_prop()
289 picl_prophdl_t proph; in add_sensor_thresh_props()
334 picl_prophdl_t proph; in add_sensor_nodes_and_props()
453 picl_prophdl_t proph; in add_fan_nodes_and_props()
[all …]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/excalibur/envd/
H A Dpiclenvsetup.c171 picl_prophdl_t proph; in get_current_target_temp()
205 picl_prophdl_t proph; in get_current_temp()
238 picl_prophdl_t proph; in get_current_speed()
348 picl_prophdl_t proph; in get_unit_address_prop()
373 int size, void *valbuf, picl_prophdl_t *prophp) in add_regular_prop()
377 picl_prophdl_t proph; in add_regular_prop()
397 picl_prophdl_t *prophp) in add_volatile_prop()
401 picl_prophdl_t proph; in add_volatile_prop()
420 picl_prophdl_t proph; in add_sensor_thresh_props()
477 picl_prophdl_t proph; in add_sensor_nodes_and_props()
[all …]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/chicago/envd/
H A Dpiclenvsetup.c170 picl_prophdl_t proph; in get_current_temp()
199 picl_prophdl_t proph; in get_disk_temp()
228 picl_prophdl_t proph; in set_current_speed()
270 picl_prophdl_t proph; in get_current_speed()
304 picl_prophdl_t proph; in add_regular_prop()
328 picl_prophdl_t proph; in add_volatile_prop()
347 picl_prophdl_t proph; in add_sensor_thresh_props()
392 picl_prophdl_t proph; in add_sensor_nodes_and_props()
516 picl_prophdl_t proph; in add_disk_nodes_and_props()
660 picl_prophdl_t proph; in add_fan_nodes_and_props()
[all …]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/grover/envd/
H A Dpiclenvsetup.c158 picl_prophdl_t proph; /* "Speed" property handle */
190 picl_prophdl_t proph; in get_current_temp()
219 picl_prophdl_t proph; in get_current_speed()
325 picl_prophdl_t proph; in get_unit_address_prop()
350 int size, void *valbuf, picl_prophdl_t *prophp) in add_regular_prop()
354 picl_prophdl_t proph; in add_regular_prop()
374 picl_prophdl_t *prophp) in add_volatile_prop()
378 picl_prophdl_t proph; in add_volatile_prop()
397 picl_prophdl_t proph; in add_sensor_thresh_props()
454 picl_prophdl_t proph; in add_sensor_nodes_and_props()
[all …]
/illumos-gate/usr/src/cmd/picl/prtpicl/
H A Dprtpicl.c182 print_propval(int lvl, picl_prophdl_t proph, const picl_propinfo_t *propinfo) in print_propval()
296 if (propinfo->size != sizeof (picl_prophdl_t)) { in print_propval()
302 *(picl_prophdl_t *)vbuf); in print_propval()
327 print_table_prop(int lvl, picl_prophdl_t tblh) in print_table_prop()
329 picl_prophdl_t rowproph; in print_table_prop()
330 picl_prophdl_t colproph; in print_table_prop()
381 picl_prophdl_t proph; in print_proplist()
383 picl_prophdl_t tblh; in print_proplist()
436 picl_prophdl_t proph; in print_tree_by_class()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lw8/frutree/
H A Dpiclfrutree.c572 picl_prophdl_t tblhdl; in add_chassis_node()
738 picl_prophdl_t tblhdl; in add_fru_node()
880 picl_prophdl_t tblhdl; in add_location_node()
1169 picl_prophdl_t tblhdl; in add_pci_location()
1261 picl_prophdl_t tblhdl; in add_intermediate_location()
1799 picl_prophdl_t proph; in add_prop_ull()
1822 picl_prophdl_t proph; in add_prop_void()
1844 picl_prophdl_t proph; in add_prop_ref()
1867 picl_prophdl_t proph; in add_prop_int()
1889 picl_prophdl_t proph; in add_prop_float()
[all …]
/illumos-gate/usr/src/cmd/picl/plugins/lib/picld_pluginutil/
H A Dpicld_pluginutil_impl.h65 picl_prophdl_t proph;
74 picl_prophdl_t proph;
87 picl_prophdl_t tblh;
95 picl_prophdl_t *prophs;
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lw2plus/fcal_leds/
H A Dfcal_leds.c236 create_Device_table(picl_prophdl_t *tbl_h, picl_prophdl_t *tableh) in create_Device_table()
242 PICL_PTYPE_TABLE, PICL_READ, sizeof (picl_prophdl_t), in create_Device_table()
274 picl_prophdl_t tbl_hdl; in add_led_refs()
275 picl_prophdl_t tbl_prop_hdl; in add_led_refs()
277 picl_prophdl_t tbl_prop[FCAL_DEVTABLE_NCOLS]; in add_led_refs()
332 PICL_READ, sizeof (picl_prophdl_t), in add_led_refs()
367 picl_prophdl_t prop_hdl; in delete_led_refs()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/mpxu/frudr/
H A Dpiclfrudr.c287 picl_prophdl_t volprop;
536 picl_prophdl_t proph; in add_op_status_to_node()
566 picl_prophdl_t proph; in read_vol_data()
917 picl_prophdl_t proph; in add_prop_ref()
1053 picl_prophdl_t prop; in delete_node_and_props()
1073 picl_prophdl_t tableh; in remove_fru_parents()
1074 picl_prophdl_t tblh; in remove_fru_parents()
1075 picl_prophdl_t fruph; in remove_fru_parents()
1859 picl_prophdl_t proph; in set_led()
1864 picl_prophdl_t tblh; in set_led()
[all …]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/envmon/
H A Dpiclenvmon.c366 picl_prophdl_t *piclprhdls; in re_create_arrays()
558 picl_prophdl_t proph; in add_regular_prop()
579 picl_prophdl_t *prophp) in add_volatile_prop()
583 picl_prophdl_t proph; in add_volatile_prop()
854 find_picl_handle(picl_prophdl_t proph) in find_picl_handle()
909 picl_prophdl_t proph; in read_vol_data()
1040 picl_prophdl_t proph; in write_led_data()
1502 free_vol_prop(picl_prophdl_t proph) in free_vol_prop()
1534 picl_prophdl_t tableh; in envmon_evhandler()
1535 picl_prophdl_t tblh; in envmon_evhandler()
[all …]
/illumos-gate/usr/src/lib/libfru/libfrupicl/
H A Dfrupicl.c105 picl_prophdl_t proph; in get_strprop_by_name()
325 picl_prophdl_t proph; in fpt_get_node_type()
686 picl_prophdl_t add_prop; in fpt_add_tag_to_seg()
732 picl_prophdl_t tagTable; in fpt_get_tag_list()
807 picl_prophdl_t *tagHdl) in get_tag_handle()
811 picl_prophdl_t tagTable = 0; in get_tag_handle()
859 picl_prophdl_t tagHdl; in fpt_get_tag_data()
898 picl_prophdl_t tagHdl; in fpt_set_tag_data()
927 picl_prophdl_t tagHdl; in fpt_delete_tag()
1023 picl_prophdl_t proph = 0; in fpt_get_segment_name()
[all …]
/illumos-gate/usr/src/lib/libfru/libfrupicltree/
H A Dfrupicltree.c109 picl_prophdl_t proph; in get_strprop_by_name()
336 picl_prophdl_t proph; in fpt_get_node_type()
697 picl_prophdl_t add_prop; in fpt_add_tag_to_seg()
744 picl_prophdl_t tagTable; in fpt_get_tag_list()
819 picl_prophdl_t *tagHdl) in get_tag_handle()
823 picl_prophdl_t tagTable = 0; in get_tag_handle()
871 picl_prophdl_t tagHdl; in fpt_get_tag_data()
910 picl_prophdl_t tagHdl; in fpt_set_tag_data()
939 picl_prophdl_t tagHdl; in fpt_delete_tag()
1035 picl_prophdl_t proph = 0; in fpt_get_segment_name()
[all …]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/daktari/psvcplugin/
H A Dpsvcplugin.c62 picl_prophdl_t handle;
182 projected_lookup(picl_prophdl_t proph, struct proj_prop **dstp) in projected_lookup()
202 picl_prophdl_t assoctbl; in fan_speed_read()
219 picl_prophdl_t entry; in fan_speed_read()
301 picl_prophdl_t src_prophdl, dst_prophdl; in load_projected_properties()
/illumos-gate/usr/src/cmd/picl/plugins/sun4v/mdesc/
H A Ddr.c49 picl_prophdl_t proph; in add_string_list_prop()
50 picl_prophdl_t tblh; in add_string_list_prop()
54 picl_prophdl_t *proprow; in add_string_list_prop()
60 PICL_PTYPE_TABLE, PICL_READ, sizeof (picl_prophdl_t), name, in add_string_list_prop()
73 proprow = alloca(sizeof (picl_prophdl_t) * nrows); in add_string_list_prop()
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/cherrystone/common/
H A Dworkfile.c210 picl_prophdl_t tbl_hdl; in fill_device_from_id()
211 picl_prophdl_t reference_property; in fill_device_from_id()
214 sizeof (picl_prophdl_t)); in fill_device_from_id()
258 picl_prophdl_t tbl_hdl; in fill_device_array_from_id()
259 picl_prophdl_t entry; in fill_device_array_from_id()
263 sizeof (picl_prophdl_t)); in fill_device_array_from_id()
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/ontario/common/
H A Derie.c258 picl_prophdl_t proph; in erie_get_first_compatible_value()
260 picl_prophdl_t tblh; in erie_get_first_compatible_value()
261 picl_prophdl_t rowproph; in erie_get_first_compatible_value()
320 picl_prophdl_t proph; in erie_get_int_propval()
/illumos-gate/usr/src/cmd/picl/picld/
H A Dpicld.c310 picl_prophdl_t ptreeh; in picld_get_attrval()
432 picl_prophdl_t ptreeh; in picld_set_attrval()
478 picl_prophdl_t ptreeh; in picld_set_attrval_by_name()
530 picl_prophdl_t ptreeh; in picld_get_attrinfo()
559 picl_prophdl_t ptreeh; in picld_get_first_attr()
584 picl_prophdl_t ptreeh; in picld_get_next_attr()
611 picl_prophdl_t ptreeh; in picld_get_attr_by_name()
639 picl_prophdl_t ptreeh; in picld_get_attr_by_row()
666 picl_prophdl_t ptreeh; in picld_get_attr_by_col()
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/daktari/common/
H A Dworkfile.c465 picl_prophdl_t tbl_hdl; in fill_device_from_id()
466 picl_prophdl_t reference_property; in fill_device_from_id()
469 sizeof (picl_prophdl_t)); in fill_device_from_id()
512 picl_prophdl_t tbl_hdl; in fill_device_array_from_id()
513 picl_prophdl_t entry; in fill_device_array_from_id()
516 sizeof (picl_prophdl_t)); 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()
290 picl_prophdl_t reference_property; in fill_device_from_id()
293 sizeof (picl_prophdl_t)); in fill_device_from_id()
337 picl_prophdl_t tbl_hdl; in fill_device_array_from_id()
338 picl_prophdl_t entry; in fill_device_array_from_id()
342 sizeof (picl_prophdl_t)); in fill_device_array_from_id()

123