Home
last modified time | relevance | path

Searched refs:MDB_TGT_DEAD (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_target.h348 #define MDB_TGT_DEAD 4 /* Target is dead (core dump) */ macro
H A Dmdb_rawfile.c270 tsp->st_state = MDB_TGT_DEAD; in rf_status()
H A Dmdb_kproc.c876 tsp->st_state = MDB_TGT_DEAD; in kp_status()
H A Dmdb_kvm.c1313 MDB_TGT_DEAD : MDB_TGT_RUNNING; in kt_status()
H A Dmdb_target.c1083 if (t->t_status.st_state == MDB_TGT_DEAD) in tgt_continue()
H A Dmdb_cmds.c2732 case MDB_TGT_DEAD: in tgt_status()
H A Dmdb_proc.c3361 tsp->st_state = MDB_TGT_DEAD; in pt_status()