hash_find
if ((entry = hash_find(pw->pw_uid)) == NULL)
if ((entry = hash_find(statb.st_uid)) == NULL) {
static struct disk *hash_find(uid_t);
*entry = hash_find(nscdb, &find_entry, &hash, nscd_true);
if (entry == hash_find(nscdb, entry, &hash, cmp)) \
(void) hash_find(nscdb, entry, &hash, cmp); \
static nsc_entry_t *hash_find(nsc_db_t *, nsc_entry_t *, uint_t *, nscd_bool_t);