Searched refs:mdb_get_module (Results 1 – 3 of 3) sorted by relevance
248 extern mdb_module_t *mdb_get_module(void);
414 if ((mod = mdb_get_module()) == NULL) in mdb_ctf_module_lookup()1591 if ((mod = mdb_get_module()) == NULL || (mfp = mod->mod_ctfp) == NULL) { in mdb_ctf_vread()
1396 mdb_get_module(void) in mdb_get_module() function