Searched refs:hash_match (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/tools/ctf/cvt/
H A Dhash.h49 int hash_match(hash_t *, void *, int (*)(void *, void *), void *);
H A Diidesc.c92 (void) hash_match(hash, new, (int (*)())iidesc_cmp, &find);
116 (void) hash_match(td->td_iihash, &tmpdesc, (int (*)())func, data);
H A Dhash.c142 hash_match(hash_t *hash, void *key, int (*fun)(void *, void *), function
203 ret = hash_match(hash, key, (int (*)())hash_find_first_cb, &hd);
H A Dmerge.c672 if (hash_match(mcd->md_parent->td_iihash, sii, iidesc_match,
967 if (hash_match(mcd->md_parent->td_iihash, tba, iidesc_match,

Completed in 70 milliseconds