Home
last modified time | relevance | path

Searched refs:sec_hash (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/
H A Dfru_access.c1126 hash_obj_t *sec_hash; in fru_get_sections() local
1139 if (sec_hash == NULL) { in fru_get_sections()
1160 sec_hash = sec_hash->u.sec_obj->next; in fru_get_sections()
1298 hash_obj_t *sec_hash; in fru_add_segment() local
1570 hash_obj_t *sec_hash; in fru_delete_segment() local
1738 hash_obj_t *sec_hash; in fru_read_segment() local
1857 hash_obj_t *sec_hash; in get_checksum_crc() local
2078 hash_obj_t *sec_hash; in fru_get_num_packets() local
2277 hash_obj_t *sec_hash; in fru_update_payload() local
2390 hash_obj_t *sec_hash; in fru_append_packet() local
[all …]
/illumos-gate/usr/src/lib/libfru/libfruraw/
H A Draw_access.c606 sec_obj = sec_hash->u.sec_obj; in get_section()
612 section->handle = sec_hash->obj_hdl; in get_section()
704 hash_obj_t *sec_hash; in fru_get_sections() local
716 if (sec_hash == NULL) { in fru_get_sections()
728 sec_hash = sec_hash->u.sec_obj->next; in fru_get_sections()
740 hash_obj_t *sec_hash; in get_checksum_crc() local
746 if (sec_hash == NULL) { in get_checksum_crc()
804 hash_obj_t *sec_hash; in get_packets() local
818 if (sec_hash == NULL) { in get_packets()
974 hash_obj_t *sec_hash; in fru_get_num_packets() local
[all …]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/frudata/
H A Dfru_data.c2062 if (sec_hash->prev == NULL) { in free_section_node()
2064 sec_hash->next; in free_section_node()
2065 if (sec_hash->next != NULL) { in free_section_node()
2066 sec_hash->next->prev = NULL; in free_section_node()
2069 sec_hash->prev->next = sec_hash->next; in free_section_node()
2071 sec_hash->next->prev = sec_hash->prev; in free_section_node()
2079 free(sec_hash->u.sec_node); in free_section_node()
2080 free(sec_hash); in free_section_node()
2115 hash_obj_t *sec_hash; in delete_frudata_props() local
2150 for (sec_hash = free_obj; sec_hash != NULL; free_obj = sec_hash) { in delete_frudata_props()
[all …]