Searched refs:ctp_version (Results 1 – 3 of 3) sorted by relevance
113 uchar_t ctp_version; /* data format version number (CTF_VERSION) */ member130 #define cth_version cth_preamble.ctp_version
575 pp->ctp_magic, pp->ctp_version); in ctf_bufopen()586 if (pp->ctp_version == CTF_VERSION_2) { in ctf_bufopen()593 } else if (pp->ctp_version == CTF_VERSION_1) { in ctf_bufopen()
452 if (hdr.ctf.ctp_version > CTF_VERSION) in ctf_fdcreate_int()