Lines Matching defs:cont_obj
94 container_obj_t *cont_obj;
96 cont_obj = malloc(sizeof (container_obj_t));
97 if (cont_obj == NULL) {
103 free(cont_obj);
107 cont_obj->sec_obj_list = NULL;
110 hash_obj->u.cont_obj = cont_obj;
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->u.cont_obj->sec_obj_list;
711 if (cont_object->u.cont_obj->num_of_section > maxsec) {
715 sec_hash = cont_object->u.cont_obj->sec_obj_list;
720 for (count = 0; count < cont_object->u.cont_obj->num_of_section;
942 return (hash_object->u.cont_obj->num_of_section);
1106 (void) strncpy(cont_hash_obj->u.cont_obj->device_pathname, "unknown",
1107 sizeof (cont_hash_obj->u.cont_obj->device_pathname));
1128 cont_hash_obj->u.cont_obj->num_of_section = cont_info.num_sections;
1129 cont_hash_obj->u.cont_obj->sec_obj_list = NULL;
1172 sec_hash_obj = hash_obj->u.cont_obj->sec_obj_list;
1220 free(hash_obj->u.cont_obj);