Searched defs:ctf (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libctf/common/
H A Dctf_lib.c319 ctf_preamble_t ctf; member in union:__anon15993
327 bzero(&hdr.ctf, sizeof (hdr));
332 if ((nbytes = pread64(fd, &hdr.ctf, sizeof (hdr), 0)) <= 0)
340 hdr.ctf.ctp_magic == CTF_MAGIC) {
341 if (hdr.ctf.ctp_version > CTF_VERSION)

Completed in 156 milliseconds