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 D | mdb_ks.h | 80 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 D | mapfile-extern | 103 mdb_get_soft_state_byaddr { FLAGS = EXTERN };
|
/titanic_41/usr/src/cmd/mdb/common/modules/mdb_ks/ |
H A D | mdb_ks.c | 1133 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 D | dtrace.c | 1565 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 D | devinfo.c | 1499 if (mdb_get_soft_state_byaddr(addr, instance, &statep, NULL, 0) == -1) { in softstate()
|