Lines Matching refs:child_obj
238 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()
364 parent_obj->u.sec_obj->seg_obj_list = child_obj; in add_to_seg_object_list()
374 next_hash->u.seg_obj->next = child_obj; in add_to_seg_object_list()