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

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

Completed in 82 milliseconds