mdb_se_ops_t
static const mdb_se_ops_t kmt_brkpt_ops = {
static const mdb_se_ops_t kmt_wapt_ops = {
static const mdb_se_ops_t kmt_trap_ops = {
static const mdb_se_ops_t kmt_brkpt_ops;
static const mdb_se_ops_t kmt_wapt_ops;
static const mdb_se_ops_t proc_brkpt_ops;
static const mdb_se_ops_t proc_wapt_ops;
static const mdb_se_ops_t proc_sysenter_ops = {
static const mdb_se_ops_t proc_sysexit_ops = {
static const mdb_se_ops_t proc_signal_ops = {
static const mdb_se_ops_t proc_fault_ops = {
static const mdb_se_ops_t proc_brkpt_ops = {
static const mdb_se_ops_t proc_wapt_ops = {
mdb_tgt_sespec_insert(mdb_tgt_t *t, const mdb_se_ops_t *ops, mdb_list_t *list)
mdb_tgt_sespec_lookup_active(mdb_tgt_t *t, const mdb_se_ops_t *ops, void *args)
mdb_tgt_sespec_lookup_idle(mdb_tgt_t *t, const mdb_se_ops_t *ops, void *args)
mdb_tgt_vespec_insert(mdb_tgt_t *t, const mdb_se_ops_t *ops, int flags,
const mdb_se_ops_t *se_ops; /* Pointer to ops vector */
const mdb_se_ops_t *, mdb_list_t *);
const mdb_se_ops_t *, void *);
const mdb_se_ops_t *, void *);
const mdb_se_ops_t *, mdb_list_t *);
const mdb_se_ops_t *, void *);
const mdb_se_ops_t *, void *);
extern int mdb_tgt_vespec_insert(mdb_tgt_t *, const mdb_se_ops_t *,