Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_pcb.c130 if (pcb->pcb_prog != NULL) in dt_pcb_pop()
131 dt_program_destroy(dtp, pcb->pcb_prog); in dt_pcb_pop()
H A Ddt_pcb.h79 dtrace_prog_t *pcb_prog; /* intermediate program made by compiler */ member
H A Ddt_cc.c280 if (dtrace_stmt_add(yypcb->pcb_hdl, yypcb->pcb_prog, sdp) != 0) in dt_stmt_append()
2523 if ((yypcb->pcb_prog = dt_program_create(dtp)) == NULL) in dt_compile()
2543 yypcb->pcb_prog->dp_xrefs = yypcb->pcb_asxrefs; in dt_compile()
2544 yypcb->pcb_prog->dp_xrefslen = yypcb->pcb_asxreflen; in dt_compile()
2548 rv = yypcb->pcb_prog; in dt_compile()