Searched refs:pcb_pinfo (Results 1 – 3 of 3) sorted by relevance
75 dtrace_probeinfo_t pcb_pinfo; /* info associated with current context */ member
1680 if ((prp = dt_probe_info(dtp, pdp, &yypcb->pcb_pinfo)) == NULL) { in dt_setcontext()1683 bzero(&yypcb->pcb_pinfo, sizeof (dtrace_probeinfo_t)); in dt_setcontext()1684 yypcb->pcb_pinfo.dtp_attr = pap->dtpa_provider; in dt_setcontext()1685 yypcb->pcb_pinfo.dtp_arga = pap->dtpa_args; in dt_setcontext()1702 pdp->dtpd_id, (void *)prp, dt_attr_str(yypcb->pcb_pinfo.dtp_attr, in dt_setcontext()1703 attrstr, sizeof (attrstr)), yypcb->pcb_pinfo.dtp_argc); in dt_setcontext()
4156 dt_node_attr_assign(dnp, yypcb->pcb_pinfo.dtp_attr); in dt_cook_clause()4157 dnp->dn_ctxattr = yypcb->pcb_pinfo.dtp_attr; in dt_cook_clause()