Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/frudata/
H A Dfru_data.c136 container_tbl_t *first_hash; in lookup_container_table() local
164 first_hash = container_table[index_to_hash]; in lookup_container_table()
166 for (next_hash = first_hash; next_hash != NULL; in lookup_container_table()
216 hash_obj_t *first_hash; in lookup_node_object() local
222 first_hash = &cont_tbl->hash_obj[index_to_hash]; in lookup_node_object()
224 for (next_hash = first_hash->next; next_hash != NULL; in lookup_node_object()