Home
last modified time | relevance | path

Searched refs:mdb_get_soft_state_byaddr (Results 1 – 5 of 5) sorted by relevance

/titanic_41/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 *,
/titanic_41/usr/src/cmd/mdb/common/modules/conf/
H A Dmapfile-extern103 mdb_get_soft_state_byaddr { FLAGS = EXTERN };
/titanic_41/usr/src/cmd/mdb/common/modules/mdb_ks/
H A Dmdb_ks.c1133 mdb_get_soft_state_byaddr(uintptr_t ssaddr, uint_t instance, in mdb_get_soft_state_byaddr() function
1185 return (mdb_get_soft_state_byaddr(ssaddr, instance, state_addr, in mdb_get_soft_state_byname()
/titanic_41/usr/src/cmd/mdb/common/modules/dtrace/
H A Ddtrace.c1565 while (mdb_get_soft_state_byaddr(dw->dtsw_softstate, dw->dtsw_current, in dtrace_state_step()
1614 if (mdb_get_soft_state_byaddr(data->dtsd_softstate, minor, in dtrace_state_file()
2631 if (mdb_get_soft_state_byaddr(data->dtsd_softstate, minor, in pid2state_file()
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Ddevinfo.c1499 if (mdb_get_soft_state_byaddr(addr, instance, &statep, NULL, 0) == -1) { in softstate()