Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_target.h356 #define MDB_TGT_BUSY 0x4 /* Busy in debugger */ macro
H A Dmdb_target.c1285 t->t_status.st_flags &= ~MDB_TGT_BUSY; in tgt_continue()
H A Dmdb_cmds.c2702 if (tsp->st_flags & MDB_TGT_BUSY) in tgt_status()
H A Dmdb_proc.c3374 tsp->st_flags |= MDB_TGT_BUSY; in pt_status()