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

/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/sys/
H A Dctf_api.h93 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
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/common/ctf/
H A Dctf_types.c86 if ((rc = func(name, mp->ctm_type, mp->ctm_offset,
407 ssize_t am = ctf_type_align(fp, mp->ctm_type);
652 mip->ctm_type = mp->ctm_type;
663 mip->ctm_type = lmp->ctlm_type;
815 if ((rc = ctf_type_rvisit(fp, mp->ctm_type,
H A Dctf_open.c256 child |= CTF_TYPE_ISCHILD(mp->ctm_type);
H A Dctf_create.c100 ctm.ctm_type = (ushort_t)dmd->dmd_type;
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/tools/ctf/cvt/
H A Dctf.c350 ctm.ctm_type = mp->ml_type->t_id;
1052 (*mpp)->ml_type = tdarr[ctm->ctm_type];
1055 if (ctm->ctm_type > ntypes) {
1056 parseterminate("Invalid member type ctm_type=%d", ctm->ctm_type);
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_cg.c247 if (ctf_type_encoding(fp, mp->ctm_type, &e) != 0 || e.cte_bits > 64) {
249 "bits %u\n", mp->ctm_offset, mp->ctm_type, e.cte_bits);
354 if (ctf_type_encoding(fp, m.ctm_type, &e) != 0 || e.cte_bits > 64) {
356 "bits %u\n", m.ctm_offset, m.ctm_type, e.cte_bits);
382 dt_cg_load(dst, fp, m.ctm_type), dst->dn_reg, r1);
1768 ctfp, m.ctm_type), dnp->dn_left->dn_reg,
H A Ddt_parser.c1785 dt_node_type_assign(&dn, dtt.dtt_ctfp, ctm.ctm_type);
3692 type = ctf_type_resolve(ctfp, m.ctm_type);
3695 dt_node_type_assign(dnp, ctfp, m.ctm_type);
4213 dt_node_type_assign(mnp, dxp->dx_dst_ctfp, ctm.ctm_type);
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dev/fbt/
H A Dfbt.c886 child |= CTF_TYPE_ISCHILD(mp->ctm_type);
973 child |= CTF_TYPE_ISCHILD(mp->ctm_type);
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/tools/ctf/dump/
H A Ddump.c546 hp, cd), u.mp->ctm_type,

Completed in 204 milliseconds