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

/freebsd-12-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_xlator.h45 dt_idhash_t *dx_locals; /* hash of local scope identifiers */ member in struct:dt_xlator
H A Ddt_xlator.c146 dxp->dx_locals = dt_idhash_create("xlparams", NULL, 0, 0);
148 if (dxp->dx_locals == NULL)
151 dt_idhash_xinsert(dxp->dx_locals, dxp->dx_ident);
244 if (dxp->dx_locals != NULL)
245 dt_idhash_destroy(dxp->dx_locals);
387 return (dxp->dx_locals == NULL);
H A Ddt_parser.c4293 dt_idstack_push(&yypcb->pcb_globals, dxp->dx_locals);
4320 dt_idstack_pop(&yypcb->pcb_globals, dxp->dx_locals);

Completed in 116 milliseconds