Searched defs:mc2 (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/krtld/ |
H A D | kobj_kdi.c | 175 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 D | kmdb_kdi.c | 131 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