Home
last modified time | relevance | path

Searched refs:CTF_V3_LSTRUCT_THRESH (Results 1 – 6 of 6) sorted by relevance

/freebsd-13-stable/sys/sys/
HDctf.h144 #define CTF_V3_LSTRUCT_THRESH (1 << 29) macro
/freebsd-13-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
HDctf.c392 if (tp->t_size < CTF_V3_LSTRUCT_THRESH) { in write_type()
849 if (size < CTF_V3_LSTRUCT_THRESH) in count_types()
1240 if (size < CTF_V3_LSTRUCT_THRESH) { in resurrect_types()
/freebsd-13-stable/cddl/contrib/opensolaris/tools/ctf/dump/
HDdump.c617 if (size >= CTF_V3_LSTRUCT_THRESH) { in read_types()
643 vlen = n * (size >= CTF_V3_LSTRUCT_THRESH ? in read_types()
/freebsd-13-stable/sys/cddl/dev/fbt/
HDfbt.c603 if (size < CTF_V3_LSTRUCT_THRESH) in fbt_typoff_init()
691 if (size < CTF_V3_LSTRUCT_THRESH) in fbt_typoff_init()
/freebsd-13-stable/cddl/contrib/opensolaris/common/ctf/
HDctf_types.c152 if (size < CTF_V3_LSTRUCT_THRESH) { in ctf_get_ctm_info()
HDctf_open.c170 return (CTF_V3_LSTRUCT_THRESH); in get_lstruct_thresh_v3()