Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Dctf.h131 #define cth_flags cth_preamble.ctp_flags macro
/titanic_44/usr/src/tools/ctf/dump/
H A Ddump.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()
/titanic_44/usr/src/tools/ctf/cvt/
H A Dctf.c617 h.cth_flags = do_compress ? CTF_F_COMPRESS : 0; in ctf_gen()
1260 if (h->cth_flags & CTF_F_COMPRESS) { in ctf_load()
1276 if (h->cth_flags & CTF_F_COMPRESS) in ctf_load()
/titanic_44/usr/src/common/ctf/
H A Dctf_open.c634 if (hp.cth_flags & CTF_F_COMPRESS) { in ctf_bufopen()