Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/tar/
H A Dtar.c6263 hash_lookup_byval(cachenode_t *table[], int val) in hash_lookup_byval() function
6318 if ((c = hash_lookup_byval(uids, uid)) == NULL) { in getname()
6330 if ((c = hash_lookup_byval(gids, gid)) == NULL) { in getgroup()