Lines Matching refs:ctr_index
554 dtd->dtd_u.dtu_arr.ctr_index; in ctf_update()
785 ctf_ref_dec(fp, dtd->dtd_u.dtu_arr.ctr_index); in ctf_dtd_delete()
1084 if (ctf_lookup_by_id(&fpd, arp->ctr_index) == NULL && in ctf_add_array()
1085 ctf_dtd_lookup(fp, arp->ctr_index) == NULL) { in ctf_add_array()
1086 ctf_dprintf("bad index for array: %ld\n", arp->ctr_index); in ctf_add_array()
1097 ctf_ref_inc(fp, arp->ctr_index); in ctf_add_array()
1120 if (ctf_lookup_by_id(&fpd, arp->ctr_index) == NULL && in ctf_set_array()
1121 ctf_dtd_lookup(fp, arp->ctr_index) == NULL) in ctf_set_array()
1125 ctf_ref_dec(fp, dtd->dtd_u.dtu_arr.ctr_index); in ctf_set_array()
1129 ctf_ref_inc(fp, arp->ctr_index); in ctf_set_array()
1843 src_ar.ctr_index = in ctf_add_type()
1844 ctf_add_type(dst_fp, src_fp, src_ar.ctr_index); in ctf_add_type()
1848 src_ar.ctr_index == CTF_ERR) in ctf_add_type()