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

/freebsd-13-stable/cddl/contrib/opensolaris/lib/libctf/common/
H A Dctf_subr.c73 ctf_dprintf(const char *format, ...) function
H A Dctf_lib.c92 ctf_dprintf("decompressing CTF data using %s\n", _libctf_zlib);
524 ctf_dprintf("ctf_version: client using version %d\n", version);
/freebsd-13-stable/sys/cddl/contrib/opensolaris/uts/common/ctf/
H A Dctf_subr.c86 ctf_dprintf(const char *format, ...) function
/freebsd-13-stable/cddl/contrib/opensolaris/common/ctf/
H A Dctf_open.c191 ctf_dprintf("loaded %lu symtab entries\n", fp->ctf_nsyms);
295 ctf_dprintf("detected invalid CTF kind -- %u\n", kind);
307 ctf_dprintf("CTF container %p is a child\n", (void *)fp);
310 ctf_dprintf("CTF container %p is a parent\n", (void *)fp);
506 ctf_dprintf("%lu total types processed\n", fp->ctf_typemax);
507 ctf_dprintf("%u enum names hashed\n", ctf_hash_size(&fp->ctf_enums));
508 ctf_dprintf("%u struct names hashed (%d long)\n",
510 ctf_dprintf("%u union names hashed (%d long)\n",
512 ctf_dprintf("%u base type names hashed\n",
572 ctf_dprintf("ctf_bufope
[all...]
H A Dctf_labels.c96 ctf_dprintf("failed to decode label %u with "
H A Dctf_impl.h326 extern void ctf_dprintf(const char *, ...);
H A Dctf_types.c182 ctf_dprintf("type %ld cycle detected\n", otype);

Completed in 116 milliseconds