Searched refs:pcb_prog (Results 1 – 3 of 3) sorted by relevance
128 if (pcb->pcb_prog != NULL) in dt_pcb_pop()129 dt_program_destroy(dtp, pcb->pcb_prog); in dt_pcb_pop()
77 dtrace_prog_t *pcb_prog; /* intermediate program made by compiler */ member
279 if (dtrace_stmt_add(yypcb->pcb_hdl, yypcb->pcb_prog, sdp) != 0) in dt_stmt_append()2456 if ((yypcb->pcb_prog = dt_program_create(dtp)) == NULL) in dt_compile()2476 yypcb->pcb_prog->dp_xrefs = yypcb->pcb_asxrefs; in dt_compile()2477 yypcb->pcb_prog->dp_xrefslen = yypcb->pcb_asxreflen; in dt_compile()2481 rv = yypcb->pcb_prog; in dt_compile()