Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libdtrace/common/
H A Ddt_pcb.c166 if (pcb->pcb_idents != NULL) in dt_pcb_pop()
167 dt_idhash_destroy(pcb->pcb_idents); in dt_pcb_pop()
H A Ddt_pcb.h64 dt_idhash_t *pcb_idents; /* current hash table of ambiguous idents */ member
H A Ddt_cc.c2387 yypcb->pcb_idents = dt_idhash_create("ambiguous", NULL, 0, 0); in dt_compile()
2391 if (yypcb->pcb_idents == NULL || yypcb->pcb_locals == NULL) in dt_compile()