Searched refs:ctf_dprintf (Results 1 – 8 of 8) sorted by relevance
/onnv-gate/usr/src/common/ctf/ |
H A D | ctf_open.c | 190 ctf_dprintf("loaded %lu symtab entries\n", fp->ctf_nsyms); in init_symtab() 294 ctf_dprintf("detected invalid CTF kind -- %u\n", kind); in init_types() 306 ctf_dprintf("CTF container %p is a child\n", (void *)fp); in init_types() 309 ctf_dprintf("CTF container %p is a parent\n", (void *)fp); in init_types() 505 ctf_dprintf("%lu total types processed\n", fp->ctf_typemax); in init_types() 506 ctf_dprintf("%u enum names hashed\n", ctf_hash_size(&fp->ctf_enums)); in init_types() 507 ctf_dprintf("%u struct names hashed (%d long)\n", in init_types() 509 ctf_dprintf("%u union names hashed (%d long)\n", in init_types() 511 ctf_dprintf("%u base type names hashed\n", in init_types() 571 ctf_dprintf("ctf_bufopen: magic=0x%x version=%u\n", in ctf_bufopen() [all …]
|
H A D | ctf_labels.c | 96 ctf_dprintf("failed to decode label %u with " in ctf_label_iter()
|
H A D | ctf_impl.h | 322 extern void ctf_dprintf(const char *, ...);
|
H A D | ctf_types.c | 184 ctf_dprintf("type %ld cycle detected\n", otype); in ctf_type_resolve()
|
/onnv-gate/usr/src/uts/common/ctf/ |
H A D | ctf_subr.c | 86 ctf_dprintf(const char *format, ...) in ctf_dprintf() function
|
/onnv-gate/usr/src/lib/libctf/common/ |
H A D | ctf_subr.c | 74 ctf_dprintf(const char *format, ...) in ctf_dprintf() function
|
H A D | ctf_lib.c | 77 ctf_dprintf("decompressing CTF data using %s\n", _libctf_zlib); in ctf_zopen() 474 ctf_dprintf("ctf_version: client using version %d\n", version); in ctf_version()
|
/onnv-gate/usr/src/cmd/mdb/common/libstandctf/ |
H A D | ctf_subr.c | 131 ctf_dprintf(const char *format, ...) in ctf_dprintf() function
|