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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/sys/
H A Dctf_api.h100 ulong_t ctm_offset; /* offset of member in bits */ member in struct:ctf_membinfo
H A Dctf.h339 ushort_t ctm_offset; /* offset of this member in bits */ member in struct:ctf_member
/vbox/src/VBox/Runtime/r0drv/solaris/
H A Ddbgkrnlinfo-r0drv-solaris.c220 *poffMember = (MemberInfo.ctm_offset >> 3);
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/common/ctf/
H A Dctf_types.c88 if ((rc = func(name, mp->ctm_type, mp->ctm_offset,
655 mip->ctm_offset = mp->ctm_offset;
666 mip->ctm_offset = (ulong_t)CTF_LMEM_OFFSET(lmp);
819 offset + mp->ctm_offset, depth + 1)) != 0)
H A Dctf_create.c104 ctm.ctm_offset = (ushort_t)dmd->dmd_offset;
1045 name, &ctm) == CTF_ERR || ctm.ctm_offset != offset);
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_cg.c252 "bits %u\n", mp->ctm_offset, mp->ctm_type, e.cte_bits);
262 * On little-endian architectures, ctm_offset counts from the right so
263 * ctm_offset % NBBY itself is the amount we want to shift right to
265 * On big-endian architectures, ctm_offset counts from the left so we
266 * must subtract (ctm_offset % NBBY + cte_bits) from the size in bits
275 mp->ctm_offset % NBBY;
277 shift = mp->ctm_offset % NBBY + e.cte_bits;
289 (mp->ctm_offset % NBBY + e.cte_bits);
291 shift = mp->ctm_offset % NBBY;
313 * setx ~(((1 << cte_bits) - 1) << (ctm_offset
[all...]
H A Ddt_parser.c1797 return (dt_node_int(ctm.ctm_offset / NBBY));
/vbox/src/VBox/HostDrivers/VBoxNetFlt/solaris/
H A DVBoxNetFlt-solaris.c433 *pOffset = (MemberInfo.ctm_offset >> 3);

Completed in 111 milliseconds