Home
last modified time | relevance | path

Searched refs:mdb_nv_t (Results 1 – 14 of 14) sorted by relevance

/titanic_50/usr/src/cmd/mdb/common/mdb/
H A Dmdb_nv.h118 } 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 Dmdb.h142 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 Dmdb_nv.c124 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 Dmdb_module.h52 mdb_nv_t mod_dcmds; /* Module dcmds hash */
53 mdb_nv_t mod_walkers; /* Module walkers hash */
H A Dmdb_tab.h47 mdb_nv_t mtc_nv;
H A Dmdb_proc.h151 mdb_nv_t p_regs; /* Register descriptions */
165 mdb_nv_t p_env; /* Current environment */
H A Dmdb_gelf.h72 mdb_nv_t gst_nv; /* Name/value hash for name lookups */
H A Dmdb_kvm.h88 mdb_nv_t k_modules; /* Hash table of modules */
H A Dmdb_typedef.c414 mdb_nv_t nv; in typedef_validate()
H A Dmdb_gelf.c936 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 Dmdb_cmds.c1626 mdb_nv_t vers_nv; in showrev_objectversions()
/titanic_50/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_dpi.c220 mdb_nv_t res_loads;
221 mdb_nv_t res_unloads;
321 print_modules(mdb_nv_t *mods) in print_modules()
H A Dkvm.h81 mdb_nv_t kmt_modules; /* Hash table of modules */
/titanic_50/usr/src/cmd/mdb/sparc/mdb/
H A Dproc_isadep.c520 pt_addfpreg(mdb_nv_t *nvp, uint_t rnum, uint_t rnam, char pref, ushort_t flags) in pt_addfpreg()