Searched refs:pcb_pinfo (Results 1 – 3 of 3) sorted by relevance
75 dtrace_probeinfo_t pcb_pinfo; /* info associated with current context */ member
1723 if ((prp = dt_probe_info(dtp, pdp, &yypcb->pcb_pinfo)) == NULL) { in dt_setcontext()1726 bzero(&yypcb->pcb_pinfo, sizeof (dtrace_probeinfo_t)); in dt_setcontext()1727 yypcb->pcb_pinfo.dtp_attr = pap->dtpa_provider; in dt_setcontext()1728 yypcb->pcb_pinfo.dtp_arga = pap->dtpa_args; in dt_setcontext()1745 pdp->dtpd_id, (void *)prp, dt_attr_str(yypcb->pcb_pinfo.dtp_attr, in dt_setcontext()1746 attrstr, sizeof (attrstr)), yypcb->pcb_pinfo.dtp_argc); in dt_setcontext()
4186 dt_node_attr_assign(dnp, yypcb->pcb_pinfo.dtp_attr); in dt_cook_clause()4187 dnp->dn_ctxattr = yypcb->pcb_pinfo.dtp_attr; in dt_cook_clause()