Searched refs:MDB_TGT_ISTOP (Results 1 – 4 of 4) sorted by relevance
347 #define MDB_TGT_ISTOP 0x1 /* Stop on event of interest */ macro
713 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()
3280 tsp->st_flags |= MDB_TGT_ISTOP; in pt_status()
1368 tsp->st_flags |= MDB_TGT_ISTOP; in kmt_status()