Searched defs:parent_obj (Results 1 - 1 of 1) sorted by relevance

/osnet-11/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) argument
243 child_obj->u.pkt_obj->segment_hdl = parent_obj->obj_hdl;
245 if (parent_obj->u.seg_obj->pkt_obj_list == NULL) {
246 parent_obj->u.seg_obj->pkt_obj_list = child_obj;
250 for (next_hash = parent_obj->u.seg_obj->pkt_obj_list;
337 add_to_sec_object_list(hash_obj_t *parent_obj, hash_obj_t *child_obj) argument
341 child_obj->u.sec_obj->cont_hdl = parent_obj->obj_hdl;
342 if (parent_obj->u.cont_obj->sec_obj_list == NULL) {
343 parent_obj->u.cont_obj->sec_obj_list = child_obj;
347 for (next_hash = parent_obj
358 add_to_seg_object_list(hash_obj_t *parent_obj, hash_obj_t *child_obj) argument
[all...]

Completed in 29 milliseconds