Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/ctf/
H A Dctf_types.c130 const ctf_enum_t *ep; in ctf_enum_iter()
146 ep = (const ctf_enum_t *)((uintptr_t)tp + increment); in ctf_enum_iter()
895 const ctf_enum_t *ep; in ctf_enum_name()
912 ep = (const ctf_enum_t *)((uintptr_t)tp + increment); in ctf_enum_name()
932 const ctf_enum_t *ep; in ctf_enum_value()
949 ep = (const ctf_enum_t *)((uintptr_t)tp + increment); in ctf_enum_value()
H A Dctf_open.c270 vbytes = sizeof (ctf_enum_t) * vlen; in init_types()
437 vbytes = sizeof (ctf_enum_t) * vlen; in init_types()
H A Dctf_create.c193 ctf_enum_t cte; in ctf_copy_emembers()
381 size += sizeof (ctf_enum_t) * vlen; in ctf_update()
/illumos-gate/usr/src/uts/common/sys/
H A Dctf.h354 } ctf_enum_t; typedef
/illumos-gate/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()