Home
last modified time | relevance | path

Searched refs:CTF_MAX_SIZE (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dctf.h107 #define CTF_MAX_SIZE 0xfffe /* max size of a type in bytes */ macro
/illumos-gate/usr/src/common/ctf/
H A Dctf_types.c62 if (size > CTF_MAX_SIZE) { in ctf_set_ctt_size()