Home
last modified time | relevance | path

Searched refs:cth_version (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/uts/common/sys/
H A Dctf.h130 #define cth_version cth_preamble.ctp_version macro
/titanic_50/usr/src/tools/ctf/cvt/
H A Dctf.c616 h.cth_version = CTF_VERSION; in ctf_gen()
1256 if (h->cth_version != CTF_VERSION) in ctf_load()
1257 parseterminate("Unknown CTF version %d", h->cth_version); in ctf_load()
/titanic_50/usr/src/common/ctf/
H A Dctf_open.c683 fp->ctf_version = hp.cth_version; in ctf_bufopen()
684 fp->ctf_fileops = &ctf_fileops[hp.cth_version]; in ctf_bufopen()
H A Dctf_create.c314 hdr.cth_version = CTF_VERSION; in ctf_update()
/titanic_50/usr/src/cmd/ctfdump/
H A Dctfdump.c265 hp->cth_version); in ctfdump_header()