Searched refs:Hash_root_t (Results 1 – 6 of 6) sorted by relevance
82 if (!(tab->root = (Hash_root_t*)(*region)(handle, NiL, sizeof(Hash_root_t), 0))) in hashalloc()84 memset(tab->root, 0, sizeof(Hash_root_t)); in hashalloc()86 else if (!(tab->root = newof(0, Hash_root_t, 1, 0))) in hashalloc()
67 Hash_root_t* next; /* next in list of all roots */ \99 Hash_root_t* list; /* root table list */
134 dumproot(register Hash_root_t* root, register int flags) in dumproot()166 register Hash_root_t* root; in hashdump()
46 Hash_root_t* rp; in hashfree()
120 typedef struct Hash_root Hash_root_t; typedef173 Hash_root_t* root; /* root hash table information */
1614 hash: add Hash_root_t.Hash_last_t to public interface