Searched refs:dt_idhash_create (Results 1 – 9 of 9) sorted by relevance
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | dt_ident.h | 142 extern dt_idhash_t *dt_idhash_create(const char *, const dt_ident_t *,
|
H A D | dt_pragma.c | 145 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 D | dt_open.c | 1346 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 D | dt_xlator.c | 146 dxp->dx_locals = dt_idhash_create("xlparams", NULL, 0, 0); in dt_xlator_create()
|
H A D | dt_provider.c | 107 pvp->pv_probes = dt_idhash_create(pvp->pv_desc.dtvd_name, NULL, 0, 0); in dt_provider_create()
|
H A D | dt_ident.c | 645 dt_idhash_create(const char *name, const dt_ident_t *tmpl, in dt_idhash_create() function
|
H A D | dt_cc.c | 2448 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 D | dt_module.c | 1051 if (dmp->dm_extern == NULL && (dmp->dm_extern = dt_idhash_create( in dt_module_extern()
|
H A D | dt_parser.c | 2353 inp->din_hash = dt_idhash_create("inline args", NULL, 0, 0); in dt_node_inline()
|