Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_pcb.c78 dt_idstack_push(&pcb->pcb_globals, dtp->dt_globals); in dt_pcb_push()
150 (void) dt_idhash_iter(dtp->dt_globals, dt_pcb_pop_ident, dtp); in dt_pcb_pop()
151 dt_idhash_update(dtp->dt_globals); in dt_pcb_pop()
H A Ddt_pragma.c149 if (dtp->dt_globals->dh_defer == NULL) in dt_pragma_attributes()
150 dtp->dt_globals->dh_defer = &dt_pragma_apply; in dt_pragma_attributes()
200 if (dtp->dt_globals->dh_defer == NULL) in dt_pragma_binding()
201 dtp->dt_globals->dh_defer = &dt_pragma_apply; in dt_pragma_binding()
H A Ddt_xlator.c181 if (dtp->dt_globals->dh_defer != NULL && yypcb->pcb_pragmas != NULL && in dt_xlator_create()
183 dtp->dt_globals->dh_defer(dtp->dt_globals, &dxp->dx_souid); in dt_xlator_create()
H A Ddt_cc.c1709 if ((idp = dt_idhash_lookup(dtp->dt_globals, "probeprov")) != NULL) in dt_setcontext()
1711 if ((idp = dt_idhash_lookup(dtp->dt_globals, "probemod")) != NULL) in dt_setcontext()
1713 if ((idp = dt_idhash_lookup(dtp->dt_globals, "probefunc")) != NULL) in dt_setcontext()
1715 if ((idp = dt_idhash_lookup(dtp->dt_globals, "probename")) != NULL) in dt_setcontext()
1717 if ((idp = dt_idhash_lookup(dtp->dt_globals, "args")) != NULL) in dt_setcontext()
1740 if ((idp = dt_idhash_lookup(dtp->dt_globals, cvars[i])) != NULL) in dt_endcontext()
1791 (void) dt_idhash_iter(dtp->dt_globals, (dt_idhash_f *)dt_reduceid, dtp); in dt_reduce()
2349 if (dtp->dt_globals->dh_nelems != 0) in dt_compile()
2350 (void) dt_idhash_iter(dtp->dt_globals, dt_idreset, NULL); in dt_compile()
H A Ddt_as.c350 (void) dt_idhash_iter(dtp->dt_globals, dt_countvar, &n); in dt_as()
361 (void) dt_idhash_iter(dtp->dt_globals, dt_copyvar, pcb); in dt_as()
H A Ddt_open.c1052 dtp->dt_globals = dt_idhash_create("global", _dtrace_globals, in dt_vopen()
1059 dtp->dt_globals == NULL || dtp->dt_tls == NULL) in dt_vopen()
1364 if (dtp->dt_globals != NULL) in dtrace_close()
1365 dt_idhash_destroy(dtp->dt_globals); in dtrace_close()
H A Ddt_parser.c1579 dhp = dtp->dt_globals; in dt_node_decl()
2423 dt_idhash_xinsert(dtp->dt_globals, idp); in dt_node_inline()
2702 (dhp != dtp->dt_globals && in dt_xcook_ident()
2704 (dhp == dtp->dt_globals && in dt_xcook_ident()
2712 if (idp->di_kind != idkind && dhp == dtp->dt_globals) { in dt_xcook_ident()
2947 dt_xcook_ident(cp, dtp->dt_globals, DT_IDENT_SCALAR, B_TRUE); in dt_cook_op1()
3212 dhp = dtp->dt_globals; in dt_cook_op2()
3453 dt_xcook_ident(lp, dtp->dt_globals, in dt_cook_op2()
3472 dt_xcook_ident(lp, dtp->dt_globals, in dt_cook_op2()
3500 dt_xcook_ident(lp, dtp->dt_globals, in dt_cook_op2()
[all …]
H A Ddt_impl.h222 dt_idhash_t *dt_globals; /* hash table of global identifiers */ member
H A Ddt_decl.c810 idp = dt_idhash_insert(dtp->dt_globals, name, DT_IDENT_ENUM, in dt_decl_enumerator()