Searched refs:dt_globals (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_pcb.c84 dt_idstack_push(&pcb->pcb_globals, dtp->dt_globals);
158 (void) dt_idhash_iter(dtp->dt_globals, dt_pcb_pop_ident, dtp);
159 dt_idhash_update(dtp->dt_globals);
H A Ddt_pragma.c146 if (dtp->dt_globals->dh_defer == NULL)
147 dtp->dt_globals->dh_defer = &dt_pragma_apply;
197 if (dtp->dt_globals->dh_defer == NULL)
198 dtp->dt_globals->dh_defer = &dt_pragma_apply;
H A Ddt_xlator.c181 if (dtp->dt_globals->dh_defer != NULL && yypcb->pcb_pragmas != NULL &&
183 dtp->dt_globals->dh_defer(dtp->dt_globals, &dxp->dx_souid);
H A Ddt_as.c352 (void) dt_idhash_iter(dtp->dt_globals, dt_countvar, &n);
363 (void) dt_idhash_iter(dtp->dt_globals, dt_copyvar, pcb);
H A Ddt_cc.c1511 if ((idp = dt_idhash_lookup(dtp->dt_globals, "probeprov")) != NULL)
1513 if ((idp = dt_idhash_lookup(dtp->dt_globals, "probemod")) != NULL)
1515 if ((idp = dt_idhash_lookup(dtp->dt_globals, "probefunc")) != NULL)
1517 if ((idp = dt_idhash_lookup(dtp->dt_globals, "probename")) != NULL)
1519 if ((idp = dt_idhash_lookup(dtp->dt_globals, "args")) != NULL)
1542 if ((idp = dt_idhash_lookup(dtp->dt_globals, cvars[i])) != NULL)
1593 (void) dt_idhash_iter(dtp->dt_globals, (dt_idhash_f *)dt_reduceid, dtp);
2122 if (dtp->dt_globals->dh_nelems != 0)
2123 (void) dt_idhash_iter(dtp->dt_globals, dt_idreset, NULL);
H A Ddt_open.c1116 dtp->dt_globals = dt_idhash_create("global", _dtrace_globals,
1123 dtp->dt_globals == NULL || dtp->dt_tls == NULL)
1430 if (dtp->dt_globals != NULL)
1431 dt_idhash_destroy(dtp->dt_globals);
H A Ddt_parser.c1528 dhp = dtp->dt_globals;
2220 * orphan flag set. We do not insert the identifier into dt_globals
2352 * Finally, insert the inline identifier into dt_globals to make it
2355 dt_idhash_xinsert(dtp->dt_globals, idp);
2633 (dhp != dtp->dt_globals &&
2635 (dhp == dtp->dt_globals &&
2643 if (idp->di_kind != idkind && dhp == dtp->dt_globals) {
2674 } else if (dhp == dtp->dt_globals && scope != DTRACE_OBJ_EXEC &&
2812 dt_xcook_ident(dnp, dtp->dt_globals, DT_IDENT_SCALAR, B_FALSE);
2876 dt_xcook_ident(cp, dtp->dt_globals, DT_IDENT_SCALA
[all...]
H A Ddt_impl.h219 dt_idhash_t *dt_globals; /* hash table of global identifiers */ member in struct:dtrace_hdl
H A Ddt_decl.c776 idp = dt_idhash_insert(dtp->dt_globals, name, DT_IDENT_ENUM,

Completed in 454 milliseconds