Searched refs:CTF_MAGIC (Results 1 – 4 of 4) sorted by relevance
146 #define CTF_MAGIC 0xcff1 /* magic number identifying header */ macro
65 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()
583 if (pp->ctp_magic != CTF_MAGIC) in ctf_bufopen()
448 hdr.ctf.ctp_magic == CTF_MAGIC) { in ctf_fdcreate_int()