Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/ctf/
H A Dctf_types.c107 const ctf_lmember_t *lmp = (const ctf_lmember_t *) in ctf_member_iter()
599 const ctf_lmember_t *lmp = vmp; in ctf_type_align()
844 const ctf_lmember_t *lmp = (const ctf_lmember_t *) in ctf_member_info()
1008 const ctf_lmember_t *lmp = (const ctf_lmember_t *) in ctf_type_rvisit()
H A Dctf_open.c260 ctf_lmember_t *lmp = (ctf_lmember_t *) in init_types()
263 vbytes = sizeof (ctf_lmember_t) * vlen; in init_types()
409 vbytes = sizeof (ctf_lmember_t) * vlen; in init_types()
425 vbytes = sizeof (ctf_lmember_t) * vlen; in init_types()
H A Dctf_create.c167 ctf_lmember_t ctlm; in ctf_copy_lmembers()
377 size += sizeof (ctf_lmember_t) * vlen; in ctf_update()
/illumos-gate/usr/src/uts/common/sys/
H A Dctf.h344 } ctf_lmember_t; typedef
/illumos-gate/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()