Home
last modified time | relevance | path

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

/freebsd/sys/ddb/
H A Ddb_pprint.c59 type_struct_size = (type->ctt_size == CTF_V3_LSIZE_SENT) ? in db_pprint_int()
93 type_struct_size = (type->ctt_size == CTF_V3_LSIZE_SENT) ? in db_pprint_struct()
96 struct_size = ((type->ctt_size == CTF_V3_LSIZE_SENT) ? in db_pprint_struct()
174 type_struct_size = (type->ctt_size == CTF_V3_LSIZE_SENT) ? in db_pprint_arr()
179 elem_size = ((elem_type->ctt_size == CTF_V3_LSIZE_SENT) ? in db_pprint_arr()
215 type_struct_size = (type->ctt_size == CTF_V3_LSIZE_SENT) ? in db_pprint_enum()
H A Ddb_ctf.c104 ssize = ((t->ctt_size == CTF_V3_LSIZE_SENT) ? CTF_TYPE_LSIZE(t) : in db_ctf_type_size()
106 type_struct_size = ((t->ctt_size == CTF_V3_LSIZE_SENT) ? in db_ctf_type_size()
/freebsd/sys/sys/
H A Dctf.h165 #define CTF_V3_LSIZE_SENT (CTF_V3_MAX_SIZE + 1) macro
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c239 ctt->ctt_size = CTF_V3_LSIZE_SENT; in write_sized_type_rec()
790 if (ctt->ctt_size == CTF_V3_LSIZE_SENT) { in get_ctt_size()
/freebsd/cddl/contrib/opensolaris/common/ctf/
H A Dctf_types.c107 if (ctt->ctt_size == CTF_V3_LSIZE_SENT) { in ctf_get_ctt_size()
H A Dctf_open.c164 return (CTF_V3_LSIZE_SENT); in get_lsize_sent_v3()
/freebsd/cddl/contrib/opensolaris/tools/ctf/dump/
H A Ddump.c458 if (t3.ctt_size == CTF_V3_LSIZE_SENT) { in read_types()
/freebsd/sys/cddl/dev/fbt/
H A Dfbt.c496 if (ctt->ctt_size == CTF_V3_LSIZE_SENT) { in fbt_get_ctt_size()