Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/hash/
H A Dhashalloc.c82 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()
H A Dhashlib.h67 Hash_root_t* next; /* next in list of all roots */ \
99 Hash_root_t* list; /* root table list */
H A Dhashdump.c134 dumproot(register Hash_root_t* root, register int flags) in dumproot()
166 register Hash_root_t* root; in hashdump()
H A Dhashfree.c46 Hash_root_t* rp; in hashfree()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dhash.h120 typedef struct Hash_root Hash_root_t; typedef
173 Hash_root_t* root; /* root hash table information */
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DRELEASE1614 hash: add Hash_root_t.Hash_last_t to public interface