Home
last modified time | relevance | path

Searched refs:mdb_se_ops_t (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_target_impl.h165 } mdb_se_ops_t; typedef
173 const mdb_se_ops_t *se_ops; /* Pointer to ops vector */
304 const mdb_se_ops_t *, mdb_list_t *);
307 const mdb_se_ops_t *, void *);
310 const mdb_se_ops_t *, void *);
319 const mdb_se_ops_t *, mdb_list_t *);
322 const mdb_se_ops_t *, void *);
325 const mdb_se_ops_t *, void *);
330 extern int mdb_tgt_vespec_insert(mdb_tgt_t *, const mdb_se_ops_t *,
H A Dmdb_target.c2000 mdb_tgt_sespec_insert(mdb_tgt_t *t, const mdb_se_ops_t *ops, mdb_list_t *list) in mdb_tgt_sespec_insert()
2015 mdb_tgt_sespec_lookup_active(mdb_tgt_t *t, const mdb_se_ops_t *ops, void *args) in mdb_tgt_sespec_lookup_active()
2028 mdb_tgt_sespec_lookup_idle(mdb_tgt_t *t, const mdb_se_ops_t *ops, void *args) in mdb_tgt_sespec_lookup_idle()
2086 mdb_tgt_vespec_insert(mdb_tgt_t *t, const mdb_se_ops_t *ops, int flags, in mdb_tgt_vespec_insert()
H A Dmdb_proc.c117 static const mdb_se_ops_t proc_brkpt_ops;
118 static const mdb_se_ops_t proc_wapt_ops;
3787 static const mdb_se_ops_t proc_sysenter_ops = {
3847 static const mdb_se_ops_t proc_sysexit_ops = {
3907 static const mdb_se_ops_t proc_signal_ops = {
3970 static const mdb_se_ops_t proc_fault_ops = {
4212 static const mdb_se_ops_t proc_brkpt_ops = {
4385 static const mdb_se_ops_t proc_wapt_ops = {
/illumos-gate/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_kvm.c67 static const mdb_se_ops_t kmt_brkpt_ops;
68 static const mdb_se_ops_t kmt_wapt_ops;
1858 static const mdb_se_ops_t kmt_brkpt_ops = {
2071 static const mdb_se_ops_t kmt_wapt_ops = {
2138 static const mdb_se_ops_t kmt_trap_ops = {