Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dnss_dbdefs.c245 static int getXbyYdbopHASH[DBOP_PRIME_HASH] = { 0 }; variable
322 if (getXbyYdbopHASH[hval] != 0) { in nss_dbop_search()
327 getXbyYdbopHASH[hval] = i | DBOP_HASH_TAG; in nss_dbop_search()
345 idx = getXbyYdbopHASH[hval]; in nss_dbop_search()