Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/ipp/ipgpc/
H A Dtable.c32 static int ht_hash(int);
42 ht_hash(int a) in ht_hash() function
69 x = ht_hash(key); in ht_insert()
129 x = ht_hash(key); in ht_search()
209 x = ht_hash(key); in ht_remove()
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_ht.c111 ht->ht_hash = ht_default_hash; in ht_create_table()
259 h_index = handle->ht_hash(handle, key); in ht_add_item()
321 h_index = handle->ht_hash(handle, key); in ht_remove_item()
384 h_index = handle->ht_hash(handle, key); in ht_find_item()
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dhash_table.h117 size_t (*ht_hash)(struct ht_handle *handle, const char *key); member