Lines Matching refs:ctr_index
377 dtd->dtd_u.dtu_arr.ctr_index; in ctf_update()
526 ctf_ref_dec(fp, dtd->dtd_u.dtu_arr.ctr_index); in ctf_dtd_delete()
735 if (ctf_lookup_by_id(&fpd, arp->ctr_index) == NULL && in ctf_add_array()
736 ctf_dtd_lookup(fp, arp->ctr_index) == NULL) in ctf_add_array()
746 ctf_ref_inc(fp, arp->ctr_index); in ctf_add_array()
769 if (ctf_lookup_by_id(&fpd, arp->ctr_index) == NULL && in ctf_set_array()
770 ctf_dtd_lookup(fp, arp->ctr_index) == NULL) in ctf_set_array()
774 ctf_ref_dec(fp, dtd->dtd_u.dtu_arr.ctr_index); in ctf_set_array()
778 ctf_ref_inc(fp, arp->ctr_index); in ctf_set_array()
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()
1397 src_ar.ctr_index == CTF_ERR) in ctf_add_type()