Home
last modified time | relevance | path

Searched defs:dpi_ops (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_dpi_impl.h56 struct dpi_ops { struct
57 int (*dpo_init)(kmdb_auxv_t *);
59 void (*dpo_debugger_activate)(kdi_debugvec_t **, uint_t);
60 void (*dpo_debugger_deactivate)(void);
62 void (*dpo_enter_mon)(void);
64 void (*dpo_modchg_register)(void (*)(struct modctl *, int));
65 void (*dpo_modchg_cancel)(void);
67 int (*dpo_get_cpu_state)(int);
68 int (*dpo_get_master_cpuid)(void);
70 const mdb_tgt_gregset_t *(*dpo_get_gregs)(int);
[all …]