Home
last modified time | relevance | path

Searched refs:dx_locals (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_xlator.c146 dxp->dx_locals = dt_idhash_create("xlparams", NULL, 0, 0); in dt_xlator_create()
148 if (dxp->dx_locals == NULL) in dt_xlator_create()
151 dt_idhash_xinsert(dxp->dx_locals, dxp->dx_ident); in dt_xlator_create()
244 if (dxp->dx_locals != NULL) in dt_xlator_destroy()
245 dt_idhash_destroy(dxp->dx_locals); in dt_xlator_destroy()
385 return (dxp->dx_locals == NULL); in dt_xlator_dynamic()
H A Ddt_xlator.h43 dt_idhash_t *dx_locals; /* hash of local scope identifiers */ member
H A Ddt_parser.c4299 dt_idstack_push(&yypcb->pcb_globals, dxp->dx_locals); in dt_cook_xlator()
4326 dt_idstack_pop(&yypcb->pcb_globals, dxp->dx_locals); in dt_cook_xlator()