Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_ident.h140 extern dt_idhash_t *dt_idhash_create(const char *, const dt_ident_t *,
H A Ddt_pragma.c140 dt_idhash_create("pragma", NULL, 0, 0)) == NULL) in dt_pragma_attributes()
191 dt_idhash_create("pragma", NULL, 0, 0)) == NULL) in dt_pragma_binding()
H A Ddt_open.c1048 dtp->dt_macros = dt_idhash_create("macro", NULL, 0, UINT_MAX); in dt_vopen()
1049 dtp->dt_aggs = dt_idhash_create("aggregation", NULL, in dt_vopen()
1052 dtp->dt_globals = dt_idhash_create("global", _dtrace_globals, in dt_vopen()
1055 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.c102 pvp->pv_probes = dt_idhash_create(pvp->pv_desc.dtvd_name, NULL, 0, 0); in dt_provider_create()
H A Ddt_ident.c635 dt_idhash_create(const char *name, const dt_ident_t *tmpl, in dt_idhash_create() function
H A Ddt_cc.c2387 yypcb->pcb_idents = dt_idhash_create("ambiguous", NULL, 0, 0); in dt_compile()
2388 yypcb->pcb_locals = dt_idhash_create("clause local", NULL, in dt_compile()
H A Ddt_module.c969 if (dmp->dm_extern == NULL && (dmp->dm_extern = dt_idhash_create( in dt_module_extern()
H A Ddt_parser.c2336 inp->din_hash = dt_idhash_create("inline args", NULL, 0, 0); in dt_node_inline()