Searched refs:hash_find (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/mtree/ |
H A D | only.c | 77 hash_find(const char *str, uint32_t *h) in hash_find() function 115 if (!hash_find(str, &h)) { in fill() 134 if (hash_find(line, &h)) in load_only() 152 return hash_find(path, &h); in find_only()
|
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/ |
H A D | hash.h | 46 int hash_find(hash_t *, void *, void **);
|
H A D | merge.c | 694 if (!hash_find(mcd->md_parent->td_idhash, (void *)&template, in remap_node() 696 !hash_find(mcd->md_tgt->td_idhash, (void *)&template, in remap_node() 911 if (!hash_find(rmd->rmd_tgt->td_idhash, (void *)&template, in redir_mstr_fwd_cb() 980 assert(hash_find(mcd->md_parent->td_idhash, in add_tdesc()
|
H A D | alist.c | 130 if (!hash_find(alist->al_elements, &template, &ret)) in alist_find()
|
H A D | hash.c | 198 hash_find(hash_t *hash, void *key, void **value) in hash_find() function
|
H A D | dwarf.c | 163 if (hash_find(dw->dw_tidhash, &tmpl, &tdp)) in tdesc_lookup()
|