Searched refs:mdb_tgt_step (Results 1 – 3 of 3) sorted by relevance
360 extern int mdb_tgt_step(mdb_tgt_t *, mdb_tgt_status_t *);
2790 if (st.st_state == MDB_TGT_IDLE && t_cont == &mdb_tgt_step) { in cmd_cont_common()2807 int (*func)(mdb_tgt_t *, mdb_tgt_status_t *) = &mdb_tgt_step; in cmd_step()
1380 mdb_tgt_step(mdb_tgt_t *t, mdb_tgt_status_t *tsp) in mdb_tgt_step() function