Home
last modified time | relevance | path

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

/titanic_41/usr/src/common/ctf/
H A Dctf_open.c232 size_t vbytes; in init_types() local
240 vbytes = sizeof (uint_t); in init_types()
243 vbytes = sizeof (ctf_array_t); in init_types()
246 vbytes = sizeof (ushort_t) * (vlen + (vlen & 1)); in init_types()
255 vbytes = sizeof (ctf_member_t) * vlen; in init_types()
262 vbytes = sizeof (ctf_lmember_t) * vlen; in init_types()
269 vbytes = sizeof (ctf_enum_t) * vlen; in init_types()
284 vbytes = 0; in init_types()
292 vbytes = 0; in init_types()
298 tp = (ctf_type_t *)((uintptr_t)tp + increment + vbytes); in init_types()
[all …]