Searched refs:m_mhead (Results 1 – 3 of 3) sorted by relevance
308 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()
138 mdb_module_t *m_mhead; /* Head of module list (in load order) */ member
208 for (mp = mdb.m_mhead; mp != NULL; mp = mp->mod_next) { in mdb_tgt_create()