Searched refs:Hash_root_t (Results 1 - 9 of 9) sorted by relevance

/osnet-11/usr/src/lib/libast/common/hash/
H A Dhashlib.h67 Hash_root_t* next; /* next in list of all roots */ \
99 Hash_root_t* list; /* root table list */
H A Dhashalloc.c82 if (!(tab->root = (Hash_root_t*)(*region)(handle, NiL, sizeof(Hash_root_t), 0)))
84 memset(tab->root, 0, sizeof(Hash_root_t));
86 else if (!(tab->root = newof(0, Hash_root_t, 1, 0)))
H A Dhashdump.c134 dumproot(register Hash_root_t* root, register int flags)
166 register Hash_root_t* root;
H A Dhashfree.c46 Hash_root_t* rp;
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dhash.h129 typedef struct Hash_root Hash_root_t; typedef in typeref:struct:Hash_root
182 Hash_root_t* root; /* root hash table information */
/osnet-11/usr/src/lib/libast/common/include/
H A Dhash.h120 typedef struct Hash_root Hash_root_t; typedef in typeref:struct:Hash_root
173 Hash_root_t* root; /* root hash table information */
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dhash.h129 typedef struct Hash_root Hash_root_t; typedef in typeref:struct:Hash_root
182 Hash_root_t* root; /* root hash table information */
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dhash.h129 typedef struct Hash_root Hash_root_t; typedef in typeref:struct:Hash_root
182 Hash_root_t* root; /* root hash table information */
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dhash.h129 typedef struct Hash_root Hash_root_t; typedef in typeref:struct:Hash_root
182 Hash_root_t* root; /* root hash table information */

Completed in 33 milliseconds