Home
last modified time | relevance | path

Searched refs:t_step (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/mdb/common/mdb/
H A Dmdb_target_impl.h105 int (*t_step)(mdb_tgt_t *, mdb_tgt_status_t *); member
H A Dmdb_target.c1088 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()