Home
last modified time | relevance | path

Searched refs:mdb_prop_postmortem (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_kvm.c281 !mdb_prop_postmortem; in kt_setflags()
480 if (mdb_prop_postmortem) { in kt_status_dcmd()
568 mdb_prop_postmortem = kt->k_xpv_domu || (kt->k_dumphdr != NULL); in kt_activate()
580 if (mdb_prop_postmortem && strcmp(mdb.m_root, "/") == 0 && in kt_activate()
597 if (mdb_prop_postmortem && kt->k_dumphdr != NULL) { in kt_activate()
675 mdb_prop_postmortem = FALSE; in kt_deactivate()
H A Dmdb_modapi.h101 extern int mdb_prop_postmortem; /* Are we looking at a static dump? */
H A Dmdb_kproc.c360 mdb_prop_postmortem = TRUE; in kp_activate()
398 mdb_prop_postmortem = FALSE; in kp_deactivate()
1042 if (mdb_prop_postmortem == FALSE && in mdb_kproc_tgt_create()
H A Dmdb_modapi.c58 int mdb_prop_postmortem = FALSE; /* Are we examining a dump? */ variable
H A Dmdb_proc.c2326 mdb_prop_postmortem = (Pstate(t->t_pshandle) == PS_DEAD); in pt_activate()
2329 mdb_prop_kernel = mdb_prop_postmortem = FALSE; in pt_activate()
2338 if (mdb_prop_postmortem == TRUE && in pt_activate()
2405 mdb_prop_postmortem = FALSE; in pt_deactivate()
/illumos-gate/usr/src/cmd/mdb/common/modules/mdb_ks/
H A Dmdb_ks.c199 if (dnlc_hash && mdb_prop_postmortem) { in dnlc_load()
207 if (mdb_prop_postmortem) { in dnlc_load()
1812 if (mdb_prop_postmortem) { in mdb_gethrtime()
/illumos-gate/usr/src/cmd/mdb/common/modules/conf/
H A Dmapfile-extern143 mdb_prop_postmortem { FLAGS = EXTERN };
/illumos-gate/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_kvm.c2365 mdb_prop_postmortem = FALSE; in kmt_activate()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dtypegraph.c2384 if (!mdb_prop_postmortem) { in typegraph()
H A Dgenunix.c4052 if (!mdb_prop_postmortem) { in panicinfo()