Searched refs:CTF_F_COMPRESS (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dctf.h155 #define CTF_F_COMPRESS 0x1 /* data buffer is compressed */ macro
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c712 h.cth_flags = do_compress ? CTF_F_COMPRESS : 0;
1373 if (h->cth_flags & CTF_F_COMPRESS) {
1389 if (h->cth_flags & CTF_F_COMPRESS)
/freebsd-11-stable/cddl/contrib/opensolaris/common/ctf/
H A Dctf_open.c634 if (hp.cth_flags & CTF_F_COMPRESS) {
646 ((ctf_preamble_t *)base)->ctp_flags &= ~CTF_F_COMPRESS;
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/dump/
H A Ddump.c957 if (hp->cth_flags & CTF_F_COMPRESS) {
1011 h.cth_flags &= ~CTF_F_COMPRESS;

Completed in 109 milliseconds