Home
last modified time | relevance | path

Searched refs:child_obj (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/lib/libfru/libfruraw/
H A Draw_access.c238 add_to_pkt_object_list(hash_obj_t *parent_obj, hash_obj_t *child_obj) in add_to_pkt_object_list() argument
243 child_obj->u.pkt_obj->segment_hdl = parent_obj->obj_hdl; in add_to_pkt_object_list()
246 parent_obj->u.seg_obj->pkt_obj_list = child_obj; in add_to_pkt_object_list()
256 next_hash->u.pkt_obj->next = child_obj; in add_to_pkt_object_list()
337 add_to_sec_object_list(hash_obj_t *parent_obj, hash_obj_t *child_obj) in add_to_sec_object_list() argument
341 child_obj->u.sec_obj->cont_hdl = parent_obj->obj_hdl; in add_to_sec_object_list()
343 parent_obj->u.cont_obj->sec_obj_list = child_obj; in add_to_sec_object_list()
353 next_hash->u.sec_obj->next = child_obj; in add_to_sec_object_list()
358 add_to_seg_object_list(hash_obj_t *parent_obj, hash_obj_t *child_obj) in add_to_seg_object_list() argument
362 child_obj->u.seg_obj->section_hdl = parent_obj->obj_hdl; in add_to_seg_object_list()
[all …]
/titanic_41/usr/src/cmd/picl/plugins/sun4u/blade/fruaccess/
H A Dfru_access.c222 add_to_sec_object_list(hash_obj_t *parent_obj, hash_obj_t *child_obj) in add_to_sec_object_list() argument
226 child_obj->u.sec_obj->cont_hdl = parent_obj->obj_hdl; in add_to_sec_object_list()
228 parent_obj->u.cont_obj->sec_obj_list = child_obj; in add_to_sec_object_list()
238 next_hash->u.sec_obj->next = child_obj; in add_to_sec_object_list()
244 add_to_seg_object_list(hash_obj_t *parent_obj, hash_obj_t *child_obj) in add_to_seg_object_list() argument
248 child_obj->u.seg_obj->section_hdl = parent_obj->obj_hdl; in add_to_seg_object_list()
250 parent_obj->u.sec_obj->seg_obj_list = child_obj; in add_to_seg_object_list()
260 next_hash->u.seg_obj->next = child_obj; in add_to_seg_object_list()
266 add_to_pkt_object_list(hash_obj_t *parent_obj, hash_obj_t *child_obj) in add_to_pkt_object_list() argument
271 child_obj->u.pkt_obj->segment_hdl = parent_obj->obj_hdl; in add_to_pkt_object_list()
[all …]
/titanic_41/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/
H A Dfru_access.c221 add_to_sec_object_list(hash_obj_t *parent_obj, hash_obj_t *child_obj) in add_to_sec_object_list() argument
225 child_obj->u.sec_obj->cont_hdl = parent_obj->obj_hdl; in add_to_sec_object_list()
227 parent_obj->u.cont_obj->sec_obj_list = child_obj; in add_to_sec_object_list()
237 next_hash->u.sec_obj->next = child_obj; in add_to_sec_object_list()
243 add_to_seg_object_list(hash_obj_t *parent_obj, hash_obj_t *child_obj) in add_to_seg_object_list() argument
247 child_obj->u.seg_obj->section_hdl = parent_obj->obj_hdl; in add_to_seg_object_list()
249 parent_obj->u.sec_obj->seg_obj_list = child_obj; in add_to_seg_object_list()
259 next_hash->u.seg_obj->next = child_obj; in add_to_seg_object_list()
265 add_to_pkt_object_list(hash_obj_t *parent_obj, hash_obj_t *child_obj) in add_to_pkt_object_list() argument
270 child_obj->u.pkt_obj->segment_hdl = parent_obj->obj_hdl; in add_to_pkt_object_list()
[all …]
/titanic_41/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/fruaccess/
H A Dlibfruaccess.c359 add_to_sec_object_list(hash_obj_t *parent_obj, hash_obj_t *child_obj) in add_to_sec_object_list() argument
363 child_obj->u.sec_obj->cont_hdl = parent_obj->obj_hdl; in add_to_sec_object_list()
365 parent_obj->u.cont_obj->sec_obj_list = child_obj; in add_to_sec_object_list()
375 next_hash->u.sec_obj->next = child_obj; in add_to_sec_object_list()
380 add_to_seg_object_list(hash_obj_t *parent_obj, hash_obj_t *child_obj) in add_to_seg_object_list() argument
384 child_obj->u.seg_obj->section_hdl = parent_obj->obj_hdl; in add_to_seg_object_list()
386 parent_obj->u.sec_obj->seg_obj_list = child_obj; in add_to_seg_object_list()
396 next_hash->u.seg_obj->next = child_obj; in add_to_seg_object_list()
401 add_to_pkt_object_list(hash_obj_t *parent_obj, hash_obj_t *child_obj) in add_to_pkt_object_list() argument
406 child_obj->u.pkt_obj->segment_hdl = parent_obj->obj_hdl; in add_to_pkt_object_list()
[all …]
/titanic_41/usr/src/cmd/picl/plugins/sun4u/frudata/
H A Dfru_data.c485 add_to_segment_list(hash_obj_t *parent_obj, hash_obj_t *child_obj) in add_to_segment_list() argument
489 child_obj->u.seg_node->sec_nodehdl = parent_obj->picl_hdl; in add_to_segment_list()
491 parent_obj->u.sec_node->segment_list = child_obj; in add_to_segment_list()
500 next_hash->u.seg_node->next = child_obj; in add_to_segment_list()
507 add_to_packet_list(hash_obj_t *parent_obj, hash_obj_t *child_obj) in add_to_packet_list() argument
512 parent_obj->u.seg_node->packet_list = child_obj; in add_to_packet_list()
521 next_hash->u.pkt_node->next = child_obj; in add_to_packet_list()