Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libfru/libfruraw/
H A Draw_access.c122 section_obj_t *sec_obj; in create_section_hash_object() local
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()
138 hash_obj->u.sec_obj = sec_obj; in create_section_hash_object()
523 sec_obj = sec_object->u.sec_obj; in fru_get_segments()
524 if (sec_obj == NULL) { in fru_get_segments()
606 sec_obj = sec_hash->u.sec_obj; in get_section()
607 if (sec_obj == NULL) { in get_section()
957 sec_obj = sec_object->u.sec_obj; in fru_get_num_segments()
[all …]
H A Dfru_access_impl.h189 section_obj_t *sec_obj; member
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/
H A Dfru_access.c112 section_obj_t *sec_obj; in create_section_hash_object() local
115 if (sec_obj == NULL) { in create_section_hash_object()
121 free(sec_obj); in create_section_hash_object()
125 sec_obj->next = NULL; in create_section_hash_object()
128 hash_obj->u.sec_obj = sec_obj; in create_section_hash_object()
964 sec_obj = sec_hash->u.sec_obj; in get_section()
965 if (sec_obj == NULL) { in get_section()
1193 sec_obj = sec_object->u.sec_obj; in fru_get_num_segments()
1194 if (sec_obj == NULL) { in fru_get_num_segments()
1232 sec_obj = sec_object->u.sec_obj; in fru_get_segments()
[all …]
H A Dfru_access_impl.h193 section_obj_t *sec_obj; member
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/frudata/
H A Dfru_data.c1516 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() argument
2398 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
2458 sec_obj = next_obj->u.cont_node->section_list; in free_hash_table()
[all …]