Searched refs:sec_obj (Results 1 – 9 of 9) sorted by relevance
122 section_obj_t *sec_obj; in create_section_hash_object() local124 sec_obj = malloc(sizeof (section_obj_t)); in create_section_hash_object()125 if (sec_obj == NULL) { in create_section_hash_object()131 free(sec_obj); in create_section_hash_object()135 sec_obj->next = NULL; in create_section_hash_object()136 sec_obj->seg_obj_list = NULL; in create_section_hash_object()138 hash_obj->u.sec_obj = sec_obj; in create_section_hash_object()224 hash_obj = lookup_handle_object(hash_obj->u.sec_obj->cont_hdl, in get_container_hash_object()299 seg_hash = sec_hash->u.sec_obj->seg_obj_list; in free_segment_hash()305 sec_hash->u.sec_obj->seg_obj_list = seg_hash->u.seg_obj->next; in free_segment_hash()[all …]
189 section_obj_t *sec_obj; member
254 section_obj_t *sec_obj; in create_section_hash_object() local256 sec_obj = malloc(sizeof (section_obj_t)); in create_section_hash_object()257 if (sec_obj == NULL) { in create_section_hash_object()263 free(sec_obj); in create_section_hash_object()267 sec_obj->next = NULL; in create_section_hash_object()268 sec_obj->seg_obj_list = NULL; in create_section_hash_object()270 hash_obj->u.sec_obj = sec_obj; in create_section_hash_object()363 child_obj->u.sec_obj->cont_hdl = parent_obj->obj_hdl; in add_to_sec_object_list()370 next_hash->u.sec_obj->next != NULL; in add_to_sec_object_list()371 next_hash = next_hash->u.sec_obj->next) { in add_to_sec_object_list()[all …]
247 section_obj_t *sec_obj; member
114 section_obj_t *sec_obj; in create_section_hash_object() local116 sec_obj = malloc(sizeof (section_obj_t)); in create_section_hash_object()117 if (sec_obj == NULL) { in create_section_hash_object()123 free(sec_obj); in create_section_hash_object()127 sec_obj->next = NULL; in create_section_hash_object()128 sec_obj->seg_obj_list = NULL; in create_section_hash_object()130 hash_obj->u.sec_obj = sec_obj; in create_section_hash_object()225 child_obj->u.sec_obj->cont_hdl = parent_obj->obj_hdl; in add_to_sec_object_list()232 next_hash->u.sec_obj->next != NULL; in add_to_sec_object_list()233 next_hash = next_hash->u.sec_obj->next) { in add_to_sec_object_list()[all …]
195 section_obj_t *sec_obj; member
115 section_obj_t *sec_obj; in create_section_hash_object() local117 sec_obj = malloc(sizeof (section_obj_t)); in create_section_hash_object()118 if (sec_obj == NULL) { in create_section_hash_object()124 free(sec_obj); in create_section_hash_object()128 sec_obj->next = NULL; in create_section_hash_object()129 sec_obj->seg_obj_list = NULL; in create_section_hash_object()131 hash_obj->u.sec_obj = sec_obj; in create_section_hash_object()226 child_obj->u.sec_obj->cont_hdl = parent_obj->obj_hdl; in add_to_sec_object_list()233 next_hash->u.sec_obj->next != NULL; in add_to_sec_object_list()234 next_hash = next_hash->u.sec_obj->next) { in add_to_sec_object_list()[all …]
191 section_obj_t *sec_obj; member
1390 create_segment_node(hash_obj_t *sec_obj, picl_nodehdl_t sec_node, in create_segment_node() argument1516 add_to_segment_list(sec_obj, hash_obj); in create_segment_node()2394 free_hash_objects(hash_obj_t *sec_obj) in free_hash_objects() argument2398 while (sec_obj != NULL) { in free_hash_objects()2399 free_segment_hash_object(sec_obj->u.sec_node->segment_list); in free_hash_objects()2400 tmp_obj = sec_obj->u.sec_node->next; in free_hash_objects()2401 free(sec_obj->u.sec_node); in free_hash_objects()2402 free(sec_obj); in free_hash_objects()2403 sec_obj = tmp_obj; in free_hash_objects()2418 hash_obj_t *sec_obj; in free_hash_table() local[all …]