Searched refs:t_step (Results 1 – 2 of 2) sorted by relevance
105 int (*t_step)(mdb_tgt_t *, mdb_tgt_status_t *); member
1088 t_cont = t->t_ops->t_step; in tgt_continue()1090 t_cont = t->t_ops->t_step; in tgt_continue()1210 if (t_cont != t->t_ops->t_step || pc == t->t_status.st_pc) { in tgt_continue()1388 return (tgt_request_continue(t, tsp, MDB_TGT_F_STEP, t->t_ops->t_step)); in mdb_tgt_step()1409 return (tgt_request_continue(t, tsp, 0, t->t_ops->t_step)); in mdb_tgt_next()