Home
last modified time | relevance | path

Searched refs:mdb_get_state (Results 1 – 11 of 11) sorted by relevance

/titanic_41/usr/src/cmd/mdb/common/mdb/
H A Dmdb_modapi.h339 extern int mdb_get_state(void);
H A Dmdb_modapi.c967 mdb_get_state(void) in mdb_get_state() function
/titanic_41/usr/src/cmd/mdb/common/modules/conf/
H A Dmapfile-extern104 mdb_get_state { FLAGS = EXTERN };
/titanic_41/usr/src/cmd/mdb/common/modules/mdb_test/
H A Dmdb_test.c156 state = mdb_get_state(); in cmd_runtest()
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Dsobj.c422 if ((state = mdb_get_state()) == MDB_STATE_DEAD || in rwlock_walk()
H A Dleaky_subr.c385 if ((state = mdb_get_state()) == MDB_STATE_RUNNING) { in leaky_subr_estimate()
H A Dfindstack.c744 force |= (mdb_get_state() == MDB_STATE_RUNNING); in stacks()
H A Dmemory.c1520 if (pp == 0 && mdb_get_state() != MDB_STATE_RUNNING) { in segvn_pages_walk_step()
H A Dgenunix.c2261 if (mdb_get_state() == MDB_STATE_RUNNING) { in kgrep_subr()
/titanic_41/usr/src/cmd/mdb/common/modules/mpt_sas/
H A Dmpt_sas.c466 if ((state = mdb_get_state()) == MDB_STATE_RUNNING) { in display_slotinfo()
/titanic_41/usr/src/cmd/mdb/common/modules/qlc/
H A Dqlc.c531 if ((mdbs = mdb_get_state()) == MDB_STATE_DEAD) { in qlc_el_dcmd()
1594 if ((mdbs = mdb_get_state()) == MDB_STATE_DEAD) {