Searched defs:hash_find (Results 1 - 3 of 3) sorted by relevance
| /illumos-gate/usr/src/cmd/acct/ |
| H A D | acctdusg.c | 66 static struct disk *hash_find(uid_t); 105 if ((entry = hash_find(pw->pw_uid)) == NULL) 160 hash_find(uid_t uid) function 248 if ((entry = hash_find(statb.st_uid)) == NULL) {
|
| /illumos-gate/usr/src/tools/ctf/cvt/ |
| H A D | hash.c | 194 hash_find(hash_t *hash, void *key, void **value) function
|
| /illumos-gate/usr/src/cmd/nscd/ |
| H A D | cache.c | 77 static nsc_entry_t *hash_find(nsc_db_t *, nsc_entry_t *, uint_t *, nscd_bool_t); 429 hash_find(nsc_db_t *nscdb, nsc_entry_t *entry, uint_t *hash, function 452 if (entry == hash_find(nscdb, entry, &hash, cmp)) \ 459 (void) hash_find(nscdb, entry, &hash, cmp); \ 2090 *entry = hash_find(nscdb, &find_entry, &hash, nscd_true);
|
Completed in 389 milliseconds