Home
last modified time | relevance | path

Searched refs:dt_idhash_create (Results 1 – 9 of 9) sorted by relevance

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_ident.h142 extern dt_idhash_t *dt_idhash_create(const char *, const dt_ident_t *,
H A Ddt_pragma.c145 dt_idhash_create("pragma", NULL, 0, 0)) == NULL) in dt_pragma_attributes()
196 dt_idhash_create("pragma", NULL, 0, 0)) == NULL) in dt_pragma_binding()
H A Ddt_open.c1346 dtp->dt_macros = dt_idhash_create("macro", NULL, 0, UINT_MAX); in dt_vopen()
1347 dtp->dt_aggs = dt_idhash_create("aggregation", NULL, in dt_vopen()
1350 dtp->dt_globals = dt_idhash_create("global", _dtrace_globals, in dt_vopen()
1353 dtp->dt_tls = dt_idhash_create("thread local", NULL, in dt_vopen()
H A Ddt_xlator.c146 dxp->dx_locals = dt_idhash_create("xlparams", NULL, 0, 0); in dt_xlator_create()
H A Ddt_provider.c107 pvp->pv_probes = dt_idhash_create(pvp->pv_desc.dtvd_name, NULL, 0, 0); in dt_provider_create()
H A Ddt_ident.c645 dt_idhash_create(const char *name, const dt_ident_t *tmpl, in dt_idhash_create() function
H A Ddt_cc.c2448 yypcb->pcb_idents = dt_idhash_create("ambiguous", NULL, 0, 0); in dt_compile()
2449 yypcb->pcb_locals = dt_idhash_create("clause local", NULL, in dt_compile()
H A Ddt_module.c1051 if (dmp->dm_extern == NULL && (dmp->dm_extern = dt_idhash_create( in dt_module_extern()
H A Ddt_parser.c2353 inp->din_hash = dt_idhash_create("inline args", NULL, 0, 0); in dt_node_inline()