Home
last modified time | relevance | path

Searched refs:CTF_V2_LSIZE_SENT (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/sys/
H A Dctf.h161 #define CTF_V2_LSIZE_SENT (CTF_V2_MAX_SIZE + 1) /* sentinel for cts vs ctt */ macro
295 #define CTF_LSIZE_SENT CTF_V2_LSIZE_SENT
/freebsd/cddl/contrib/opensolaris/common/ctf/
H A Dctf_create.c315 if (dtd->dtd_data.ctt_size != CTF_V2_LSIZE_SENT) in ctf_update()
410 if (dtd->dtd_data.ctt_size != CTF_V2_LSIZE_SENT) in ctf_update()
H A Dctf_types.c97 if (ctt->ctt_size == CTF_V2_LSIZE_SENT) { in ctf_get_ctt_size()
H A Dctf_open.c86 return (CTF_V2_LSIZE_SENT); in get_lsize_sent_v2()
/freebsd/cddl/contrib/opensolaris/tools/ctf/dump/
H A Ddump.c443 if (t2.ctt_size == CTF_V2_LSIZE_SENT) { in read_types()
/freebsd/sys/cddl/dev/fbt/
H A Dfbt.c479 if (ctt->ctt_size == CTF_V2_LSIZE_SENT) { in fbt_get_ctt_size()
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c780 if (ctt->ctt_size == CTF_V2_LSIZE_SENT) { in get_ctt_size()