Home
last modified time | relevance | path

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

/illumos-gate/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
/illumos-gate/usr/src/common/ctf/
H A Dctf_open.c575 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()
/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_lib.c452 if (hdr.ctf.ctp_version > CTF_VERSION) in ctf_fdcreate_int()