Searched refs:ctm (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/tools/ctf/cvt/ |
H A D | ctf.c | 241 ctf_member_t ctm; in write_type() local 336 ctm.ctm_name = CTF_TYPE_NAME(CTF_STRTAB_0, in write_type() 338 ctm.ctm_type = mp->ml_type->t_id; in write_type() 339 ctm.ctm_offset = mp->ml_offset; in write_type() 340 ctf_buf_write(b, &ctm, sizeof (ctm)); in write_type() 1032 ctf_member_t *ctm = (ctf_member_t *) in resurrect_types() local 1038 ctm->ctm_name); in resurrect_types() 1039 (*mpp)->ml_type = tdarr[ctm->ctm_type]; in resurrect_types() 1040 (*mpp)->ml_offset = ctm->ctm_offset; in resurrect_types()
|
/titanic_50/usr/src/common/ctf/ |
H A D | ctf_create.c | 135 ctf_member_t ctm; in ctf_copy_smembers() local 139 ctm.ctm_name = soff; in ctf_copy_smembers() 142 ctm.ctm_name = 0; in ctf_copy_smembers() 144 ctm.ctm_type = (ushort_t)dmd->dmd_type; in ctf_copy_smembers() 145 ctm.ctm_offset = (ushort_t)dmd->dmd_offset; in ctf_copy_smembers() 147 bcopy(&ctm, t, sizeof (ctm)); in ctf_copy_smembers() 148 t += sizeof (ctm); in ctf_copy_smembers() 1634 ctf_membinfo_t ctm; in membcmp() local 1637 name, &ctm) == CTF_ERR || ctm.ctm_offset != offset); in membcmp()
|
/titanic_50/usr/src/cmd/ls/ |
H A D | ls.c | 295 static int ctm; variable 700 ctm = 0; in main() 830 ctm = 0; in main() 903 ctm++; in main() 909 ctm = 0; in main() 917 ctm = 0; in main() 924 ctm = 0; in main() 931 ctm = 0; in main() 2001 else if (cflg || (tmflg && ctm)) in gstat()
|
/titanic_50/usr/src/lib/libdtrace/common/ |
H A D | dt_cg.c | 1006 ctf_membinfo_t ctm; in dt_cg_asgn_op() local 1063 mnp->dn_membname, &ctm) == CTF_ERR) { in dt_cg_asgn_op() 1075 if (ctm.ctm_offset != 0) { in dt_cg_asgn_op() 1084 dt_cg_setx(dlp, r2, ctm.ctm_offset / NBBY); in dt_cg_asgn_op()
|
H A D | dt_parser.c | 1799 ctf_membinfo_t ctm; in dt_node_offsetof() local 1820 if (ctf_member_info(dtt.dtt_ctfp, type, name, &ctm) == CTF_ERR) { in dt_node_offsetof() 1826 dt_node_type_assign(&dn, dtt.dtt_ctfp, ctm.ctm_type, B_FALSE); in dt_node_offsetof() 1833 return (dt_node_int(ctm.ctm_offset / NBBY)); in dt_node_offsetof() 4279 ctf_membinfo_t ctm; in dt_cook_xlator() local 4290 mnp->dn_membname, &ctm) == CTF_ERR) { in dt_cook_xlator() 4298 dt_node_type_assign(mnp, dxp->dx_dst_ctfp, ctm.ctm_type, in dt_cook_xlator()
|