Searched refs:hash_iter (Results 1 - 8 of 8) sorted by relevance

/opensolaris-onvv-gate/usr/src/tools/ctf/cvt/
H A Dhash.h48 int hash_iter(hash_t *, int (*)(void *, void *), void *);
H A Diidesc.c187 hash_iter(ii, iidesc_count_type, (void *)II_GFUN),
188 hash_iter(ii, iidesc_count_type, (void *)II_SFUN),
189 hash_iter(ii, iidesc_count_type, (void *)II_GVAR),
190 hash_iter(ii, iidesc_count_type, (void *)II_SVAR),
191 hash_iter(ii, iidesc_count_type, (void *)II_TYPE),
192 hash_iter(ii, iidesc_count_type, (void *)II_SOU));
H A Dcompare.c86 (void) hash_iter(difftd->td_iihash, (int (*)())iidesc_dump,
H A Dalist.c152 return (hash_iter(alist->al_elements, (int (*)())alist_iter_cb, &aid));
204 return (hash_iter(alist->al_elements, alist_dump_cb, (void *)printer));
H A Dhash.c123 (void) hash_iter(from, hash_add_cb, to);
211 hash_iter(hash_t *hash, int (*fun)(void *, void *), void *private) function
H A Dtraverse.c225 return (hash_iter(iihash, (int (*)())iitraverse_td, &tdtd));
H A Dmerge.c471 } else if (debug_level > 1 && hash_iter(mcd->md_parent->td_idhash,
513 } else if (debug_level > 1 && hash_iter(mcd->md_tdtba,
1050 (void) hash_iter(src, merge_type_cb, mcd);
1052 tdrc = hash_iter(mcd->md_tdtba, add_tdtba_cb, (void *)mcd);
H A Doutput.c139 (void) hash_iter(iiburst->iib_td->td_iihash, burst_iitypes, iiburst);

Completed in 143 milliseconds