Lines Matching refs:CTF_ERR
245 if (ctf_type_encoding(ctfp, base, &e) == CTF_ERR) { in dt_print_int()
338 if (bid == CTF_ERR || ctf_type_kind(ctfp, bid) != CTF_K_FUNCTION) { in dt_print_ptr()
393 if (ctf_array_info(ctfp, base, &car) == CTF_ERR) { in dt_print_array()
399 (rtype = ctf_type_resolve(ctfp, car.ctr_contents)) == CTF_ERR || in dt_print_array()
400 (kind = ctf_type_kind(ctfp, rtype)) == CTF_ERR) { in dt_print_array()
409 ctf_type_encoding(ctfp, rtype, &e) != CTF_ERR && CTF_IS_CHAR(e)) { in dt_print_array()
609 if ((rtype = ctf_type_resolve(ctfp, id)) == CTF_ERR || in dt_format_member()
610 (kind = ctf_type_kind(ctfp, rtype)) == CTF_ERR || in dt_format_member()
662 if ((rtype = ctf_type_resolve(ctfp, id)) == CTF_ERR || in dt_print_member()
663 (kind = ctf_type_kind(ctfp, rtype)) == CTF_ERR || in dt_print_member()
759 return (CTF_ERR); in dt_print_prepare()
766 return (CTF_ERR); in dt_print_prepare()
772 return (CTF_ERR); in dt_print_prepare()
785 if (ctfp == NULL || ctf_type_kind(ctfp, id) == CTF_ERR) in dt_print_prepare()
786 return (CTF_ERR); in dt_print_prepare()
808 if (id == CTF_ERR) in dtrace_print()
832 if (id == CTF_ERR) in dtrace_format_print()