Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dctf.h113 uchar_t ctp_version; /* data format version number (CTF_VERSION) */ member
130 #define cth_version cth_preamble.ctp_version
/titanic_41/usr/src/common/ctf/
H A Dctf_open.c573 pp->ctp_magic, pp->ctp_version); in ctf_bufopen()
584 if (pp->ctp_version == CTF_VERSION_2) { in ctf_bufopen()
591 } else if (pp->ctp_version == CTF_VERSION_1) { in ctf_bufopen()
/titanic_41/usr/src/tools/ctf/dump/
H A Ddump.c938 if (pp->ctp_version == CTF_VERSION) { in main()
950 pp->ctp_version); in main()
/titanic_41/usr/src/lib/libctf/common/
H A Dctf_lib.c224 if (hdr.ctf.ctp_version > CTF_VERSION) in ctf_fdopen()