Searched refs:cachenode_t (Results 1 – 1 of 1) sorted by relevance
6240 } cachenode_t; typedef6244 static cachenode_t *names[HASHSIZE];6245 static cachenode_t *groups[HASHSIZE];6246 static cachenode_t *uids[HASHSIZE];6247 static cachenode_t *gids[HASHSIZE];6263 static cachenode_t *6264 hash_lookup_byval(cachenode_t *table[], int val) in hash_lookup_byval()6267 cachenode_t *c; in hash_lookup_byval()6276 static cachenode_t *6277 hash_lookup_byname(cachenode_t *table[], char *name) in hash_lookup_byname()[all …]