Searched refs:ctr_index (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/common/ctf/ |
H A D | ctf_create.c | 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() [all …]
|
H A D | ctf_types.c | 635 ctf_type_compat(lfp, la.ctr_index, rfp, ra.ctr_index)); in ctf_type_compat() 719 arp->ctr_index = ap->cta_index; in ctf_array_info()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | ctf_api.h | 96 ctf_id_t ctr_index; /* type of array index */ member
|
/titanic_44/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_ctf.c | 708 set_ctf_id(&arp->mta_index, idp->mci_fp, car.ctr_index); in mdb_ctf_array_info() 1991 car.ctr_index = id; in mdb_ctf_add_array()
|
/titanic_44/usr/src/lib/libdtrace/common/ |
H A D | dt_decl.c | 968 r.ctr_index = ctf_lookup_by_name(tip->dtt_ctfp, "long"); in dt_decl_type()
|
H A D | dt_open.c | 1218 ctr.ctr_index = ctf_lookup_by_name(dmp->dm_ctfp, "long"); in dt_vopen()
|