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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_ks.h80 extern int mdb_get_soft_state_byaddr(uintptr_t, uint_t, uintptr_t *, void *,
/illumos-gate/usr/src/cmd/mdb/common/modules/mdb_ks/
H A Dmdb_ks.c1133 mdb_get_soft_state_byaddr(uintptr_t ssaddr, uint_t instance, function
1185 return (mdb_get_soft_state_byaddr(ssaddr, instance, state_addr,
/illumos-gate/usr/src/cmd/mdb/common/modules/dtrace/
H A Ddtrace.c1565 while (mdb_get_soft_state_byaddr(dw->dtsw_softstate, dw->dtsw_current,
1614 if (mdb_get_soft_state_byaddr(data->dtsd_softstate, minor,
2631 if (mdb_get_soft_state_byaddr(data->dtsd_softstate, minor,
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Ddevinfo.c1536 if (mdb_get_soft_state_byaddr(addr, instance, &statep, NULL, 0) == -1) {

Completed in 107 milliseconds