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

/illumos-gate/usr/src/cmd/tar/
H A Dtar.c6262 hash_lookup_byval(cachenode_t *table[], int val) function
6317 if ((c = hash_lookup_byval(uids, uid)) == NULL) {
6329 if ((c = hash_lookup_byval(gids, gid)) == NULL) {

Completed in 82 milliseconds