Home
last modified time | relevance | path

Searched refs:CTF_V3_INFO_VLEN (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/ddb/
H A Ddb_pprint.c99 vlen = CTF_V3_INFO_VLEN(type->ctt_info); in db_pprint_struct()
218 vlen = CTF_V3_INFO_VLEN(type->ctt_info); in db_pprint_enum()
H A Ddb_ctf.c102 vlen = CTF_V3_INFO_VLEN(t->ctt_info); in db_ctf_type_size()
/freebsd/sys/sys/
H A Dctf.h201 #define CTF_V3_INFO_VLEN(i) ((i) & CTF_V3_MAX_VLEN) macro
/freebsd/sys/cddl/dev/fbt/
H A Dfbt.c418 vlen = CTF_V3_INFO_VLEN(info); in fbt_ctfoff_init()
523 vlen = CTF_V3_INFO_VLEN(ctt->ctt_info); in fbt_get_ctt_info()
1202 n = CTF_V3_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()
453 n = CTF_V3_INFO_VLEN(t3.ctt_info); in read_types()
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c769 *vlen = CTF_V3_INFO_VLEN(ctt->ctt_info); in get_ctt_info()
1029 ii->ii_nargs = CTF_V3_INFO_VLEN(info); in resurrect_functions()
/freebsd/cddl/contrib/opensolaris/common/ctf/
H A Dctf_types.c76 vlen = CTF_V3_INFO_VLEN(ctt->ctt_info); in ctf_get_ctt_info()
H A Dctf_open.c140 return (CTF_V3_INFO_VLEN(info)); in get_vlen_v3()