Searched refs:ctr_index (Results 1 – 10 of 10) sorted by relevance
/illumos-gate/usr/src/common/ctf/ |
H A D | ctf_create.c | 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() [all …]
|
H A D | ctf_types.c | 797 ctf_type_compat(lfp, la.ctr_index, rfp, ra.ctr_index)); in ctf_type_compat() 964 arp->ctr_index = ap->cta_index; in ctf_array_info()
|
/illumos-gate/usr/src/lib/libctf/common/ |
H A D | ctf_merge.c | 231 if (cmp->cm_tmap[ar.ctr_index].cmt_map == 0) { in ctf_merge_add_array() 232 ret = ctf_merge_add_type(cmp, ar.ctr_index); in ctf_merge_add_array() 235 ASSERT(cmp->cm_tmap[ar.ctr_index].cmt_map != 0); in ctf_merge_add_array() 237 ar.ctr_index = ctf_merge_gettype(cmp, ar.ctr_index); in ctf_merge_add_array()
|
H A D | ctf_diff.c | 235 ret = ctf_diff_type(cds, ifp, iar.ctr_index, ofp, in ctf_diff_array() 236 oar.ctr_index); in ctf_diff_array()
|
H A D | ctf_dwarf.c | 1733 if ((ar.ctr_index = ctf_dwarf_long(cup)) == CTF_ERR) in ctf_dwarf_create_array_range()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | ctf_api.h | 155 ctf_id_t ctr_index; /* type of array index */ member
|
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_ctf.c | 712 set_ctf_id(&arp->mta_index, idp->mci_fp, car.ctr_index); in mdb_ctf_array_info() 2076 car.ctr_index = id; in mdb_ctf_add_array()
|
/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | dt_decl.c | 991 r.ctr_index = ctf_lookup_by_name(tip->dtt_ctfp, "long"); in dt_decl_type()
|
H A D | dt_open.c | 1222 ctr.ctr_index = ctf_lookup_by_name(dmp->dm_ctfp, "long"); in dt_vopen()
|
/illumos-gate/usr/src/cmd/ctfdump/ |
H A D | ctfdump.c | 579 name, ar.ctr_contents, ar.ctr_index); in ctfdump_types_cb()
|