dt_module_getctf
if (dt_module_getctf(dtp, dmp) == NULL)
return (dt_module_getctf(dtp, dmp) != NULL);
(pfp = dt_module_getctf(dtp, pmp)) == NULL) {
extern ctf_file_t *dt_module_getctf(dtrace_hdl_t *, dt_module_t *);
found = mp != NULL && dt_module_getctf(dtp, mp) != NULL;
ctfp = dt_module_getctf(dtp, dmp);