Searched refs:ctm_type (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/cddl/contrib/opensolaris/common/ctf/
H A Dctf_types.c84 if ((rc = func(name, mp->ctm_type, mp->ctm_offset,
432 ssize_t am = ctf_type_align(fp, mp->ctm_type);
674 _ctf_member_info(fp, mp->ctm_type, name,
678 mip->ctm_type = mp->ctm_type;
693 mip->ctm_type = lmp->ctlm_type;
857 if ((rc = ctf_type_rvisit(fp, mp->ctm_type,
H A Dctf_open.c257 child |= CTF_TYPE_ISCHILD(mp->ctm_type);
H A Dctf_create.c102 ctm.ctm_type = (ushort_t)dmd->dmd_type;
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dctf_api.h94 ctf_id_t ctm_type; /* type of struct or union member */ member in struct:ctf_membinfo
H A Dctf.h334 ushort_t ctm_type; /* reference to type of member */ member in struct:ctf_member
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c404 ctm.ctm_type = mp->ml_type->t_id;
408 SWAP_16(ctm.ctm_type);
1145 (*mpp)->ml_type = tdarr[ctm->ctm_type];
1148 if (ctm->ctm_type > ntypes) {
1149 parseterminate("Invalid member type ctm_type=%d",
1150 ctm->ctm_type);
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_cg.c248 if (ctf_type_encoding(fp, mp->ctm_type, &e) != 0 || e.cte_bits > 64) {
250 "bits %u\n", mp->ctm_offset, mp->ctm_type, e.cte_bits);
353 if (ctf_type_encoding(fp, m.ctm_type, &e) != 0 || e.cte_bits > 64) {
355 "bits %u\n", m.ctm_offset, m.ctm_type, e.cte_bits);
380 dt_cg_load(dst, fp, m.ctm_type), dst->dn_reg, r1);
1944 ctfp, m.ctm_type), dnp->dn_left->dn_reg,
H A Ddt_parser.c1832 dt_node_type_assign(&dn, dtt.dtt_ctfp, ctm.ctm_type, B_FALSE);
3771 type = ctf_type_resolve(ctfp, m.ctm_type);
3774 dt_node_type_assign(dnp, ctfp, m.ctm_type, B_FALSE);
4302 dt_node_type_assign(mnp, dxp->dx_dst_ctfp, ctm.ctm_type,
/freebsd-11-stable/sys/cddl/dev/fbt/
H A Dfbt.c463 child |= CTF_TYPE_ISCHILD(mp->ctm_type);
552 child |= CTF_TYPE_ISCHILD(mp->ctm_type);
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/dump/
H A Ddump.c546 hp, cd), u.mp->ctm_type,

Completed in 210 milliseconds