Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/ctf/
H A Dctf_types.c971 ctf_type_rvisit(ctf_file_t *fp, ctf_id_t type, ctf_visit_f *func, void *arg, in ctf_type_rvisit() function
1001 if ((rc = ctf_type_rvisit(fp, mp->ctm_type, in ctf_type_rvisit()
1012 if ((rc = ctf_type_rvisit(fp, lmp->ctlm_type, in ctf_type_rvisit()
1030 return (ctf_type_rvisit(fp, type, func, arg, "", 0, 0)); in ctf_type_visit()