Lines Matching refs:CTF_ERR

773 	if ((type = ctf_add_generic(fp, flag, name, &dtd)) == CTF_ERR)  in ctf_add_encoded()
774 return (CTF_ERR); /* errno is set for us */ in ctf_add_encoded()
789 if (ref == CTF_ERR || ref > LCTF_MAX_TYPE(fp)) in ctf_add_reftype()
792 if ((type = ctf_add_generic(fp, flag, NULL, &dtd)) == CTF_ERR) in ctf_add_reftype()
793 return (CTF_ERR); /* errno is set for us */ in ctf_add_reftype()
843 if ((type = ctf_add_generic(fp, flag, NULL, &dtd)) == CTF_ERR) in ctf_add_array()
844 return (CTF_ERR); /* errno is set for us */ in ctf_add_array()
925 if ((type = ctf_add_generic(fp, flag, NULL, &dtd)) == CTF_ERR) { in ctf_add_function()
927 return (CTF_ERR); /* errno is set for us */ in ctf_add_function()
958 else if ((type = ctf_add_generic(fp, flag, name, &dtd)) == CTF_ERR) in ctf_add_struct()
959 return (CTF_ERR); /* errno is set for us */ in ctf_add_struct()
980 else if ((type = ctf_add_generic(fp, flag, name, &dtd)) == CTF_ERR) in ctf_add_union()
981 return (CTF_ERR); /* errno is set for us */ in ctf_add_union()
1002 else if ((type = ctf_add_generic(fp, flag, name, &dtd)) == CTF_ERR) in ctf_add_enum()
1003 return (CTF_ERR); /* errno is set for us */ in ctf_add_enum()
1041 if ((type = ctf_add_generic(fp, flag, name, &dtd)) == CTF_ERR) in ctf_add_forward()
1042 return (CTF_ERR); /* errno is set for us */ in ctf_add_forward()
1058 if (ref == CTF_ERR || (ctf_lookup_by_id(&fpd, ref) == NULL && in ctf_add_typedef()
1062 if ((type = ctf_add_generic(fp, flag, name, &dtd)) == CTF_ERR) in ctf_add_typedef()
1063 return (CTF_ERR); /* errno is set for us */ in ctf_add_typedef()
1133 dmd->dmd_type = CTF_ERR; in ctf_add_enumerator()
1181 if ((msize = ctf_type_size(fp, type)) == CTF_ERR || in ctf_add_member()
1182 (malign = ctf_type_align(fp, type)) == CTF_ERR) in ctf_add_member()
1183 return (CTF_ERR); /* errno is set for us */ in ctf_add_member()
1205 if (ctf_type_encoding(fp, ltype, &linfo) != CTF_ERR) in ctf_add_member()
1207 else if ((lsize = ctf_type_size(fp, ltype)) != CTF_ERR) in ctf_add_member()
1272 return (CTF_ERR); /* errno is set for us */ in ctf_delete_type()
1292 name, &bvalue) == CTF_ERR || value != bvalue); in enumcmp()
1301 name, value) == CTF_ERR); in enumadd()
1346 if ((src_type = ctf_type_resolve(src_fp, src_type)) == CTF_ERR) in soucmp()
1347 return (CTF_ERR); in soucmp()
1348 if ((dst_type = ctf_type_resolve(dst_fp, dst_type)) == CTF_ERR) in soucmp()
1349 return (CTF_ERR); in soucmp()
1352 return (CTF_ERR); in soucmp()
1354 return (CTF_ERR); in soucmp()
1402 ctf_id_t dst_type = CTF_ERR; in ctf_add_type()
1464 if (dst_type != CTF_ERR && dst_kind != kind) { in ctf_add_type()
1469 dst_type = CTF_ERR; in ctf_add_type()
1484 if (dst_type == CTF_ERR && name[0] != '\0') { in ctf_add_type()
1530 if (dst_type == CTF_ERR && name[0] != '\0' && in ctf_add_type()
1541 (ctf_id_t)hep->h_type) == CTF_ERR) in ctf_add_type()
1542 return (CTF_ERR); /* errno is set for us */ in ctf_add_type()
1545 if (dst_type != CTF_ERR) { in ctf_add_type()
1547 return (CTF_ERR); /* errno is set for us */ in ctf_add_type()
1565 if (src_type == CTF_ERR) in ctf_add_type()
1566 return (CTF_ERR); /* errno is set for us */ in ctf_add_type()
1572 if (ctf_array_info(src_fp, src_type, &src_ar) == CTF_ERR) in ctf_add_type()
1581 if (src_ar.ctr_contents == CTF_ERR || in ctf_add_type()
1582 src_ar.ctr_index == CTF_ERR) in ctf_add_type()
1583 return (CTF_ERR); /* errno is set for us */ in ctf_add_type()
1585 if (dst_type != CTF_ERR) { in ctf_add_type()
1587 return (CTF_ERR); /* errno is set for us */ in ctf_add_type()
1601 if (ctc.ctc_return == CTF_ERR) in ctf_add_type()
1602 return (CTF_ERR); /* errno is set for us */ in ctf_add_type()
1612 if (dst_type != CTF_ERR && dst_kind != CTF_K_FORWARD) { in ctf_add_type()
1620 return (CTF_ERR); /* errno is set for us */ in ctf_add_type()
1630 if (dst_type == CTF_ERR) in ctf_add_type()
1631 return (CTF_ERR); /* errno is set for us */ in ctf_add_type()
1658 dmd->dmd_type)) == CTF_ERR) in ctf_add_type()
1663 return (CTF_ERR); /* errno is set for us */ in ctf_add_type()
1676 if (dst_type != CTF_ERR && dst_kind != CTF_K_FORWARD) { in ctf_add_type()
1682 if ((dst.ctb_type = dst_type) == CTF_ERR || in ctf_add_type()
1684 return (CTF_ERR); /* errno is set for us */ in ctf_add_type()
1689 if (dst_type == CTF_ERR) { in ctf_add_type()
1699 if (src_type == CTF_ERR) in ctf_add_type()
1700 return (CTF_ERR); /* errno is set for us */ in ctf_add_type()
1711 if (dst_type == CTF_ERR) { in ctf_add_type()