Lines Matching defs:oref
164 ctf_id_t iref = CTF_ERR, oref = CTF_ERR;
174 oref = ctf_type_reference(ofp, oid);
175 if (oref == CTF_ERR)
177 oid = oref;
180 VERIFY(iref != CTF_ERR && oref != CTF_ERR);
181 return (ctf_diff_type(cds, ifp, iref, ofp, oref));
191 ctf_id_t iref, oref;
197 oref = ctf_type_reference(ofp, oid);
198 if (oref == CTF_ERR)
201 return (ctf_diff_type(cds, ifp, iref, ofp, oref));