Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_modapi.h347 extern int mdb_get_state(void);
H A Dmdb_modapi.c1166 mdb_get_state(void) in mdb_get_state() function
/illumos-gate/usr/src/cmd/mdb/common/modules/mdb_test/
H A Dmdb_test.c155 state = mdb_get_state(); in cmd_runtest()
/illumos-gate/usr/src/cmd/mdb/common/modules/conf/
H A Dmapfile-extern111 mdb_get_state { FLAGS = EXTERN };
/illumos-gate/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.c383 if ((state = mdb_get_state()) == MDB_STATE_RUNNING) { in leaky_subr_estimate()
H A Dfindstack.c756 force |= (mdb_get_state() == MDB_STATE_RUNNING); in stacks()
H A Dmemory.c1555 if (pp == 0 && mdb_get_state() != MDB_STATE_RUNNING) { in segvn_pages_walk_step()
H A Dgenunix.c2491 if (mdb_get_state() == MDB_STATE_RUNNING) { in kgrep_subr()
/illumos-gate/usr/src/cmd/mdb/common/modules/mpt_sas/
H A Dmpt_sas.c467 if ((state = mdb_get_state()) == MDB_STATE_RUNNING) { in display_slotinfo()
/illumos-gate/usr/src/cmd/mdb/common/modules/qlc/
H A Dqlc.c549 if ((mdbs = mdb_get_state()) == MDB_STATE_DEAD) { in qlc_el_dcmd()
1612 if ((mdbs = mdb_get_state()) == MDB_STATE_DEAD) {