Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Dctf.h108 #define CTF_LSIZE_SENT 0xffff /* sentinel for ctt_size */ macro
/titanic_44/usr/src/common/ctf/
H A Dctf_create.c277 if (dtd->dtd_data.ctt_size != CTF_LSIZE_SENT) in ctf_update()
347 if (dtd->dtd_data.ctt_size != CTF_LSIZE_SENT) in ctf_update()
1125 dtd->dtd_data.ctt_size = CTF_LSIZE_SENT; in ctf_add_member()
1462 dtd->dtd_data.ctt_size = CTF_LSIZE_SENT; in ctf_add_type()
H A Dctf_types.c37 tp->ctt_size == CTF_LSIZE_SENT) { in ctf_get_ctt_size()
/titanic_44/usr/src/tools/ctf/cvt/
H A Dctf.c206 ctt->ctt_size = CTF_LSIZE_SENT; in write_sized_type_rec()
663 if (ctt->ctt_size == CTF_LSIZE_SENT) { in get_ctt_size()
/titanic_44/usr/src/tools/ctf/dump/
H A Ddump.c435 if (tp->ctt_size == CTF_LSIZE_SENT) { in read_types()