Searched refs:tgt_request_continue (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_target.c | 1310 * to tgt_continue() that made us busy into the tgt_request_continue() call 1315 tgt_request_continue(mdb_tgt_t *t, mdb_tgt_status_t *tsp, uint_t tflag, function 1388 return (tgt_request_continue(t, tsp, MDB_TGT_F_STEP, t->t_ops->t_step)); 1395 return (tgt_request_continue(t, tsp, 0, t->t_ops->t_cont)); 1402 return (tgt_request_continue(t, tsp, 0, t->t_ops->t_cont)); 1409 return (tgt_request_continue(t, tsp, 0, t->t_ops->t_step)); 1415 return (tgt_request_continue(t, tsp, MDB_TGT_F_CONT, t->t_ops->t_cont));
|
Completed in 48 milliseconds