Searched refs:src_ar (Results 1 – 1 of 1) sorted by relevance
1692 ctf_arinfo_t src_ar, dst_ar; in ctf_add_type() local1817 if (ctf_array_info(src_fp, src_type, &src_ar) == CTF_ERR) in ctf_add_type()1820 src_ar.ctr_contents = in ctf_add_type()1821 ctf_add_type(dst_fp, src_fp, src_ar.ctr_contents); in ctf_add_type()1822 src_ar.ctr_index = in ctf_add_type()1823 ctf_add_type(dst_fp, src_fp, src_ar.ctr_index); in ctf_add_type()1824 src_ar.ctr_nelems = src_ar.ctr_nelems; in ctf_add_type()1826 if (src_ar.ctr_contents == CTF_ERR || in ctf_add_type()1827 src_ar.ctr_index == CTF_ERR) in ctf_add_type()1834 if (bcmp(&src_ar, &dst_ar, sizeof (ctf_arinfo_t))) in ctf_add_type()[all …]