Searched refs:ctm_offset (Results 1 - 8 of 8) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dctf_api.h90 ulong_t ctm_offset; /* offset of member in bits */ member in struct:ctf_membinfo
H A Dctf.h333 ushort_t ctm_offset; /* offset of this member in bits */ member in struct:ctf_member
/opensolaris-onvv-gate/usr/src/common/ctf/
H A Dctf_types.c86 if ((rc = func(name, mp->ctm_type, mp->ctm_offset,
653 mip->ctm_offset = mp->ctm_offset;
664 mip->ctm_offset = (ulong_t)CTF_LMEM_OFFSET(lmp);
817 offset + mp->ctm_offset, depth + 1)) != 0)
H A Dctf_create.c101 ctm.ctm_offset = (ushort_t)dmd->dmd_offset;
1042 name, &ctm) == CTF_ERR || ctm.ctm_offset != offset);
/opensolaris-onvv-gate/usr/src/lib/libdtrace/common/
H A Ddt_cg.c249 "bits %u\n", mp->ctm_offset, mp->ctm_type, e.cte_bits);
259 * On little-endian architectures, ctm_offset counts from the right so
260 * ctm_offset % NBBY itself is the amount we want to shift right to
262 * On big-endian architectures, ctm_offset counts from the left so we
263 * must subtract (ctm_offset % NBBY + cte_bits) from the size in bits
272 mp->ctm_offset % NBBY;
274 shift = mp->ctm_offset % NBBY + e.cte_bits;
286 (mp->ctm_offset % NBBY + e.cte_bits);
288 shift = mp->ctm_offset % NBBY;
310 * setx ~(((1 << cte_bits) - 1) << (ctm_offset
[all...]
H A Ddt_parser.c1785 return (dt_node_int(ctm.ctm_offset / NBBY));
/opensolaris-onvv-gate/usr/src/tools/ctf/cvt/
H A Dctf.c339 ctm.ctm_offset = mp->ml_offset;
1040 (*mpp)->ml_offset = ctm->ctm_offset;
/opensolaris-onvv-gate/usr/src/tools/ctf/dump/
H A Ddump.c547 u.mp->ctm_offset);

Completed in 75 milliseconds