Home
last modified time | relevance | path

Searched refs:vbytes (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/ctf/
H A Dctf_open.c233 size_t vbytes; in init_types() local
241 vbytes = sizeof (uint_t); in init_types()
244 vbytes = sizeof (ctf_array_t); in init_types()
247 vbytes = sizeof (ushort_t) * (vlen + (vlen & 1)); in init_types()
256 vbytes = sizeof (ctf_member_t) * vlen; in init_types()
263 vbytes = sizeof (ctf_lmember_t) * vlen; in init_types()
270 vbytes = sizeof (ctf_enum_t) * vlen; in init_types()
285 vbytes = 0; in init_types()
293 vbytes = 0; in init_types()
299 tp = (ctf_type_t *)((uintptr_t)tp + increment + vbytes); in init_types()
[all …]