Home
last modified time | relevance | path

Searched refs:picl_nodehdl_t (Results 1 – 25 of 109) sorted by relevance

12345

/titanic_44/usr/src/lib/libpicltree/
H A Dpicltree.h49 picl_nodehdl_t nodeh;
55 picl_nodehdl_t nodeh;
84 extern int ptree_get_root(picl_nodehdl_t *nodeh);
86 picl_nodehdl_t *nodeh);
87 extern int ptree_destroy_node(picl_nodehdl_t nodeh);
88 extern int ptree_add_node(picl_nodehdl_t parh, picl_nodehdl_t chdh);
89 extern int ptree_delete_node(picl_nodehdl_t nodeh);
95 extern int ptree_add_prop(picl_nodehdl_t nodeh, picl_prophdl_t proph);
99 extern int ptree_update_propval_by_name(picl_nodehdl_t nodeh,
105 extern int ptree_get_propval_by_name(picl_nodehdl_t nodeh,
[all …]
H A Dllib-lpicltree37 int ptree_get_root(picl_nodehdl_t *nodeh);
39 picl_nodehdl_t *nodeh);
40 int ptree_destroy_node(picl_nodehdl_t nodeh);
41 int ptree_add_node(picl_nodehdl_t parh, picl_nodehdl_t chdh);
42 int ptree_delete_node(picl_nodehdl_t nodeh);
48 int ptree_add_prop(picl_nodehdl_t nodeh, picl_prophdl_t proph);
52 int ptree_update_propval_by_name(picl_nodehdl_t nodeh, const char *name,
57 int ptree_get_propval_by_name(picl_nodehdl_t nodeh, const char *name,
60 int ptree_get_first_prop(picl_nodehdl_t nodeh, picl_prophdl_t *proph);
62 int ptree_get_prop_by_name(picl_nodehdl_t nodeh, const char *name,
[all …]
/titanic_44/usr/src/cmd/picl/plugins/sun4u/littleneck/frutree/
H A Dpiclfrutree.c158 static picl_nodehdl_t frutreeh;
160 static int do_sysboard_init(picl_nodehdl_t, picl_nodehdl_t *);
161 static int do_cpus_init(picl_nodehdl_t);
162 static int do_mem_init(picl_nodehdl_t);
163 static int do_power_supplies_init(picl_nodehdl_t);
164 static int do_fcal_init(picl_nodehdl_t);
165 static int do_rscboard_init(picl_nodehdl_t);
167 static int add_ref_prop(picl_nodehdl_t, picl_nodehdl_t, char *);
168 static int add_slot_prop(picl_nodehdl_t, int);
169 static int add_label_prop(picl_nodehdl_t, char *);
[all …]
/titanic_44/usr/src/cmd/picl/plugins/sun4u/daktari/frutree/
H A Dpiclfrutree.c252 static picl_nodehdl_t frutreeh;
254 static int do_ioboard_init(picl_nodehdl_t);
255 static int do_rscboard_init(picl_nodehdl_t);
256 static int do_fcal_init(picl_nodehdl_t);
257 static int do_power_supplies_init(picl_nodehdl_t);
258 static int do_motherboard_init(picl_nodehdl_t);
259 static int do_cpu_module_init(picl_nodehdl_t, int);
260 static int do_dimms_init(picl_nodehdl_t, int, int);
262 static int add_ref_prop(picl_nodehdl_t, picl_nodehdl_t, char *);
263 static int add_slot_prop(picl_nodehdl_t, int);
[all …]
/titanic_44/usr/src/cmd/picl/plugins/sun4u/cherrystone/frutree/
H A Dpiclfrutree.c193 static picl_nodehdl_t frutreeh;
195 static int do_ioboard_init(picl_nodehdl_t);
196 static int do_rscboard_init(picl_nodehdl_t);
197 static int do_fcal_init(picl_nodehdl_t);
198 static int do_power_supplies_init(picl_nodehdl_t);
199 static int do_centerplane_init(picl_nodehdl_t);
200 static int do_cpu_module_init(picl_nodehdl_t, int);
201 static int do_dimms_init(picl_nodehdl_t, int, int);
203 static int add_ref_prop(picl_nodehdl_t, picl_nodehdl_t, char *);
204 static int add_slot_prop(picl_nodehdl_t, int);
[all …]
/titanic_44/usr/src/lib/libpicl/
H A Dpicl.h47 typedef uint64_t picl_nodehdl_t; typedef
136 extern int picl_get_root(picl_nodehdl_t *nodehandle);
139 extern int picl_get_propval_by_name(picl_nodehdl_t nodeh,
143 extern int picl_set_propval_by_name(picl_nodehdl_t nodeh,
146 extern int picl_get_first_prop(picl_nodehdl_t nodeh, picl_prophdl_t *proph);
148 extern int picl_get_prop_by_name(picl_nodehdl_t nodeh, const char *nm,
154 extern int picl_walk_tree_by_class(picl_nodehdl_t rooth,
156 int (*callback_fn)(picl_nodehdl_t hdl, void *args));
157 extern int picl_get_propinfo_by_name(picl_nodehdl_t nodeh, const char *pname,
160 extern int picl_find_node(picl_nodehdl_t rooth, char *pname,
[all …]
H A Dpicl2door.h66 picl_nodehdl_t nodeh;
121 picl_nodehdl_t rnode; /* root handle */
145 picl_nodehdl_t nodeh; /* node handle */
153 picl_nodehdl_t nodeh; /* node handle */
183 picl_nodehdl_t nodeh; /* node handle */
188 picl_nodehdl_t nodeh; /* node handle */
211 picl_nodehdl_t nodeh; /* node handle */
218 picl_nodehdl_t nodeh; /* node handle */
272 picl_nodehdl_t nodeh; /* node handle */
281 picl_nodehdl_t nodeh; /* node handle */
[all …]
/titanic_44/usr/src/lib/libprtdiag_psr/sparc/schumacher/common/
H A Dschumacher.c108 picl_nodehdl_t nodeh;
195 picldiag_get_node_by_name(picl_nodehdl_t rooth, char *name, in picldiag_get_node_by_name()
196 picl_nodehdl_t *nodeh) in picldiag_get_node_by_name()
198 picl_nodehdl_t childh; in picldiag_get_node_by_name()
207 sizeof (picl_nodehdl_t)); in picldiag_get_node_by_name()
214 &childh, sizeof (picl_nodehdl_t)); in picldiag_get_node_by_name()
224 &childh, sizeof (picl_nodehdl_t)); in picldiag_get_node_by_name()
236 picldiag_get_string_propval(picl_nodehdl_t modh, char *prop_name, char **outbuf) in picldiag_get_string_propval()
273 picldiag_get_int_propval(picl_nodehdl_t modh, char *prop_name, int *ret) in picldiag_get_int_propval()
326 picldiag_get_uint_propval(picl_nodehdl_t modh, char *prop_name, int *ret) in picldiag_get_uint_propval()
[all …]
/titanic_44/usr/src/cmd/picl/plugins/sun4u/lw8/frutree/
H A Dpiclfrutree.c299 static picl_nodehdl_t frutreeh;
300 static picl_nodehdl_t sch = NULL;
308 static int remove_subtree(picl_nodehdl_t parh);
309 static int add_subtree(picl_nodehdl_t parh, fru_hdl_t fruparent);
310 static int add_picl_node(picl_nodehdl_t parh, sgfrunode_t *sgfrunode,
311 picl_nodehdl_t *childp);
312 static int add_chassis_node(picl_nodehdl_t parh, sgfrunode_t *sgfrunode,
313 picl_nodehdl_t *childp);
314 static int add_fru_node(picl_nodehdl_t parh, sgfrunode_t *sgfrunode,
315 picl_nodehdl_t *childp);
[all …]
/titanic_44/usr/src/lib/libprtdiag_psr/sparc/desktop/common/
H A Dpicldiag.c120 picl_nodehdl_t nodeh;
235 picldiag_get_node_by_name(picl_nodehdl_t rooth, char *name, in picldiag_get_node_by_name()
236 picl_nodehdl_t *nodeh) in picldiag_get_node_by_name()
238 picl_nodehdl_t childh; in picldiag_get_node_by_name()
247 sizeof (picl_nodehdl_t)); in picldiag_get_node_by_name()
254 &childh, sizeof (picl_nodehdl_t)); in picldiag_get_node_by_name()
264 &childh, sizeof (picl_nodehdl_t)); in picldiag_get_node_by_name()
275 picldiag_get_string_propval(picl_nodehdl_t modh, char *prop_name, char **outbuf) in picldiag_get_string_propval()
312 picldiag_get_int_propval(picl_nodehdl_t modh, char *prop_name, int *ret) in picldiag_get_int_propval()
365 picldiag_get_uint_propval(picl_nodehdl_t modh, char *prop_name, int *ret) in picldiag_get_uint_propval()
[all …]
/titanic_44/usr/src/lib/libprtdiag_psr/sparc/ontario/common/
H A Derie.h96 int erie_pci_callback(picl_nodehdl_t pcih, void *args);
97 int erie_hw_rev_callback(picl_nodehdl_t pcih, void *args);
98 int erie_get_first_compatible_value(picl_nodehdl_t nodeh,
100 int64_t erie_get_int_propval(picl_nodehdl_t modh, char *prop_name,
107 int erie_get_name(picl_nodehdl_t nodeh, char name[], int size);
108 int erie_get_model(picl_nodehdl_t nodeh, char model[], int size);
109 int erie_get_path(picl_nodehdl_t nodeh, char path[], int size);
110 int erie_get_class(picl_nodehdl_t nodeh, char piclclass[], int size);
H A Dhuron.h103 int huron_pci_callback(picl_nodehdl_t pcih, void *args);
104 int huron_hw_rev_callback(picl_nodehdl_t pcih, void *args);
105 int huron_get_first_compatible_value(picl_nodehdl_t nodeh,
107 int64_t huron_get_int_propval(picl_nodehdl_t modh, char *prop_name,
111 int huron_get_name(picl_nodehdl_t nodeh, char name[], int size);
112 int huron_get_model(picl_nodehdl_t nodeh, char model[], int size);
113 int huron_get_path(picl_nodehdl_t nodeh, char path[], int size);
114 int huron_get_class(picl_nodehdl_t nodeh, char piclclass[], int size);
/titanic_44/usr/src/lib/libprtdiag_psr/sparc/lw8/common/
H A Dlw8.c117 picl_nodehdl_t nodeh;
230 picldiag_get_node_by_name(picl_nodehdl_t rooth, char *name, in picldiag_get_node_by_name()
231 picl_nodehdl_t *nodeh) in picldiag_get_node_by_name()
233 picl_nodehdl_t childh; in picldiag_get_node_by_name()
242 sizeof (picl_nodehdl_t)); in picldiag_get_node_by_name()
249 &childh, sizeof (picl_nodehdl_t)); in picldiag_get_node_by_name()
259 &childh, sizeof (picl_nodehdl_t)); in picldiag_get_node_by_name()
270 picldiag_get_string_propval(picl_nodehdl_t modh, char *prop_name, char **outbuf) in picldiag_get_string_propval()
307 picldiag_get_int_propval(picl_nodehdl_t modh, char *prop_name, int *ret) in picldiag_get_int_propval()
359 picldiag_get_uint_propval(picl_nodehdl_t modh, char *prop_name, int *ret) in picldiag_get_uint_propval()
[all …]
/titanic_44/usr/src/lib/libfru/libfrupicl/
H A Dfrupicl.c42 #define TREEHDL_TO_PICLHDL(treehdl) ((picl_nodehdl_t)treehdl)
45 #define TREESEGHDL_TO_PICLHDL(treeseghdl) ((picl_nodehdl_t)treeseghdl)
49 static picl_nodehdl_t picl_root_node;
84 update_data_nodes(picl_nodehdl_t handle) in update_data_nodes()
104 get_strprop_by_name(picl_nodehdl_t handle, char *prop_name, char **string) in get_strprop_by_name()
138 picl_nodehdl_t handle = TREEHDL_TO_PICLHDL(node); in fpt_get_name_from_hdl()
183 cmp_node_name(picl_nodehdl_t node, const char *name) in cmp_node_name()
204 cmp_class_name(picl_nodehdl_t node, const char *name) in cmp_class_name()
228 picl_nodehdl_t picl_node; in fpt_get_root()
260 picl_nodehdl_t handle = TREEHDL_TO_PICLHDL(sibling); in fpt_get_peer()
[all …]
/titanic_44/usr/src/lib/libfru/libfrupicltree/
H A Dfrupicltree.c47 #define TREEHDL_TO_PICLHDL(treehdl) ((picl_nodehdl_t)treehdl)
50 #define TREESEGHDL_TO_PICLHDL(treeseghdl) ((picl_nodehdl_t)treeseghdl)
54 static picl_nodehdl_t picl_root_node;
88 update_data_nodes(picl_nodehdl_t handle) in update_data_nodes()
108 get_strprop_by_name(picl_nodehdl_t handle, char *prop_name, char **string) in get_strprop_by_name()
150 picl_nodehdl_t handle = TREEHDL_TO_PICLHDL(node); in fpt_get_name_from_hdl()
194 cmp_node_name(picl_nodehdl_t node, const char *name) in cmp_node_name()
215 cmp_class_name(picl_nodehdl_t node, const char *name) in cmp_class_name()
239 picl_nodehdl_t picl_node; in fpt_get_root()
271 picl_nodehdl_t handle = TREEHDL_TO_PICLHDL(sibling); in fpt_get_peer()
[all …]
/titanic_44/usr/src/lib/libprtdiag_psr/sparc/snowbird/common/
H A Dsnowbird.c109 int32_t pd_prt_slot_info(picl_nodehdl_t, void *);
112 int pd_check_wd_state(picl_nodehdl_t, void *);
120 static uint32_t pd_prt_cpci_condition(picl_nodehdl_t nodeh);
121 static uint32_t pd_check_location_parent(picl_nodehdl_t nodeh);
123 picldiag_get_uint_propval(picl_nodehdl_t modh, char *prop_name, int *ret);
124 static int picldiag_get_clock_freq(picl_nodehdl_t modh, uint32_t *freq);
125 static int display_system_clock(picl_nodehdl_t plafh);
131 picldiag_get_uint_propval(picl_nodehdl_t modh, char *prop_name, int *ret) in picldiag_get_uint_propval()
187 picldiag_get_clock_freq(picl_nodehdl_t modh, uint32_t *freq) in picldiag_get_clock_freq()
208 display_system_clock(picl_nodehdl_t plafh) in display_system_clock()
[all …]
/titanic_44/usr/src/cmd/picl/plugins/sun4v/pri/
H A Dio_dev_label.c32 find_node_by_string_prop(picl_nodehdl_t rooth, const char *pname,
33 const char *pval, picl_nodehdl_t *nodeh);
35 compare_string_propval(picl_nodehdl_t nodeh, const char *pname,
49 picl_nodehdl_t platnode, tpn; in io_dev_addlabel()
211 PICL_PROP_PEER, &tpn, sizeof (picl_nodehdl_t))) { in io_dev_addlabel()
245 compare_string_propval(picl_nodehdl_t nodeh, const char *pname, in compare_string_propval()
279 find_node_by_string_prop(picl_nodehdl_t rooth, const char *pname, in find_node_by_string_prop()
280 const char *pval, picl_nodehdl_t *nodeh) in find_node_by_string_prop()
282 picl_nodehdl_t childh; in find_node_by_string_prop()
286 sizeof (picl_nodehdl_t)); err != PICL_PROPNOTFOUND; in find_node_by_string_prop()
[all …]
/titanic_44/usr/src/cmd/picl/plugins/sun4u/blade/bsc/
H A Dpicllom.c69 static node_el_t *create_node_el(picl_nodehdl_t nodeh);
74 static void add_node_to_list(picl_nodehdl_t nodeh,
76 static void get_node_list_by_class(picl_nodehdl_t nodeh,
78 static int get_lom_node(picl_nodehdl_t *lominfh);
79 static int get_lom_device_path(picl_nodehdl_t *lominfh);
80 static int get_node_by_name_and_class(picl_nodehdl_t srchnodeh,
81 const char *nodename, const char *classname, picl_nodehdl_t *chdh);
82 static int add_regular_prop(picl_nodehdl_t nodeh, const char *name,
84 static int add_volatile_prop(picl_nodehdl_t nodeh, char *name,
102 static int add_temp_sensors(int lom_fd, picl_nodehdl_t lominfh);
[all …]
/titanic_44/usr/src/lib/libprtdiag/common/
H A Dpdevinfo_sun4v.c70 picl_errno_t sun4v_get_node_by_name(picl_nodehdl_t, char *, picl_nodehdl_t *);
85 picl_nodehdl_t rooth; /* root PICL node for IO display */ in do_prominfo()
86 picl_nodehdl_t plafh; /* Platform PICL node for IO display */ in do_prominfo()
241 sun4v_get_node_by_name(picl_nodehdl_t rooth, char *name, in sun4v_get_node_by_name()
242 picl_nodehdl_t *nodeh) in sun4v_get_node_by_name()
244 picl_nodehdl_t childh; in sun4v_get_node_by_name()
253 sizeof (picl_nodehdl_t)); in sun4v_get_node_by_name()
260 &childh, sizeof (picl_nodehdl_t)); in sun4v_get_node_by_name()
270 &childh, sizeof (picl_nodehdl_t)); in sun4v_get_node_by_name()
H A Ddisplay_sun4v.c87 extern picl_errno_t sun4v_get_node_by_name(picl_nodehdl_t, char *,
88 picl_nodehdl_t *);
90 static picl_nodehdl_t rooth = 0, phyplatformh = 0;
91 static picl_nodehdl_t chassish = 0;
97 static int sun4v_get_first_compatible_value(picl_nodehdl_t, char **);
98 static void sun4v_display_memory_conf(picl_nodehdl_t);
110 static int is_fru_absent(picl_nodehdl_t);
113 static int openprom_callback(picl_nodehdl_t openpromh, void *arg);
118 picl_nodehdl_t plafh) in sun4v_display()
197 get_bus_type(picl_nodehdl_t nodeh, struct io_card *card) in get_bus_type()
[all …]
/titanic_44/usr/src/lib/libprtdiag_psr/sparc/opl/common/
H A Dopl_picl.c60 static picl_errno_t do_walk(picl_nodehdl_t rooth, const char *classname,
61 void *c_args, picl_errno_t (*callback_fn)(picl_nodehdl_t hdl, void *args));
62 static int opl_get_node_by_name(picl_nodehdl_t rooth, char *name,
63 picl_nodehdl_t *nodeh);
67 static int opl_display_pci(int syserrlog, picl_nodehdl_t plafh);
68 static picl_errno_t opl_pci_callback(picl_nodehdl_t pcih, void *args);
69 static int opl_get_first_compatible_value(picl_nodehdl_t nodeh,
71 static int picldiag_get_clock_freq(picl_nodehdl_t modh,
73 static uint64_t picldiag_get_uint_propval(picl_nodehdl_t modh,
87 opl_pci_callback(picl_nodehdl_t pcih, void *args) in opl_pci_callback()
[all …]
/titanic_44/usr/src/lib/libprtdiag/inc/
H A Ddisplay_sun4v.h45 void sun4v_display_pci(picl_nodehdl_t plafh);
47 void sun4v_display_cpu_devices(picl_nodehdl_t plafh);
48 int sun4v_display_cpus(picl_nodehdl_t cpuh, void* args);
49 void sun4v_display_diaginfo(int flag, Prom_node *root, picl_nodehdl_t plafh);
50 int sun4v_display(Sys_tree *, Prom_node *, int, picl_nodehdl_t);
/titanic_44/usr/src/cmd/picl/plugins/sun4u/mpxu/frudr/
H A Dpiclfrudr.c351 static void add_op_status_to_node(picl_nodehdl_t nodeh,
358 static picl_nodehdl_t find_child_by_name(picl_nodehdl_t parh, char *name);
359 static void post_frudr_event(char *ename, picl_nodehdl_t parenth,
360 picl_nodehdl_t fruh);
361 static int add_prop_ref(picl_nodehdl_t nodeh, picl_nodehdl_t value, char *name);
362 static void remove_fru_parents(picl_nodehdl_t fruh);
363 static int get_node_by_class(picl_nodehdl_t nodeh, const char *classname,
364 picl_nodehdl_t *foundnodeh);
365 static int get_sys_controller_node(picl_nodehdl_t *nodeh);
366 static char *create_sys_controller_pathname(picl_nodehdl_t sysconh);
[all …]
/titanic_44/usr/src/lib/libprtdiag_psr/sparc/montoya/common/
H A Dmontoya.c64 void sun4v_display_pci(picl_nodehdl_t plafh);
65 void sun4v_display_diaginfo(int flag, Prom_node *root, picl_nodehdl_t plafh);
69 static void sun4v_display_hw_revisions(Prom_node *root, picl_nodehdl_t plafh);
70 static int montoya_pci_callback(picl_nodehdl_t pcih, void *args);
71 static int montoya_get_first_compatible_value(picl_nodehdl_t nodeh,
73 static int64_t montoya_get_int_propval(picl_nodehdl_t modh, char *prop_name,
119 montoya_pci_callback(picl_nodehdl_t pcih, void *args) in montoya_pci_callback()
122 picl_nodehdl_t nodeh; in montoya_pci_callback()
142 sizeof (picl_nodehdl_t)); in montoya_pci_callback()
152 &nodeh, sizeof (picl_nodehdl_t)); in montoya_pci_callback()
[all …]
/titanic_44/usr/src/cmd/picl/plugins/common/memcfg/
H A Dpiclmemcfg_comm.c115 static picl_nodehdl_t *msegh_info;
131 picl_nodehdl_t mmgh;
132 picl_nodehdl_t mch;
160 del_plugout_mmodgrp(picl_nodehdl_t mch) in del_plugout_mmodgrp()
185 find_mem_mod_grp_hdl(int id, picl_nodehdl_t *mmodgrph) in find_mem_mod_grp_hdl()
237 add_mem_banks(picl_nodehdl_t msegh, int fd, struct mc_segment *mcseg) in add_mem_banks()
241 static picl_nodehdl_t mmodgrph; in add_mem_banks()
336 PICL_PTYPE_REFERENCE, PICL_READ, sizeof (picl_nodehdl_t), in add_mem_banks()
368 create_logical_tree(picl_nodehdl_t memh, int fd) in create_logical_tree()
372 picl_nodehdl_t msegh; in create_logical_tree()
[all …]

12345