Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_target.h344 #define MDB_TGT_IDLE 0 /* Target is idle (not running yet) */ macro
H A Dmdb_cmds.c2095 if (mdb_tgt_status(tgt, &st) == 0 && st.st_state == MDB_TGT_IDLE) in cmd_dis()
2311 &st) == 0 && st.st_state == MDB_TGT_IDLE) in cmd_dump()
2656 case MDB_TGT_IDLE: in tgt_status()
2719 if (st.st_state == MDB_TGT_IDLE && mdb_tgt_run(t, 0, NULL) == -1) { in cmd_cont_common()
2730 if (st.st_state == MDB_TGT_IDLE && t_cont == &mdb_tgt_step) { in cmd_cont_common()
H A Dmdb_rawfile.c272 tsp->st_state = MDB_TGT_IDLE; in rf_status()
H A Dmdb_proc.c3333 tsp->st_state = MDB_TGT_IDLE; in pt_status()
3367 tsp->st_state = MDB_TGT_IDLE; in pt_status()