Searched refs:gethash (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/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 | 453 if (nscdb->gethash) in hash_find() 454 *hash = nscdb->gethash(&entry->key, nscdb->htsize); in hash_find() 724 uint_t (*gethash)(nss_XbyY_key_t *, int), in make_cache() 798 if (gethash == NULL) { in make_cache() 800 nscdb->gethash = nsc_db_ces_key_gethash; in make_cache() 802 nscdb->gethash = nsc_db_cis_key_gethash; in make_cache() 804 nscdb->gethash = nsc_db_int_key_gethash; in make_cache() 808 nscdb->gethash = gethash; in make_cache()
|
/illumos-gate/usr/src/cmd/idmap/idmapd/ |
H A D | dbutils.c | 3332 gethash(const char *str, uint32_t num, uint_t htsize) in gethash() function 3363 next = gethash(prefix, rid, htsize); in get_from_sid_history() 3387 hash = next = gethash(prefix, rid, htsize); in add_to_sid_history()
|