Searched refs:mdb_se_ops_t (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_target_impl.h | 163 } mdb_se_ops_t; typedef 171 const mdb_se_ops_t *se_ops; /* Pointer to ops vector */ 302 const mdb_se_ops_t *, mdb_list_t *); 305 const mdb_se_ops_t *, void *); 308 const mdb_se_ops_t *, void *); 317 const mdb_se_ops_t *, mdb_list_t *); 320 const mdb_se_ops_t *, void *); 323 const mdb_se_ops_t *, void *); 328 extern int mdb_tgt_vespec_insert(mdb_tgt_t *, const mdb_se_ops_t *,
|
H A D | mdb_target.c | 2007 mdb_tgt_sespec_insert(mdb_tgt_t *t, const mdb_se_ops_t *ops, mdb_list_t *list) in mdb_tgt_sespec_insert() 2022 mdb_tgt_sespec_lookup_active(mdb_tgt_t *t, const mdb_se_ops_t *ops, void *args) in mdb_tgt_sespec_lookup_active() 2035 mdb_tgt_sespec_lookup_idle(mdb_tgt_t *t, const mdb_se_ops_t *ops, void *args) in mdb_tgt_sespec_lookup_idle() 2093 mdb_tgt_vespec_insert(mdb_tgt_t *t, const mdb_se_ops_t *ops, int flags, in mdb_tgt_vespec_insert()
|
H A D | mdb_proc.c | 115 static const mdb_se_ops_t proc_brkpt_ops; 116 static const mdb_se_ops_t proc_wapt_ops; 3716 static const mdb_se_ops_t proc_sysenter_ops = { 3776 static const mdb_se_ops_t proc_sysexit_ops = { 3836 static const mdb_se_ops_t proc_signal_ops = { 3899 static const mdb_se_ops_t proc_fault_ops = { 4141 static const mdb_se_ops_t proc_brkpt_ops = { 4314 static const mdb_se_ops_t proc_wapt_ops = {
|
/titanic_41/usr/src/cmd/mdb/common/kmdb/ |
H A D | kmdb_kvm.c | 63 static const mdb_se_ops_t kmt_brkpt_ops; 64 static const mdb_se_ops_t kmt_wapt_ops; 1860 static const mdb_se_ops_t kmt_brkpt_ops = { 2069 static const mdb_se_ops_t kmt_wapt_ops = { 2136 static const mdb_se_ops_t kmt_trap_ops = {
|