Home
last modified time | relevance | path

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

/titanic_50/usr/src/common/ctf/
H A Dctf_types.c94 const ctf_lmember_t *lmp = (const ctf_lmember_t *) in ctf_member_iter()
571 const ctf_lmember_t *lmp = vmp; in ctf_type_align()
818 const ctf_lmember_t *lmp = (const ctf_lmember_t *) in ctf_member_info()
982 const ctf_lmember_t *lmp = (const ctf_lmember_t *) in ctf_type_rvisit()
H A Dctf_open.c259 ctf_lmember_t *lmp = (ctf_lmember_t *) in init_types()
262 vbytes = sizeof (ctf_lmember_t) * vlen; in init_types()
408 vbytes = sizeof (ctf_lmember_t) * vlen; in init_types()
424 vbytes = sizeof (ctf_lmember_t) * vlen; in init_types()
H A Dctf_create.c158 ctf_lmember_t ctlm; in ctf_copy_lmembers()
368 size += sizeof (ctf_lmember_t) * vlen; in ctf_update()
/titanic_50/usr/src/uts/common/sys/
H A Dctf.h344 } ctf_lmember_t; typedef
/titanic_50/usr/src/tools/ctf/cvt/
H A Dctf.c242 ctf_lmember_t ctlm; in write_type()
709 dptr += sizeof (ctf_lmember_t) * vlen; in count_types()
1047 ctf_lmember_t *ctlm = (ctf_lmember_t *) in resurrect_types()
1049 dptr += sizeof (ctf_lmember_t); in resurrect_types()
/titanic_50/usr/src/lib/libctf/common/
H A Dctf_diff.c323 const ctf_lmember_t *ilmp, *olmp; in ctf_diff_struct()
350 ilmp = (const ctf_lmember_t *)((uintptr_t)itp + iincr); in ctf_diff_struct()
358 olmp = (const ctf_lmember_t *)((uintptr_t)otp + oincr); in ctf_diff_struct()