Home
last modified time | relevance | path

Searched refs:CTF_MAGIC (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dctf.h146 #define CTF_MAGIC 0xcff1 /* magic number identifying header */ macro
/illumos-gate/usr/src/common/ctf/
H A Dctf_create.c65 static const ctf_header_t hdr = { { CTF_MAGIC, CTF_VERSION, 0 } }; in ctf_create()
103 static const ctf_header_t hdr = { { CTF_MAGIC, CTF_VERSION, 0 } }; in ctf_fdcreate()
323 hdr.cth_magic = CTF_MAGIC; in ctf_update()
H A Dctf_open.c583 if (pp->ctp_magic != CTF_MAGIC) in ctf_bufopen()
/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_lib.c448 hdr.ctf.ctp_magic == CTF_MAGIC) { in ctf_fdcreate_int()