Searched refs:dt_idhash_t (Results 1 - 15 of 15) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_ident.h129 } dt_idhash_t; typedef in typeref:struct:dt_idhash
132 dt_list_t dids_list; /* list meta-data for dt_idhash_t stack */
144 extern dt_idhash_t *dt_idhash_create(const char *, const dt_ident_t *,
146 extern void dt_idhash_destroy(dt_idhash_t *);
147 extern void dt_idhash_update(dt_idhash_t *);
148 extern dt_ident_t *dt_idhash_lookup(dt_idhash_t *, const char *);
149 extern int dt_idhash_nextid(dt_idhash_t *, uint_t *);
150 extern ulong_t dt_idhash_size(const dt_idhash_t *);
151 extern const char *dt_idhash_name(const dt_idhash_t *);
153 extern dt_ident_t *dt_idhash_insert(dt_idhash_t *, cons
[all...]
H A Ddt_pcb.h65 dt_idhash_t *pcb_locals; /* current hash table of local identifiers */
66 dt_idhash_t *pcb_idents; /* current hash table of ambiguous idents */
67 dt_idhash_t *pcb_pragmas; /* current hash table of pending pragmas */
H A Ddt_ident.c619 dt_idhash_populate(dt_idhash_t *dhp)
635 dt_idhash_t *
639 dt_idhash_t *dhp;
644 size = sizeof (dt_idhash_t) +
671 dt_idhash_destroy(dt_idhash_t *dhp)
695 dt_idhash_update(dt_idhash_t *dhp)
718 dt_idhash_lookup(dt_idhash_t *dhp, const char *name)
736 dt_idhash_nextid(dt_idhash_t *dhp, uint_t *p)
746 dt_idhash_size(const dt_idhash_t *dhp)
752 dt_idhash_name(const dt_idhash_t *dh
[all...]
H A Ddt_xlator.h47 dt_idhash_t *dx_locals; /* hash of local scope identifiers */
H A Ddt_provider.h46 dt_idhash_t *pv_probes; /* probe defs (if user-declared) */
H A Ddt_impl.h140 dt_idhash_t *dm_extern; /* external symbol definitions */
217 dt_idhash_t *dt_macros; /* hash table of macro variable identifiers */
218 dt_idhash_t *dt_aggs; /* hash table of aggregation identifiers */
219 dt_idhash_t *dt_globals; /* hash table of global identifiers */
220 dt_idhash_t *dt_tls; /* hash table of thread-local identifiers */
H A Ddt_pcb.c99 dt_pcb_pop_ident(dt_idhash_t *dhp, dt_ident_t *idp, void *arg)
H A Ddt_as.c82 dt_countvar(dt_idhash_t *dhp, dt_ident_t *idp, void *data)
94 dt_copyvar(dt_idhash_t *dhp, dt_ident_t *idp, void *data)
H A Ddt_pragma.c46 dt_pragma_apply(dt_idhash_t *dhp, dt_ident_t *idp)
48 dt_idhash_t *php;
H A Ddt_parser.h83 dt_idhash_t *_locals; /* local variable hash */
H A Ddt_program.c401 dt_header_decl(dt_idhash_t *dhp, dt_ident_t *idp, void *data)
454 dt_header_probe(dt_idhash_t *dhp, dt_ident_t *idp, void *data)
H A Ddt_cc.c139 dt_idreset(dt_idhash_t *dhp, dt_ident_t *idp, void *ignored)
148 dt_idpragma(dt_idhash_t *dhp, dt_ident_t *idp, void *ignored)
1551 dt_reduceid(dt_idhash_t *dhp, dt_ident_t *idp, dtrace_hdl_t *dtp)
H A Ddt_dof.c396 dof_add_probe(dt_idhash_t *dhp, dt_ident_t *idp, void *data)
H A Ddt_provider.c806 dt_probe_iter(dt_idhash_t *ihp, dt_ident_t *idp, dt_probe_iter_t *pit)
H A Ddt_parser.c1509 dt_idhash_t *dhp;
2576 dt_xcook_ident(dt_node_t *dnp, dt_idhash_t *dhp, uint_t idkind, int create)
3104 dt_idhash_t *dhp;

Completed in 98 milliseconds