Home
last modified time | relevance | path

Searched refs: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]; in lookup_container_table()
247 cont_tbl->next = container_table[index_to_hash]; in add_tblobject_to_container_tbl()
248 container_table[index_to_hash] = cont_tbl; in add_tblobject_to_container_tbl()
2092 container_table[(cont_hash->picl_hdl % TABLE_SIZE)] = in unlink_container_node()
2348 container_table[count] = NULL; in frudata_plugin_init()
2423 while (container_table[cnt]) { in free_hash_table()
2427 cont_tbl = container_table[cnt]; in free_hash_table()
2464 container_table[cnt] = cont_tbl->next; in free_hash_table()