Home
last modified time | relevance | path

Searched refs:ht_hash (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/ipp/ipgpc/
H A Dtable.c34 static int ht_hash(int);
44 ht_hash(int a) in ht_hash() function
71 x = ht_hash(key); in ht_insert()
131 x = ht_hash(key); in ht_search()
211 x = ht_hash(key); in ht_remove()
/titanic_41/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_ht.c113 ht->ht_hash = ht_default_hash; in ht_create_table()
261 h_index = handle->ht_hash(handle, key); in ht_add_item()
323 h_index = handle->ht_hash(handle, key); in ht_remove_item()
386 h_index = handle->ht_hash(handle, key); in ht_find_item()
/titanic_41/usr/src/uts/common/smbsrv/
H A Dhash_table.h119 size_t (*ht_hash)(struct ht_handle *handle, const char *key); member