Searched refs:src_ar (Results 1 – 1 of 1) sorted by relevance
1262 ctf_arinfo_t src_ar, dst_ar; in ctf_add_type() local1387 if (ctf_array_info(src_fp, src_type, &src_ar) == CTF_ERR) in ctf_add_type()1390 src_ar.ctr_contents = in ctf_add_type()1391 ctf_add_type(dst_fp, src_fp, src_ar.ctr_contents); in ctf_add_type()1392 src_ar.ctr_index = in ctf_add_type()1393 ctf_add_type(dst_fp, src_fp, src_ar.ctr_index); in ctf_add_type()1394 src_ar.ctr_nelems = src_ar.ctr_nelems; in ctf_add_type()1396 if (src_ar.ctr_contents == CTF_ERR || in ctf_add_type()1397 src_ar.ctr_index == CTF_ERR) in ctf_add_type()1404 if (bcmp(&src_ar, &dst_ar, sizeof (ctf_arinfo_t))) in ctf_add_type()[all …]