Home
last modified time | relevance | path

Searched refs:t_ops (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_target.c267 t->t_ops->t_deactivate(t); in mdb_tgt_destroy()
282 t->t_ops->t_destroy(t); in mdb_tgt_destroy()
347 t->t_ops->t_activate(t); in mdb_tgt_activate()
354 t->t_ops->t_periodic(t); in mdb_tgt_periodic()
360 return (t->t_ops->t_name(t)); in mdb_tgt_name()
366 return (t->t_ops->t_isa(t)); in mdb_tgt_isa()
384 return (t->t_ops->t_dmodel(t)); in mdb_tgt_dmodel()
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()
[all …]
H A Dmdb_value.c177 t->t_ops = &value_ops; in mdb_value_tgt_create()
H A Dmdb_target_impl.h226 const mdb_tgt_ops_t *t_ops; /* Pointer to target ops vector */ member
H A Dmdb_rawfile.c429 t->t_ops = &rawfile_ops; in mdb_rawfile_tgt_create()
H A Dmdb_kproc.c962 t->t_ops = &kproc_ops; in mdb_kproc_tgt_create()
H A Dmdb_proc.c5341 t->t_ops = &proc_ops; in mdb_proc_tgt_create()
/illumos-gate/usr/src/cmd/mdb/intel/mdb/
H A Dkvm_amd64dep.c219 t->t_ops = &kt_amd64_ops; in kt_amd64_init()
H A Dkvm_ia32dep.c214 t->t_ops = &kt_ia32_ops; in kt_ia32_init()
H A Dmdb_bhyve.c1492 tgt->t_ops = &bhyve_ops; in mdb_bhyve_tgt_create()
/illumos-gate/usr/src/cmd/mdb/common/modules/mdb_ds/
H A Dmdb_ds.c226 mdb_printf("+>\ttarget %p (%a)\n", addr, t.t_ops); in cmd_target()
/illumos-gate/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_kvm.c2521 t->t_ops = &kmt_ops; in kmdb_kvm_create()