Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_target.h355 #define MDB_TGT_DSTOP 0x2 /* Stop directive is pending */ macro
H A Dmdb_target.c718 uint_t dstop = (t->t_status.st_flags & MDB_TGT_DSTOP); in mdb_tgt_status()
H A Dmdb_cmds.c2660 if (tsp->st_flags & MDB_TGT_DSTOP) in tgt_status()
H A Dmdb_proc.c3353 tsp->st_flags |= MDB_TGT_DSTOP; in pt_status()