Searched refs:ctm_type (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/sys/sys/ |
| H A D | ctf.h | 118 __uint16_t ctm_type; member 124 __uint32_t ctm_type; member
|
| /freebsd-14.2/sys/cddl/contrib/opensolaris/uts/common/sys/ |
| H A D | ctf_api.h | 94 ctf_id_t ctm_type; /* type of struct or union member */ member
|
| /freebsd-14.2/cddl/contrib/opensolaris/common/ctf/ |
| H A D | ctf_types.c | 140 type = ctm->ctm_type; in ctf_get_ctm_info() 156 type = ctm->ctm_type; in ctf_get_ctm_info() 825 mip->ctm_type = type; in _ctf_member_info()
|
| H A D | ctf_create.c | 108 ctm.ctm_type = (ushort_t)dmd->dmd_type; in ctf_copy_smembers() 118 ctm.ctm_type = dmd->dmd_type; in ctf_copy_smembers()
|
| /freebsd-14.2/cddl/contrib/opensolaris/tools/ctf/cvt/ |
| H A D | ctf.c | 399 ctm.ctm_type = mp->ml_type->t_id; in write_type() 403 SWAP_32(ctm.ctm_type); in write_type() 1218 (*mpp)->ml_type = tdarr[ctm->ctm_type]; in resurrect_types() 1250 (*mpp)->ml_type = tdarr[ctm->ctm_type]; in resurrect_types()
|
| /freebsd-14.2/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| H A D | dt_cg.c | 248 if (ctf_type_encoding(fp, mp->ctm_type, &e) != 0 || e.cte_bits > 64) { in dt_cg_field_get() 250 "bits %u\n", mp->ctm_offset, mp->ctm_type, e.cte_bits); in dt_cg_field_get() 353 if (ctf_type_encoding(fp, m.ctm_type, &e) != 0 || e.cte_bits > 64) { in dt_cg_field_set() 355 "bits %u\n", m.ctm_offset, m.ctm_type, e.cte_bits); in dt_cg_field_set() 380 dt_cg_load(dst, fp, m.ctm_type), dst->dn_reg, r1); in dt_cg_field_set() 1910 ctfp, m.ctm_type), dnp->dn_left->dn_reg, in dt_cg_node()
|
| H A D | dt_parser.c | 1832 dt_node_type_assign(&dn, dtt.dtt_ctfp, ctm.ctm_type, B_FALSE); in dt_node_offsetof() 3774 type = ctf_type_resolve(ctfp, m.ctm_type); in dt_cook_op2() 3777 dt_node_type_assign(dnp, ctfp, m.ctm_type, B_FALSE); in dt_cook_op2() 4305 dt_node_type_assign(mnp, dxp->dx_dst_ctfp, ctm.ctm_type, in dt_cook_xlator()
|
| /freebsd-14.2/cddl/contrib/opensolaris/tools/ctf/dump/ |
| H A D | dump.c | 612 hp, cd), u.mp2->ctm_type, in read_types() 631 hp, cd), u.mp3->ctm_type, in read_types()
|