Searched refs:t_cont (Results 1 – 11 of 11) sorted by relevance
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_target.c | 1063 int (*t_cont)(mdb_tgt_t *, mdb_tgt_status_t *)) in tgt_continue() 1094 t_cont = t->t_ops->t_step; in tgt_continue() 1096 t_cont = t->t_ops->t_step; in tgt_continue() 1098 t_cont = t->t_ops->t_cont; in tgt_continue() 1112 t_cont = t->t_ops->t_cont; in tgt_continue() 1204 if (t_cont != t->t_ops->t_step || pc == t->t_status.st_pc) { in tgt_continue() 1205 if (t_cont(t, &t->t_status) != 0) in tgt_continue() 1310 int (*t_cont)(mdb_tgt_t *, mdb_tgt_status_t *)) in tgt_request_continue() 1323 status = tgt_continue(t, tsp, t_cont); in tgt_request_continue() 1389 return (tgt_request_continue(t, tsp, 0, t->t_ops->t_cont)); in mdb_tgt_step_out() [all …]
|
H A D | mdb_value.c | 147 .t_cont = (int (*)())(uintptr_t)mdb_tgt_notsup,
|
H A D | mdb_target_impl.h | 109 int (*t_cont)(mdb_tgt_t *, mdb_tgt_status_t *); member
|
H A D | mdb_rawfile.c | 400 .t_cont = (int (*)())(uintptr_t)mdb_tgt_notsup,
|
H A D | mdb_cmds.c | 2757 int (*t_cont)(mdb_tgt_t *, mdb_tgt_status_t *), const char *name) in cmd_cont_common() 2790 if (st.st_state == MDB_TGT_IDLE && t_cont == &mdb_tgt_step) { in cmd_cont_common() 2795 if (t_cont(t, &st) == -1) { in cmd_cont_common()
|
H A D | mdb_kproc.c | 925 .t_cont = (int (*)())(uintptr_t)mdb_tgt_notsup,
|
H A D | mdb_proc.c | 4742 .t_cont = pt_continue,
|
/illumos-gate/usr/src/cmd/mdb/intel/mdb/ |
H A D | kvm_ia32dep.c | 141 .t_cont = (int (*)())mdb_tgt_notsup,
|
H A D | kvm_amd64dep.c | 141 .t_cont = (int (*)())(uintptr_t)mdb_tgt_notsup,
|
H A D | mdb_bhyve.c | 1446 .t_cont = bhyve_cont,
|
/illumos-gate/usr/src/cmd/mdb/common/kmdb/ |
H A D | kmdb_kvm.c | 2436 .t_cont = kmt_continue,
|