Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
HDctf.h133 #define cth_flags cth_preamble.ctp_flags macro
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/dump/
HDdump.c188 (void) printf(" cth_flags = 0x%02x\n", hp->cth_flags); in print_header()
957 if (hp->cth_flags & CTF_F_COMPRESS) { in main()
1011 h.cth_flags &= ~CTF_F_COMPRESS; in main()
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
HDctf.c712 h.cth_flags = do_compress ? CTF_F_COMPRESS : 0; in ctf_gen()
1373 if (h->cth_flags & CTF_F_COMPRESS) { in ctf_load()
1389 if (h->cth_flags & CTF_F_COMPRESS) in ctf_load()
/freebsd-11-stable/cddl/contrib/opensolaris/common/ctf/
HDctf_open.c634 if (hp.cth_flags & CTF_F_COMPRESS) { in ctf_bufopen()