Home
last modified time | relevance | path

Searched refs:HASHTABLE (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/lib/libast/common/include/
H A Dhash.h110 #define HASHTABLE Hash_table_t macro
/titanic_41/usr/src/cmd/picl/plugins/sun4u/snowbird/frutree/
H A Dpiclfrutree.h43 HASHTABLE = 0x4, enumerator
H A Dpiclfrutree.c1224 FRUTREE_DEBUG0(HASHTABLE, "hash_init begin"); in hash_init()
1281 FRUTREE_DEBUG0(HASHTABLE, "hash_add_entry : begin"); in hash_add_entry()
1299 if (frutree_debug & HASHTABLE) { in hash_add_entry()
1303 FRUTREE_DEBUG1(HASHTABLE, "added node: %llx", nodeid); in hash_add_entry()
1361 if (frutree_debug & HASHTABLE) { in hash_remove_entry()
1365 FRUTREE_DEBUG1(HASHTABLE, "removed node: %llx", in hash_remove_entry()
1390 FRUTREE_DEBUG1(HASHTABLE, "hash_lookup begin: %llx", hdl); in hash_lookup_entry()
/titanic_41/usr/src/lib/libast/amd64/include/ast/
H A Dhash.h119 #define HASHTABLE Hash_table_t macro
/titanic_41/usr/src/lib/libast/sparc/include/ast/
H A Dhash.h119 #define HASHTABLE Hash_table_t macro
/titanic_41/usr/src/lib/libast/i386/include/ast/
H A Dhash.h119 #define HASHTABLE Hash_table_t macro
/titanic_41/usr/src/lib/libast/sparcv9/include/ast/
H A Dhash.h119 #define HASHTABLE Hash_table_t macro
/titanic_41/usr/src/lib/libc/port/gen/
H A Dlocaltime.c121 #define HASHTABLE 31 macro
305 static state_t *tzcache[HASHTABLE];
521 return ((int)(h % HASHTABLE)); in get_hashid()
2362 for (hashid = 0; hashid < HASHTABLE; hashid++) { in purge_zone_cache()