Home
last modified time | relevance | path

Searched refs:CTF_V2_TYPE_TO_INDEX (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/sys/
H A Dctf.h171 #define CTF_V2_TYPE_TO_INDEX(type) ((type) & 0x7fff) macro
293 #define CTF_TYPE_TO_INDEX CTF_V2_TYPE_TO_INDEX
/freebsd/cddl/contrib/opensolaris/common/ctf/
H A Dctf_types.c41 index = CTF_V2_TYPE_TO_INDEX(ctt->ctt_type); in ctf_get_ctt_index()
H A Dctf_open.c116 return (CTF_V2_TYPE_TO_INDEX(t)); in type_to_index_v2()
/freebsd/sys/cddl/dev/fbt/
H A Dfbt.c452 index = CTF_V2_TYPE_TO_INDEX(ctt->ctt_type); in fbt_get_ctt_index()