Home
last modified time | relevance | path

Searched refs:m_lmod (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_whatis.c394 if (mdb.m_lmod == NULL) { in mdb_whatis_register()
427 wcp->wcb_module = mdb.m_lmod; in mdb_whatis_register()
428 wcp->wcb_modname = mdb.m_lmod->mod_name; in mdb_whatis_register()
502 if (mdb.m_lmod != NULL) { in cmd_whatis()
643 if (mdb.m_lmod != NULL) in whatis_help()
H A Dmdb_modapi.c913 if (mdb.m_lmod == NULL) { in mdb_add_walker()
917 mp = mdb.m_lmod; in mdb_add_walker()
927 if (mdb.m_lmod == NULL) { in mdb_remove_walker()
931 mp = mdb.m_lmod; in mdb_remove_walker()
1185 if (mdb.m_lmod != NULL) in mdb_callback_add()
1186 m = mdb.m_lmod; in mdb_callback_add()
H A Dmdb_module.c123 mdb.m_lmod = mod; /* Mark module as currently loading */ in mdb_module_create()
316 mdb.m_lmod = NULL; in mdb_module_create()
337 mdb.m_lmod = NULL; in mdb_module_create()
H A Dmdb.h165 mdb_module_t *m_lmod; /* Pointer to loading module, if in load */ member
H A Dmdb_disasm.c64 if ((dp->dis_module = mdb.m_lmod) == NULL) in mdb_dis_create()
H A Dmdb.c1409 if (mdb.m_lmod) in mdb_get_module()
1410 return (mdb.m_lmod); in mdb_get_module()