Home
last modified time | relevance | path

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

/titanic_41/usr/src/common/ctf/
H A Dctf_types.c90 const ctf_lmember_t *lmp = (const ctf_lmember_t *) in ctf_member_iter()
436 const ctf_lmember_t *lmp = vmp; in ctf_type_align()
683 const ctf_lmember_t *lmp = (const ctf_lmember_t *) in ctf_member_info()
847 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.c116 ctf_lmember_t ctlm; in ctf_copy_lmembers()
298 size += sizeof (ctf_lmember_t) * vlen; in ctf_update()
/titanic_41/usr/src/uts/common/sys/
H A Dctf.h342 } ctf_lmember_t; typedef
/titanic_41/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_41/usr/src/tools/ctf/dump/
H A Ddump.c424 const ctf_lmember_t *lmp; in read_types()
553 sizeof (ctf_lmember_t) : sizeof (ctf_member_t)); in read_types()