ctf_type_iter
if (ctf_type_iter(g_fp, B_TRUE, ctfsrc_collect_types_cb,
if (ctf_type_iter(g_fp, B_TRUE, ctfdump_types_cb, NULL) == CTF_ERR) {
if (ctf_type_iter(fp, B_FALSE, type_iter_cb, &ti) == CTF_ERR) {
if ((ret = ctf_type_iter(fp, B_FALSE, type_iter_cb, &ti)) == CTF_ERR)
(void) ctf_type_iter(fp, B_TRUE, ctftest_lookup_type_cb, &clc);
(void) ctf_type_iter(fp, B_TRUE, ctftest_duplicates_cb, &d);
if (ctf_type_iter(fp, B_TRUE, ctf_merge_forward_cb, fp) != 0) {
extern int ctf_type_iter(ctf_file_t *, boolean_t, ctf_type_f *, void *);