Searched refs:gethash (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/cmd/nscd/ |
H A D | cache.h | 266 uint_t (*gethash)(nss_XbyY_key_t *, int); member 337 uint_t (*gethash)(nss_XbyY_key_t *, int),
|
H A D | cache.c | 434 if (nscdb->gethash) in hash_find() 435 *hash = nscdb->gethash(&entry->key, nscdb->htsize); in hash_find() 698 uint_t (*gethash)(nss_XbyY_key_t *, int), in make_cache() 772 if (gethash == NULL) { in make_cache() 774 nscdb->gethash = nsc_db_ces_key_gethash; in make_cache() 776 nscdb->gethash = nsc_db_cis_key_gethash; in make_cache() 778 nscdb->gethash = nsc_db_int_key_gethash; in make_cache() 782 nscdb->gethash = gethash; in make_cache()
|
/titanic_50/usr/src/cmd/idmap/idmapd/ |
H A D | dbutils.c | 3257 gethash(const char *str, uint32_t num, uint_t htsize) in gethash() function 3288 next = gethash(prefix, rid, htsize); in get_from_sid_history() 3312 hash = next = gethash(prefix, rid, htsize); in add_to_sid_history()
|