Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/frudata/
H A Dfru_data.c1752 hash_obj_t *cont_hash; in create_section_node() local
1831 if (cont_hash == NULL) { in create_section_node()
2091 if (cont_hash->prev == NULL) { in unlink_container_node()
2093 cont_hash->next; in unlink_container_node()
2094 if (cont_hash->next != NULL) { in unlink_container_node()
2098 cont_hash->prev->next = cont_hash->next; in unlink_container_node()
2100 cont_hash->next->prev = cont_hash->prev; in unlink_container_node()
2113 hash_obj_t *cont_hash; in delete_frudata_props() local
2144 if (cont_hash == NULL) { in delete_frudata_props()
2156 free(cont_hash->u.cont_node); in delete_frudata_props()
[all …]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/
H A Dfru_access.c1297 hash_obj_t *cont_hash; in fru_add_segment() local
1338 if (cont_hash == NULL) { in fru_add_segment()
1571 hash_obj_t *cont_hash; in fru_delete_segment() local
1628 if (cont_hash == NULL) { in fru_delete_segment()
1739 hash_obj_t *cont_hash; in fru_read_segment() local
1757 if (cont_hash == NULL) { in fru_read_segment()
2278 hash_obj_t *cont_hash; in fru_update_payload() local
2320 if (cont_hash == NULL) { in fru_update_payload()
2392 hash_obj_t *cont_hash; in fru_append_packet() local
2627 hash_obj_t *cont_hash; in fru_delete_packet() local
[all …]