Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libast/common/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()
/titanic_50/usr/src/lib/libast/common/include/
H A Dhash.h120 typedef struct Hash_root Hash_root_t; typedef
173 Hash_root_t* root; /* root hash table information */
/titanic_50/usr/src/lib/libast/amd64/include/ast/
H A Dhash.h129 typedef struct Hash_root Hash_root_t; typedef
182 Hash_root_t* root; /* root hash table information */
/titanic_50/usr/src/lib/libast/sparc/include/ast/
H A Dhash.h129 typedef struct Hash_root Hash_root_t; typedef
182 Hash_root_t* root; /* root hash table information */
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/
H A Dhash.h129 typedef struct Hash_root Hash_root_t; typedef
182 Hash_root_t* root; /* root hash table information */
/titanic_50/usr/src/lib/libast/i386/include/ast/
H A Dhash.h129 typedef struct Hash_root Hash_root_t; typedef
182 Hash_root_t* root; /* root hash table information */
/titanic_50/usr/src/lib/libast/common/
H A DRELEASE1426 hash: add Hash_root_t.Hash_last_t to public interface