Home
last modified time | relevance | path

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

/freebsd/sys/ddb/
H A Ddb_pprint.c260 kind = CTF_V3_INFO_KIND(ref_type->ctt_info); in db_pprint_ptr()
320 switch (CTF_V3_INFO_KIND(type->ctt_info)) { in db_pprint_type()
H A Ddb_ctf.c103 kind = CTF_V3_INFO_KIND(t->ctt_info); in db_ctf_type_size()
/freebsd/sys/sys/
H A Dctf.h203 #define CTF_V3_INFO_KIND(i) (((i) & 0xfc000000) >> 26) macro
/freebsd/sys/cddl/dev/fbt/
H A Dfbt.c424 kind = CTF_V3_INFO_KIND(info); in fbt_ctfoff_init()
529 kind = CTF_V3_INFO_KIND(ctt->ctt_info); in fbt_get_ctt_info()
1208 kind = CTF_V3_INFO_KIND(info); in fbt_getargdesc()
/freebsd/cddl/contrib/opensolaris/tools/ctf/dump/
H A Ddump.c341 CTF_V2_INFO_KIND(info) : CTF_V3_INFO_KIND(info); in read_funcs()
455 kind = CTF_V3_INFO_KIND(t3.ctt_info); in read_types()
/freebsd/cddl/contrib/opensolaris/common/ctf/
H A Dctf_types.c75 kind = CTF_V3_INFO_KIND(ctt->ctt_info); in ctf_get_ctt_info()
H A Dctf_open.c128 return (CTF_V3_INFO_KIND(info)); in get_kind_v3()
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c768 *kind = CTF_V3_INFO_KIND(ctt->ctt_info); in get_ctt_info()