Searched refs:CTF_LSTRUCT_THRESH (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dctf.h330 #define CTF_LSTRUCT_THRESH 8192 macro
/freebsd-11-stable/cddl/contrib/opensolaris/common/ctf/
H A Dctf_types.c78 if (fp->ctf_version == CTF_VERSION_1 || size < CTF_LSTRUCT_THRESH) {
429 size < CTF_LSTRUCT_THRESH) {
668 if (fp->ctf_version == CTF_VERSION_1 || size < CTF_LSTRUCT_THRESH) {
852 if (fp->ctf_version == CTF_VERSION_1 || size < CTF_LSTRUCT_THRESH) {
H A Dctf_open.c251 size < CTF_LSTRUCT_THRESH) {
405 size < CTF_LSTRUCT_THRESH)
421 size < CTF_LSTRUCT_THRESH)
H A Dctf_create.c295 if (dtd->dtd_data.ctt_size < CTF_LSTRUCT_THRESH)
399 if (dtd->dtd_data.ctt_size < CTF_LSTRUCT_THRESH)
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c234 * types with size < CTF_LSTRUCT_THRESH) or a ctf_type_t (all others) will be
397 if (tp->t_size < CTF_LSTRUCT_THRESH) {
813 if (size < CTF_LSTRUCT_THRESH)
1135 if (size < CTF_LSTRUCT_THRESH) {
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/dump/
H A Ddump.c532 if (size >= CTF_LSTRUCT_THRESH) {
552 vlen = n * (size >= CTF_LSTRUCT_THRESH ?
/freebsd-11-stable/sys/cddl/dev/fbt/
H A Dfbt.c457 if (size < CTF_LSTRUCT_THRESH) {
546 if (size < CTF_LSTRUCT_THRESH) {

Completed in 130 milliseconds