Searched refs:ctf_dprintf (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libctf/common/
H A Dctf_subr.c73 ctf_dprintf(const char *format, ...) function
H A Dctf_lib.c91 ctf_dprintf("decompressing CTF data using %s\n", _libctf_zlib);
495 ctf_dprintf("ctf_version: client using version %d\n", version);
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/ctf/
H A Dctf_subr.c86 ctf_dprintf(const char *format, ...) function
/freebsd-9.3-release/cddl/contrib/opensolaris/common/ctf/
H A Dctf_open.c190 ctf_dprintf("loaded %lu symtab entries\n", fp->ctf_nsyms);
294 ctf_dprintf("detected invalid CTF kind -- %u\n", kind);
306 ctf_dprintf("CTF container %p is a child\n", (void *)fp);
309 ctf_dprintf("CTF container %p is a parent\n", (void *)fp);
505 ctf_dprintf("%lu total types processed\n", fp->ctf_typemax);
506 ctf_dprintf("%u enum names hashed\n", ctf_hash_size(&fp->ctf_enums));
507 ctf_dprintf("%u struct names hashed (%d long)\n",
509 ctf_dprintf("%u union names hashed (%d long)\n",
511 ctf_dprintf("%u base type names hashed\n",
571 ctf_dprintf("ctf_bufope
[all...]
H A Dctf_labels.c96 ctf_dprintf("failed to decode label %u with "
H A Dctf_impl.h322 extern void ctf_dprintf(const char *, ...);
H A Dctf_types.c184 ctf_dprintf("type %ld cycle detected\n", otype);

Completed in 123 milliseconds