Home
last modified time | relevance | path

Searched refs:CTF_V3_TYPE_TO_INDEX (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/sys/
H A Dctf.h182 #define CTF_V3_TYPE_TO_INDEX(type) ((type) & 0x7fffffffu) macro
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c308 if (++b->nptent < CTF_V3_TYPE_TO_INDEX(tp->t_id)) { in write_type()
310 b->nptent - 1, CTF_V3_TYPE_TO_INDEX(tp->t_id)); in write_type()
314 while (b->nptent < CTF_V3_TYPE_TO_INDEX(tp->t_id)) { in write_type()
/freebsd/cddl/contrib/opensolaris/common/ctf/
H A Dctf_types.c47 index = CTF_V3_TYPE_TO_INDEX(ctt->ctt_type); in ctf_get_ctt_index()
H A Dctf_open.c194 return (CTF_V3_TYPE_TO_INDEX(t)); in type_to_index_v3()
/freebsd/sys/cddl/dev/fbt/
H A Dfbt.c458 index = CTF_V3_TYPE_TO_INDEX(ctt->ctt_type); in fbt_get_ctt_index()