Searched defs:ctf_type_rvisit (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/common/ctf/
H A Dctf_types.c787 ctf_type_rvisit(ctf_file_t *fp, ctf_id_t type, ctf_visit_f *func, void *arg, function
817 if ((rc = ctf_type_rvisit(fp, mp->ctm_type,
828 if ((rc = ctf_type_rvisit(fp, lmp->ctlm_type,
846 return (ctf_type_rvisit(fp, type, func, arg, "", 0, 0));

Completed in 234 milliseconds