HomeSort by: relevance | last modified time | path
    Searched refs:dx_locals (Results 1 - 3 of 3) sorted by relevancy

  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_xlator.h 45 dt_idhash_t *dx_locals; /* hash of local scope identifiers */ member in struct:dt_xlator
dt_xlator.c 146 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);
385 return (dxp->dx_locals == NULL);
dt_parser.c 4292 dt_idstack_push(&yypcb->pcb_globals, dxp->dx_locals);
4319 dt_idstack_pop(&yypcb->pcb_globals, dxp->dx_locals);

Completed in 26 milliseconds