Home
last modified time | relevance | path

Searched refs:MDB_TGT_ISTOP (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/cmd/mdb/common/mdb/
H A Dmdb_target.h347 #define MDB_TGT_ISTOP 0x1 /* Stop on event of interest */ macro
H A Dmdb_target.c713 uint_t istop = (t->t_status.st_flags & MDB_TGT_ISTOP); in mdb_tgt_status()
1172 if (!(t->t_status.st_flags & MDB_TGT_ISTOP)) { in tgt_continue()
1199 if (error != 0 || !(t->t_status.st_flags & MDB_TGT_ISTOP)) in tgt_continue()
1224 else if (t->t_status.st_flags & MDB_TGT_ISTOP) in tgt_continue()
H A Dmdb_proc.c3280 tsp->st_flags |= MDB_TGT_ISTOP; in pt_status()
/titanic_41/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_kvm.c1368 tsp->st_flags |= MDB_TGT_ISTOP; in kmt_status()