Home
last modified time | relevance | path

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

/titanic_50/usr/src/common/ctf/
H A Dctf_types.c117 const ctf_enum_t *ep; in ctf_enum_iter()
133 ep = (const ctf_enum_t *)((uintptr_t)tp + increment); in ctf_enum_iter()
869 const ctf_enum_t *ep; in ctf_enum_name()
886 ep = (const ctf_enum_t *)((uintptr_t)tp + increment); in ctf_enum_name()
906 const ctf_enum_t *ep; in ctf_enum_value()
923 ep = (const ctf_enum_t *)((uintptr_t)tp + increment); in ctf_enum_value()
H A Dctf_open.c269 vbytes = sizeof (ctf_enum_t) * vlen; in init_types()
436 vbytes = sizeof (ctf_enum_t) * vlen; in init_types()
H A Dctf_create.c183 ctf_enum_t cte; in ctf_copy_emembers()
371 size += sizeof (ctf_enum_t) * vlen; in ctf_update()
/titanic_50/usr/src/uts/common/sys/
H A Dctf.h354 } ctf_enum_t; typedef
/titanic_50/usr/src/tools/ctf/cvt/
H A Dctf.c243 ctf_enum_t cte; in write_type()
712 dptr += sizeof (ctf_enum_t) * vlen; in count_types()
924 ctf_enum_t *cte; in resurrect_types()
1072 cte = (ctf_enum_t *)dptr; in resurrect_types()
1073 dptr += sizeof (ctf_enum_t); in resurrect_types()
/titanic_50/usr/src/lib/libctf/common/
H A Dctf_diff.c559 const ctf_enum_t *iep, *oep; in ctf_diff_enum()
574 iep = (const ctf_enum_t *)((uintptr_t)itp + iincr); in ctf_diff_enum()
575 oep = (const ctf_enum_t *)((uintptr_t)otp + oincr); in ctf_diff_enum()