Searched refs:hash_find (Results 1 – 7 of 7) sorted by relevance
/titanic_50/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) in main() 160 hash_find(uid_t uid) in hash_find() function 248 if ((entry = hash_find(statb.st_uid)) == NULL) { in charge()
|
/titanic_50/usr/src/tools/ctf/cvt/ |
H A D | hash.h | 46 int hash_find(hash_t *, void *, void **);
|
H A D | alist.c | 124 if (!hash_find(alist->al_elements, &template, (void **)&ret)) in alist_find()
|
H A D | merge.c | 701 if (!hash_find(mcd->md_parent->td_idhash, (void *)&template, in remap_node() 703 !hash_find(mcd->md_tgt->td_idhash, (void *)&template, in remap_node() 918 if (!hash_find(rmd->rmd_tgt->td_idhash, (void *)&template, in redir_mstr_fwd_cb() 987 assert(hash_find(mcd->md_parent->td_idhash, in add_tdesc()
|
H A D | hash.c | 194 hash_find(hash_t *hash, void *key, void **value) in hash_find() function
|
H A D | dwarf.c | 168 if (hash_find(dw->dw_tidhash, &tmpl, (void **)&tdp)) in tdesc_lookup()
|
/titanic_50/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, in hash_find() 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); in lookup_cache()
|