Searched defs:container_table (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/frudata/
H A Dfru_data.c49 static container_tbl_t *container_table[TABLE_SIZE]; variable
164 first_hash = container_table[index_to_hash];
247 cont_tbl->next = container_table[index_to_hash];
248 container_table[index_to_hash] = cont_tbl;
2092 container_table[(cont_hash->picl_hdl % TABLE_SIZE)] =
2348 container_table[count] = NULL;
2423 while (container_table[cnt]) {
2427 cont_tbl = container_table[cnt];
2464 container_table[cnt] = cont_tbl->next;

Completed in 48 milliseconds