Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Dctf.h150 #define CTF_VERSION_2 2 macro
151 #define CTF_VERSION CTF_VERSION_2 /* current version */
/titanic_44/usr/src/common/ctf/
H A Dctf_labels.c39 if (fp->ctf_version < CTF_VERSION_2) in extract_label_info()
H A Dctf_open.c584 if (pp->ctp_version == CTF_VERSION_2) { in ctf_bufopen()