Home
last modified time | relevance | path

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

/freebsd-9-stable/cddl/contrib/opensolaris/common/ctf/
Dctf_types.c92 const ctf_lmember_t *lmp = (const ctf_lmember_t *) in ctf_member_iter()
411 const ctf_lmember_t *lmp = vmp; in ctf_type_align()
658 const ctf_lmember_t *lmp = (const ctf_lmember_t *) in ctf_member_info()
822 const ctf_lmember_t *lmp = (const ctf_lmember_t *) in ctf_type_rvisit()
Dctf_open.c258 ctf_lmember_t *lmp = (ctf_lmember_t *) in init_types()
261 vbytes = sizeof (ctf_lmember_t) * vlen; in init_types()
407 vbytes = sizeof (ctf_lmember_t) * vlen; in init_types()
423 vbytes = sizeof (ctf_lmember_t) * vlen; in init_types()
Dctf_create.c114 ctf_lmember_t ctlm; in ctf_copy_lmembers()
247 size += sizeof (ctf_lmember_t) * vlen; in ctf_update()
/freebsd-9-stable/sys/cddl/dev/fbt/
Dfbt.c731 ctf_lmember_t *lmp = (ctf_lmember_t *) in fbt_typoff_init()
734 vbytes = sizeof (ctf_lmember_t) * vlen; in fbt_typoff_init()
820 ctf_lmember_t *lmp = (ctf_lmember_t *) in fbt_typoff_init()
823 vbytes = sizeof (ctf_lmember_t) * vlen; in fbt_typoff_init()
/freebsd-9-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
Dctf.h344 } ctf_lmember_t; typedef
/freebsd-9-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
Dctf.c246 ctf_lmember_t ctlm; in write_type()
715 dptr += sizeof (ctf_lmember_t) * vlen; in count_types()
1052 ctf_lmember_t *ctlm = v; in resurrect_types()
1053 dptr += sizeof (ctf_lmember_t); in resurrect_types()
/freebsd-9-stable/cddl/contrib/opensolaris/tools/ctf/dump/
Ddump.c423 const ctf_lmember_t *lmp; in read_types()
553 sizeof (ctf_lmember_t) : sizeof (ctf_member_t)); in read_types()