Home
last modified time | relevance | path

Searched refs:CTF_F_COMPRESS (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dctf.h153 #define CTF_F_COMPRESS 0x1 /* data buffer is compressed */ macro
/illumos-gate/usr/src/common/ctf/
H A Dctf_open.c637 if (hp.cth_flags & CTF_F_COMPRESS) { in ctf_bufopen()
649 ((ctf_preamble_t *)base)->ctp_flags &= ~CTF_F_COMPRESS; in ctf_bufopen()
/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_lib.c154 cthp->cth_flags |= CTF_F_COMPRESS; in ctf_zdata_init()