Home
last modified time | relevance | path

Searched refs:sec_node (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/frudata/
H A Dfru_data.c357 section_node_t *sec_node; in alloc_section_node_object() local
361 if (sec_node == NULL) { in alloc_section_node_object()
368 (void) free(sec_node); in alloc_section_node_object()
373 sec_node->segment_list = NULL; in alloc_section_node_object()
374 sec_node->next = NULL; in alloc_section_node_object()
375 sec_node->num_of_segment = -1; in alloc_section_node_object()
379 hash_obj->u.sec_node = sec_node; in alloc_section_node_object()
577 hash_obj->u.sec_node->segment_list = in free_segment_node()
2079 free(sec_hash->u.sec_node); in free_section_node()
2400 tmp_obj = sec_obj->u.sec_node->next; in free_hash_objects()
[all …]
H A Dfru_data_impl.h97 section_node_t *sec_node; /* section */ member