Searched refs:dt_idhash_create (Results 1 - 9 of 9) sorted by relevance
/illumos-gate/usr/src/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 | 140 dt_idhash_create("pragma", NULL, 0, 0)) == NULL) 191 dt_idhash_create("pragma", NULL, 0, 0)) == NULL)
|
H A D | dt_open.c | 1044 dtp->dt_macros = dt_idhash_create("macro", NULL, 0, UINT_MAX); 1045 dtp->dt_aggs = dt_idhash_create("aggregation", NULL, 1048 dtp->dt_globals = dt_idhash_create("global", _dtrace_globals, 1051 dtp->dt_tls = dt_idhash_create("thread local", NULL,
|
H A D | dt_xlator.c | 146 dxp->dx_locals = dt_idhash_create("xlparams", NULL, 0, 0);
|
H A D | dt_ident.c | 633 dt_idhash_create(const char *name, const dt_ident_t *tmpl, function
|
H A D | dt_provider.c | 102 pvp->pv_probes = dt_idhash_create(pvp->pv_desc.dtvd_name, NULL, 0, 0);
|
H A D | dt_cc.c | 2387 yypcb->pcb_idents = dt_idhash_create("ambiguous", NULL, 0, 0); 2388 yypcb->pcb_locals = dt_idhash_create("clause local", NULL,
|
H A D | dt_module.c | 969 if (dmp->dm_extern == NULL && (dmp->dm_extern = dt_idhash_create(
|
H A D | dt_parser.c | 2324 inp->din_hash = dt_idhash_create("inline args", NULL, 0, 0);
|
Completed in 105 milliseconds