Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mdb/common/mdb/
H A Dmdb_module.c308 ASSERT(mdb.m_mhead == NULL); in mdb_module_create()
309 mdb.m_mtail = mdb.m_mhead = mod; in mdb_module_create()
378 ASSERT(mdb.m_mhead == mod); in mdb_module_unload_common()
379 mdb.m_mhead = mod->mod_next; in mdb_module_unload_common()
H A Dmdb.h138 mdb_module_t *m_mhead; /* Head of module list (in load order) */ member
H A Dmdb_target.c208 for (mp = mdb.m_mhead; mp != NULL; mp = mp->mod_next) { in mdb_tgt_create()