Searched refs:cth_version (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dctf.h132 #define cth_version cth_preamble.ctp_version macro
/freebsd-9.3-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c622 h.cth_version = CTF_VERSION;
1259 if (h->cth_version != CTF_VERSION)
1260 parseterminate("Unknown CTF version %d", h->cth_version);
/freebsd-9.3-release/sys/cddl/dev/fbt/
H A Dfbt.c708 (void) fbt_get_ctt_size(hp->cth_version, tp, &size, &increment);
797 (void) fbt_get_ctt_size(hp->cth_version, tp, &size, &increment);
1025 (void) fbt_get_ctt_size(hp->cth_version, tp, NULL, &increment);
/freebsd-9.3-release/cddl/contrib/opensolaris/common/ctf/
H A Dctf_open.c680 fp->ctf_version = hp.cth_version;
681 fp->ctf_fileops = &ctf_fileops[hp.cth_version];
H A Dctf_create.c211 hdr.cth_version = CTF_VERSION;
/freebsd-9.3-release/cddl/contrib/opensolaris/tools/ctf/dump/
H A Ddump.c187 (void) printf(" cth_version = %u\n", hp->cth_version);

Completed in 175 milliseconds