Home
last modified time | relevance | path

Searched refs:MDB_TGT_LOST (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/cmd/mdb/common/mdb/
H A Dmdb_target.h342 #define MDB_TGT_LOST 5 /* Target lost by debugger */ macro
H A Dmdb_target.c732 if (state > MDB_TGT_LOST) in mdb_tgt_status()
1079 if (t->t_status.st_state == MDB_TGT_LOST) in tgt_continue()
1176 else if (t->t_status.st_state == MDB_TGT_LOST) in tgt_continue()
1222 else if (t->t_status.st_state == MDB_TGT_LOST) in tgt_continue()
H A Dmdb_proc.c737 status.st_state == MDB_TGT_LOST) in pt_fork()
3287 tsp->st_state = MDB_TGT_LOST; in pt_status()
H A Dmdb_cmds.c2569 case MDB_TGT_LOST: in tgt_status()
/titanic_50/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_kvm.c1372 tsp->st_state = MDB_TGT_LOST; in kmt_status()