Searched refs:debug_printf (Results 1 - 11 of 11) sorted by relevance

/freebsd-10-stable/libexec/rtld-elf/
H A Ddebug.h40 extern void debug_printf(const char *, ...) __printflike(1, 2);
44 #define dbg(...) debug_printf(__VA_ARGS__)
H A Ddebug.c47 debug_printf(const char *format, ...) function
/freebsd-10-stable/sys/fs/fuse/
H A Dfuse_ipc.c155 debug_printf("fiov=%p, size=%zd\n", fiov, size);
168 debug_printf("fiov=%p\n", fiov);
177 debug_printf("fiov=%p, size=%zd\n", fiov, size);
198 debug_printf("fiov=%p\n", fiov);
210 debug_printf("ftick=%p data=%p\n", ftick, data);
236 debug_printf("ftick=%p\n", ftick);
291 debug_printf("ftick=%p\n", ftick);
319 debug_printf("ftick=%p\n", ftick);
347 debug_printf("FUSE: requester was woken up but still no answer");
362 debug_printf("ftic
[all...]
H A Dfuse_debug.h71 #define debug_printf(fmt, ...) FS_DEBUG(fmt, ## __VA_ARGS__) macro
H A Dfuse_vnops.c351 debug_printf("parent nid = %ju, mode = %x\n", (uintmax_t)parentnid,
356 debug_printf("eh, daemon doesn't implement create?\n");
374 debug_printf("create: got err=%d from daemon\n", err);
499 debug_printf("fuse_getattr b: returning ENOTCONN\n");
541 debug_printf("fuse_getattr e: returning 0\n");
1606 debug_printf("FUSE: Dang! vnode_vtype is VNON and vtype isn't.\n");
2056 debug_printf("getxattr: got err=%d from daemon\n", err);
2065 debug_printf("getxattr: err = 0, but answ = %p, iosize = %zu\n",
2138 debug_printf("setxattr: got error %d from uiomove\n", err);
2147 debug_printf("setxatt
[all...]
H A Dfuse_internal.c392 debug_printf("dvp=%p, cnp=%p, op=%d\n", vp, cnp, op);
455 debug_printf("fdip=%p\n", fdip);
539 debug_printf("mp=%p, nodeid=%ju, nlookup=%ju\n",
586 debug_printf("userpace version too low\n");
H A Dfuse_file.c135 debug_printf("OUCH ... daemon didn't give fh (err = %d)\n", err);
H A Dfuse_node.c239 debug_printf("dvp=%p\n", dvp);
H A Dfuse_vfsops.c407 debug_printf("vflush failed");
/freebsd-10-stable/sys/contrib/octeon-sdk/cvmx-malloc/
H A Darena.c211 debug_printf("cvmx_new_arena called, addr: %p, size %ld\n", addr, size);
212 debug_printf("heapinfo size: %ld, mstate size: %d\n", sizeof(heap_info), sizeof(struct malloc_state));
255 debug_printf("Adding arena at addr: %p, size %d\n", ptr, size);
263 debug_printf("cmvx_add_arena - arena_list: %p, *arena_list: %p\n", arena_list, *arena_list);
264 debug_printf("cmvx_add_arena - list: %p, new: %p\n", *arena_list, a);
283 debug_printf("cvmx_add_arena - list: %p, list->next: %p\n", *arena_list, ((mstate)*arena_list)->next);
H A Dmalloc.c1448 #define debug_printf printf macro
1450 #define debug_printf(format, args...) macro
2644 debug_printf("New arena: %p\n", ar_ptr);
2703 debug_printf("cvmx_malloc(%ld) = %p\n", bytes, victim);
2718 debug_printf("cvmx_free(%p)\n", mem);

Completed in 192 milliseconds