Searched defs:cachenode_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/tar/
H A Dtar.c6238 } cachenode_t; typedef in typeref:struct:cachenode
6242 static cachenode_t *names[HASHSIZE];
6243 static cachenode_t *groups[HASHSIZE];
6244 static cachenode_t *uids[HASHSIZE];
6245 static cachenode_t *gids[HASHSIZE];
6261 static cachenode_t *
6262 hash_lookup_byval(cachenode_t *table[], int val)
6265 cachenode_t *c;
6274 static cachenode_t *
6275 hash_lookup_byname(cachenode_t *tabl
[all...]

Completed in 62 milliseconds