Searched refs:ctp_version (Results 1 – 4 of 4) sorted by relevance
113 uchar_t ctp_version; /* data format version number (CTF_VERSION) */ member130 #define cth_version cth_preamble.ctp_version
573 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()
938 if (pp->ctp_version == CTF_VERSION) { in main()950 pp->ctp_version); in main()
224 if (hdr.ctf.ctp_version > CTF_VERSION) in ctf_fdopen()