Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb.h249 extern mdb_module_t *mdb_get_module(void);
H A Dmdb_ctf.c415 if ((mod = mdb_get_module()) == NULL) in mdb_ctf_module_lookup()
1635 if ((mod = mdb_get_module()) == NULL || (mfp = mod->mod_ctfp) == NULL) { in mdb_ctf_vread()
H A Dmdb.c1407 mdb_get_module(void) in mdb_get_module() function