mdb_ctf_open
mdb_ctf_open(kmc->kmc_modname, NULL);
if ((fp = mdb_ctf_open(file, &ret)) == NULL) {
extern ctf_file_t *mdb_ctf_open(const char *, int *); /* Internal */
mod->mod_ctfp = mdb_ctf_open(fname, NULL);