Searched defs: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; local
164 first_hash = container_table[index_to_hash];
166 for (next_hash = first_hash; next_hash != NULL;
216 hash_obj_t *first_hash; local
222 first_hash = &cont_tbl->hash_obj[index_to_hash];
224 for (next_hash = first_hash->next; next_hash != NULL;

Completed in 68 milliseconds