Searched refs:ctf_enum_t (Results 1 – 4 of 4) sorted by relevance
114 const ctf_enum_t *ep; in ctf_enum_iter()133 ep = (const ctf_enum_t *) ((uintptr_t) tp + increment); in ctf_enum_iter()1029 const ctf_enum_t *ep; in ctf_enum_name()1050 ep = (const ctf_enum_t *) ((uintptr_t) tp + increment); in ctf_enum_name()1082 const ctf_enum_t *ep; in ctf_enum_value()1101 ep = (const ctf_enum_t *) ((uintptr_t) tp + increment); in ctf_enum_value()
207 ctf_enum_t cte; in ctf_copy_emembers()211 ctf_enum_t *copied; in ctf_copy_emembers()215 copied = (ctf_enum_t *) t; in ctf_copy_emembers()332 type_size += sizeof (ctf_enum_t) * vlen; in ctf_serialize()
155 return (sizeof (ctf_enum_t) * vlen); in get_vbytes_common()1156 ctf_enum_t *item = (ctf_enum_t *) t; in flip_types()
552 } ctf_enum_t; typedef