Searched defs:mc2 (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/krtld/
H A Dkobj_kdi.c175 struct modctl *mc2, struct module *mp2)
177 if (mc1->mod_loadcnt != mc2->mod_loadcnt || mc1->mod_mp != mc2->mod_mp)
174 kobj_kdi_mod_haschanged(struct modctl *mc1, struct module *mp1, struct modctl *mc2, struct module *mp2) argument
/illumos-gate/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_kdi.c131 struct modctl *mc2, struct module *mp2)
133 return (mdb.m_kdi->kdi_mod_haschanged(mc1, mp1, mc2, mp2));
130 kmdb_kdi_mod_haschanged(struct modctl *mc1, struct module *mp1, struct modctl *mc2, struct module *mp2) argument

Completed in 50 milliseconds