Searched refs:src_ar (Results 1 – 1 of 1) sorted by relevance
1262 ctf_arinfo_t src_ar, dst_ar; in ctf_add_type() local1403 if (ctf_array_info(src_fp, src_type, &src_ar) == CTF_ERR) in ctf_add_type()1406 src_ar.ctr_contents = in ctf_add_type()1407 ctf_add_type(dst_fp, src_fp, src_ar.ctr_contents); in ctf_add_type()1408 src_ar.ctr_index = in ctf_add_type()1409 ctf_add_type(dst_fp, src_fp, src_ar.ctr_index); in ctf_add_type()1410 src_ar.ctr_nelems = src_ar.ctr_nelems; in ctf_add_type()1412 if (src_ar.ctr_contents == CTF_ERR || in ctf_add_type()1413 src_ar.ctr_index == CTF_ERR) in ctf_add_type()1420 if (bcmp(&src_ar, &dst_ar, sizeof (ctf_arinfo_t))) in ctf_add_type()[all …]