Searched refs:a2m (Results 1 - 1 of 1) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/mdb_ks/
H A Dmdb_ks.c806 a2m_walk_modctl(uintptr_t addr, const struct modctl *m, a2m_query_t *a2m) argument
818 if (a2m->a2m_addr >= (uintptr_t)mod.text &&
819 a2m->a2m_addr < (uintptr_t)mod.text + mod.text_size)
822 if (a2m->a2m_addr >= (uintptr_t)mod.data &&
823 a2m->a2m_addr < (uintptr_t)mod.data + mod.data_size)
829 a2m->a2m_where = addr;
836 a2m_query_t a2m; local
838 a2m.a2m_addr = addr;
839 a2m.a2m_where = NULL;
841 (void) mdb_walk("modctl", (mdb_walk_cb_t)a2m_walk_modctl, &a2m);
[all...]

Completed in 103 milliseconds