Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
Dctf.h155 #define CTF_F_COMPRESS 0x1 /* data buffer is compressed */ macro
/freebsd-12-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
Dctf.c708 h.cth_flags = do_compress ? CTF_F_COMPRESS : 0; in ctf_gen()
1360 if (h->cth_flags & CTF_F_COMPRESS) { in ctf_load()
1376 if (h->cth_flags & CTF_F_COMPRESS) in ctf_load()
/freebsd-12-stable/cddl/contrib/opensolaris/tools/ctf/dump/
Ddump.c956 if (hp->cth_flags & CTF_F_COMPRESS) { in main()
1010 h.cth_flags &= ~CTF_F_COMPRESS; in main()
/freebsd-12-stable/cddl/contrib/opensolaris/common/ctf/
Dctf_open.c634 if (hp.cth_flags & CTF_F_COMPRESS) { in ctf_bufopen()
646 ((ctf_preamble_t *)base)->ctp_flags &= ~CTF_F_COMPRESS; in ctf_bufopen()