Searched refs:mdb_nv_t (Results 1 – 14 of 14) sorted by relevance
/titanic_50/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_nv.h | 118 } mdb_nv_t; typedef 120 extern mdb_nv_t *mdb_nv_create(mdb_nv_t *, uint_t); 121 extern void mdb_nv_destroy(mdb_nv_t *); 123 extern mdb_var_t *mdb_nv_insert(mdb_nv_t *, const char *, 126 extern mdb_var_t *mdb_nv_lookup(mdb_nv_t *, const char *); 127 extern void mdb_nv_remove(mdb_nv_t *, mdb_var_t *); 129 extern void mdb_nv_rewind(mdb_nv_t *); 130 extern mdb_var_t *mdb_nv_advance(mdb_nv_t *); 131 extern mdb_var_t *mdb_nv_peek(mdb_nv_t *); 132 extern size_t mdb_nv_size(mdb_nv_t *); [all …]
|
H A D | mdb.h | 142 mdb_nv_t m_disasms; /* Hash of available disassemblers */ 145 mdb_nv_t m_modules; /* Name/value hash for loadable modules */ 146 mdb_nv_t m_dcmds; /* Name/value hash for extended commands */ 147 mdb_nv_t m_walkers; /* Name/value hash for walk operations */ 148 mdb_nv_t m_nv; /* Name/value hash for named variables */ 184 mdb_nv_t m_macaliases; /* Name/value hash of ADB macro aliases */ 193 mdb_nv_t m_dmodctl; /* dmod name -> kmdb_modctl hash */
|
H A D | mdb_nv.c | 124 mdb_nv_t * 125 mdb_nv_create(mdb_nv_t *nv, uint_t um_flags) in mdb_nv_create() 142 mdb_nv_destroy(mdb_nv_t *nv) in mdb_nv_destroy() 161 mdb_nv_lookup(mdb_nv_t *nv, const char *name) in mdb_nv_lookup() 179 nv_var_interpos(mdb_nv_t *nv, size_t i, mdb_var_t *v, mdb_var_t *w) in nv_var_interpos() 215 mdb_nv_insert(mdb_nv_t *nv, const char *name, const mdb_nv_disc_t *disc, in mdb_nv_insert() 296 mdb_nv_remove(mdb_nv_t *nv, mdb_var_t *corpse) in mdb_nv_remove() 349 mdb_nv_rewind(mdb_nv_t *nv) in mdb_nv_rewind() 363 mdb_nv_advance(mdb_nv_t *nv) in mdb_nv_advance() 388 mdb_nv_peek(mdb_nv_t *nv) in mdb_nv_peek() [all …]
|
H A D | mdb_module.h | 52 mdb_nv_t mod_dcmds; /* Module dcmds hash */ 53 mdb_nv_t mod_walkers; /* Module walkers hash */
|
H A D | mdb_tab.h | 47 mdb_nv_t mtc_nv;
|
H A D | mdb_proc.h | 151 mdb_nv_t p_regs; /* Register descriptions */ 165 mdb_nv_t p_env; /* Current environment */
|
H A D | mdb_gelf.h | 72 mdb_nv_t gst_nv; /* Name/value hash for name lookups */
|
H A D | mdb_kvm.h | 88 mdb_nv_t k_modules; /* Hash table of modules */
|
H A D | mdb_typedef.c | 414 mdb_nv_t nv; in typedef_validate()
|
H A D | mdb_gelf.c | 936 mdb_nv_t *nv = &gst->gst_nv; in gelf32_symtab_init() 1033 mdb_nv_t *nv = &gst->gst_nv; in gelf64_symtab_init()
|
H A D | mdb_cmds.c | 1626 mdb_nv_t vers_nv; in showrev_objectversions()
|
/titanic_50/usr/src/cmd/mdb/common/kmdb/ |
H A D | kmdb_dpi.c | 220 mdb_nv_t res_loads; 221 mdb_nv_t res_unloads; 321 print_modules(mdb_nv_t *mods) in print_modules()
|
H A D | kvm.h | 81 mdb_nv_t kmt_modules; /* Hash table of modules */
|
/titanic_50/usr/src/cmd/mdb/sparc/mdb/ |
H A D | proc_isadep.c | 520 pt_addfpreg(mdb_nv_t *nvp, uint_t rnum, uint_t rnam, char pref, ushort_t flags) in pt_addfpreg()
|