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 in struct:nsc_db 337 uint_t (*gethash)(nss_XbyY_key_t *, int),
|
H A D | cache.c | 394 * case insensitive name gethash routine _NSC_DB_CIS_KEY 403 * case sensitive name gethash routine _NSC_DB_CES_KEY 412 * integer gethash routine _NSC_DB_INT_KEY 434 if (nscdb->gethash) 435 *hash = nscdb->gethash(&entry->key, nscdb->htsize); 698 uint_t (*gethash)(nss_XbyY_key_t *, int), 771 /* Assign gethash routine */ 772 if (gethash == NULL) { 774 nscdb->gethash = nsc_db_ces_key_gethash; 776 nscdb->gethash [all...] |
/illumos-gate/usr/src/cmd/idmap/idmapd/ |
H A D | dbutils.c | 3257 gethash(const char *str, uint32_t num, uint_t htsize) function 3288 next = gethash(prefix, rid, htsize); 3312 hash = next = gethash(prefix, rid, htsize);
|
Completed in 1260 milliseconds