Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/nscd/
H A Dgetnode.c138 return (cis_gethash(key->ipnode.name, htsize)); in ipname_gethash()
H A Dcache.h358 extern uint_t cis_gethash(const char *, int);
H A Dcache.c360 cis_gethash(const char *key, int htsize) in cis_gethash() function
414 return (cis_gethash(key->name, htsize)); in nsc_db_cis_key_gethash()