Home
last modified time | relevance | path

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

/freebsd/contrib/mtree/
H A Donly.c77 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 Dhash.h46 int hash_find(hash_t *, void *, void **);
H A Dmerge.c694 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 Dalist.c130 if (!hash_find(alist->al_elements, &template, &ret)) in alist_find()
H A Dhash.c198 hash_find(hash_t *hash, void *key, void **value) in hash_find() function
H A Ddwarf.c163 if (hash_find(dw->dw_tidhash, &tmpl, &tdp)) in tdesc_lookup()