Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dctf.h197 #define CTF_V2_INFO_VLEN(i) ((i) & CTF_V2_MAX_VLEN) macro
288 #define CTF_INFO_VLEN CTF_V2_INFO_VLEN
/freebsd/sys/cddl/dev/fbt/
H A Dfbt.c422 vlen = CTF_V2_INFO_VLEN(info); in fbt_ctfoff_init()
524 vlen = CTF_V2_INFO_VLEN(ctt->ctt_info); in fbt_get_ctt_info()
1206 n = CTF_V2_INFO_VLEN(info); in fbt_getargdesc()
/freebsd/cddl/contrib/opensolaris/tools/ctf/dump/
H A Ddump.c343 CTF_V2_INFO_VLEN(info) : CTF_V3_INFO_VLEN(info); in read_funcs()
438 n = CTF_V2_INFO_VLEN(t2.ctt_info); in read_types()
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c763 *vlen = CTF_V2_INFO_VLEN(ctt->ctt_info); in get_ctt_info()
1027 ii->ii_nargs = CTF_V2_INFO_VLEN(info); in resurrect_functions()
/freebsd/cddl/contrib/opensolaris/common/ctf/
H A Dctf_types.c70 vlen = CTF_V2_INFO_VLEN(ctt->ctt_info); in ctf_get_ctt_info()
H A Dctf_open.c62 return (CTF_V2_INFO_VLEN((ushort_t)info)); in get_vlen_v2()