dt_idhash_t
dt_countvar(dt_idhash_t *dhp, dt_ident_t *idp, void *data)
dt_copyvar(dt_idhash_t *dhp, dt_ident_t *idp, void *data)
dt_idreset(dt_idhash_t *dhp, dt_ident_t *idp, void *ignored)
dt_idpragma(dt_idhash_t *dhp, dt_ident_t *idp, void *ignored)
dt_reduceid(dt_idhash_t *dhp, dt_ident_t *idp, dtrace_hdl_t *dtp)
dof_add_probe(dt_idhash_t *dhp, dt_ident_t *idp, void *data)
dt_idhash_populate(dt_idhash_t *dhp)
dt_idhash_t *
dt_idhash_t *dhp;
size = sizeof (dt_idhash_t) +
dt_idhash_destroy(dt_idhash_t *dhp)
dt_idhash_update(dt_idhash_t *dhp)
dt_idhash_lookup(dt_idhash_t *dhp, const char *name)
dt_idhash_nextid(dt_idhash_t *dhp, uint_t *p)
dt_idhash_size(const dt_idhash_t *dhp)
dt_idhash_name(const dt_idhash_t *dhp)
dt_idhash_insert(dt_idhash_t *dhp, const char *name, ushort_t kind,
dt_idhash_xinsert(dt_idhash_t *dhp, dt_ident_t *idp)
dt_idhash_delete(dt_idhash_t *dhp, dt_ident_t *key)
dt_idhash_iter(dt_idhash_t *dhp, dt_idhash_f *func, void *data)
dt_idhash_t *dhp;
dt_idstack_push(dt_idstack_t *sp, dt_idhash_t *dhp)
dt_idstack_pop(dt_idstack_t *sp, dt_idhash_t *dhp)
extern dt_idhash_t *dt_idhash_create(const char *, const dt_ident_t *,
extern void dt_idhash_destroy(dt_idhash_t *);
extern void dt_idhash_update(dt_idhash_t *);
extern dt_ident_t *dt_idhash_lookup(dt_idhash_t *, const char *);
extern int dt_idhash_nextid(dt_idhash_t *, uint_t *);
extern ulong_t dt_idhash_size(const dt_idhash_t *);
extern const char *dt_idhash_name(const dt_idhash_t *);
extern dt_ident_t *dt_idhash_insert(dt_idhash_t *, const char *, ushort_t,
extern void dt_idhash_xinsert(dt_idhash_t *, dt_ident_t *);
extern void dt_idhash_delete(dt_idhash_t *, dt_ident_t *);
typedef int dt_idhash_f(dt_idhash_t *, dt_ident_t *, void *);
extern int dt_idhash_iter(dt_idhash_t *, dt_idhash_f *, void *);
extern void dt_idstack_push(dt_idstack_t *, dt_idhash_t *);
extern void dt_idstack_pop(dt_idstack_t *, dt_idhash_t *);
dt_idhash_t *dm_extern; /* external symbol definitions */
dt_idhash_t *dt_macros; /* hash table of macro variable identifiers */
dt_idhash_t *dt_aggs; /* hash table of aggregation identifiers */
dt_idhash_t *dt_globals; /* hash table of global identifiers */
dt_idhash_t *dt_tls; /* hash table of thread-local identifiers */
dt_idhash_t *dhp;
dt_xcook_ident(dt_node_t *dnp, dt_idhash_t *dhp, uint_t idkind, int create)
dt_idhash_t *dhp;
dt_idhash_t *dhp = NULL;
dt_idhash_t *_locals; /* local variable hash */
dt_pcb_pop_ident(dt_idhash_t *dhp, dt_ident_t *idp, void *arg)
dt_idhash_t *pcb_locals; /* current hash table of local identifiers */
dt_idhash_t *pcb_idents; /* current hash table of ambiguous idents */
dt_idhash_t *pcb_pragmas; /* current hash table of pending pragmas */
dt_pragma_apply(dt_idhash_t *dhp, dt_ident_t *idp)
dt_idhash_t *php;
dt_header_decl(dt_idhash_t *dhp, dt_ident_t *idp, void *data)
dt_header_probe(dt_idhash_t *dhp, dt_ident_t *idp, void *data)
dt_probe_iter(dt_idhash_t *ihp, dt_ident_t *idp, dt_probe_iter_t *pit)
dt_idhash_t *pv_probes; /* probe defs (if user-declared) */
dt_idhash_t *dx_locals; /* hash of local scope identifiers */