Home
last modified time | relevance | path

Searched refs:ctr_index (Results 1 – 6 of 6) sorted by relevance

/freebsd-13-stable/cddl/contrib/opensolaris/common/ctf/
HDctf_create.c454 (uint16_t)dtd->dtd_u.dtu_arr.ctr_index; in ctf_update()
464 cta.cta_index = dtd->dtd_u.dtu_arr.ctr_index; in ctf_update()
630 ctf_ref_dec(fp, dtd->dtd_u.dtu_arr.ctr_index); in ctf_dtd_delete()
839 if (ctf_lookup_by_id(&fpd, arp->ctr_index) == NULL && in ctf_add_array()
840 ctf_dtd_lookup(fp, arp->ctr_index) == NULL) in ctf_add_array()
850 ctf_ref_inc(fp, arp->ctr_index); in ctf_add_array()
874 if (ctf_lookup_by_id(&fpd, arp->ctr_index) == NULL && in ctf_set_array()
875 ctf_dtd_lookup(fp, arp->ctr_index) == NULL) in ctf_set_array()
879 ctf_ref_dec(fp, dtd->dtd_u.dtu_arr.ctr_index); in ctf_set_array()
883 ctf_ref_inc(fp, arp->ctr_index); in ctf_set_array()
[all …]
HDctf_types.c779 ctf_type_compat(lfp, la.ctr_index, rfp, ra.ctr_index)); in ctf_type_compat()
871 arp->ctr_index = ap2->cta_index; in ctf_array_info()
877 arp->ctr_index = ap3->cta_index; in ctf_array_info()
/freebsd-13-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
HDctf_api.h100 ctf_id_t ctr_index; /* type of array index */ member
/freebsd-13-stable/sys/cddl/dev/fbt/
HDfbt.c903 arp->ctr_index = ap->cta_index; in fbt_array_info()
910 arp->ctr_index = ap->cta_index; in fbt_array_info()
/freebsd-13-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
HDdt_decl.c952 r.ctr_index = ctf_lookup_by_name(tip->dtt_ctfp, "long"); in dt_decl_type()
HDdt_open.c1503 ctr.ctr_index = ctf_lookup_by_name(dmp->dm_ctfp, "long"); in dt_vopen()