Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mdb/common/mdb/
H A Dmdb.h248 extern mdb_module_t *mdb_get_module(void);
H A Dmdb_ctf.c414 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()
H A Dmdb.c1396 mdb_get_module(void) in mdb_get_module() function