Home
last modified time | relevance | path

Searched refs:CTF_VERSION (Results 1 – 7 of 7) sorted by relevance

/trueos/sys/cddl/contrib/opensolaris/uts/common/ctf/
HDctf_mod.c110 ASSERT(version > 0 && version <= CTF_VERSION); in ctf_version()
113 _libctf_version = MIN(CTF_VERSION, version); in ctf_version()
/trueos/cddl/contrib/opensolaris/lib/libctf/common/
HDctf_lib.c247 if (hdr.ctf.ctp_version > CTF_VERSION) in ctf_fdopen()
518 if (version > CTF_VERSION) { in ctf_version()
/trueos/sys/cddl/contrib/opensolaris/uts/common/sys/
HDctf.h153 #define CTF_VERSION CTF_VERSION_2 /* current version */ macro
/trueos/cddl/contrib/opensolaris/tools/ctf/dump/
HDdump.c938 if (pp->ctp_version == CTF_VERSION) { in main()
945 CTF_VERSION); in main()
/trueos/cddl/contrib/opensolaris/tools/ctf/cvt/
HDctf.c711 h.cth_version = CTF_VERSION; in ctf_gen()
1369 if (h->cth_version != CTF_VERSION) in ctf_load()
/trueos/cddl/contrib/opensolaris/common/ctf/
HDctf_create.c55 static const ctf_header_t hdr = { { CTF_MAGIC, CTF_VERSION, 0 } }; in ctf_create()
262 hdr.cth_version = CTF_VERSION; in ctf_update()
HDctf_open.c44 int _libctf_version = CTF_VERSION; /* library client version */