Lines Matching defs:iref
164 ctf_id_t iref = CTF_ERR, oref = CTF_ERR;
167 iref = ctf_type_reference(ifp, iid);
168 if (iref == CTF_ERR)
170 iid = iref;
180 VERIFY(iref != CTF_ERR && oref != CTF_ERR);
181 return (ctf_diff_type(cds, ifp, iref, ofp, oref));
191 ctf_id_t iref, oref;
193 iref = ctf_type_reference(ifp, iid);
194 if (iref == CTF_ERR)
201 return (ctf_diff_type(cds, ifp, iref, ofp, oref));