Searched refs:debug_printf (Results 1 – 11 of 11) sorted by relevance
| /trueos/sys/fs/fuse/ |
| HD | fuse_ipc.c | 155 debug_printf("fiov=%p, size=%zd\n", fiov, size); in fiov_init() 168 debug_printf("fiov=%p\n", fiov); in fiov_teardown() 177 debug_printf("fiov=%p, size=%zd\n", fiov, size); in fiov_adjust() 198 debug_printf("fiov=%p\n", fiov); in fiov_refresh() 210 debug_printf("ftick=%p data=%p\n", ftick, data); in fticket_ctor() 236 debug_printf("ftick=%p\n", ftick); in fticket_dtor() 291 debug_printf("ftick=%p\n", ftick); in fticket_refresh() 319 debug_printf("ftick=%p\n", ftick); in fticket_wait_answer() 347 debug_printf("FUSE: requester was woken up but still no answer"); in fticket_wait_answer() 362 debug_printf("ftick=%p, uio=%p\n", ftick, uio); in fticket_aw_pull_uio() [all …]
|
| HD | fuse_internal.c | 392 debug_printf("dvp=%p, cnp=%p, op=%d\n", vp, cnp, op); in fuse_internal_remove() 455 debug_printf("fdip=%p\n", fdip); in fuse_internal_newentry_makerequest() 539 debug_printf("mp=%p, nodeid=%ju, nlookup=%ju\n", in fuse_internal_forget_send() 586 debug_printf("userpace version too low\n"); in fuse_internal_init_callback()
|
| HD | fuse_debug.h | 71 #define debug_printf(fmt, ...) FS_DEBUG(fmt, ## __VA_ARGS__) macro
|
| HD | fuse_vnops.c | 341 debug_printf("parent nid = %ju, mode = %x\n", (uintmax_t)parentnid, in fuse_vnop_create() 346 debug_printf("eh, daemon doesn't implement create?\n"); in fuse_vnop_create() 364 debug_printf("create: got err=%d from daemon\n", err); in fuse_vnop_create() 489 debug_printf("fuse_getattr b: returning ENOTCONN\n"); in fuse_vnop_getattr() 531 debug_printf("fuse_getattr e: returning 0\n"); in fuse_vnop_getattr() 1585 debug_printf("FUSE: Dang! vnode_vtype is VNON and vtype isn't.\n"); in fuse_vnop_setattr()
|
| HD | fuse_file.c | 135 debug_printf("OUCH ... daemon didn't give fh (err = %d)\n", err); in fuse_filehandle_open()
|
| HD | fuse_node.c | 239 debug_printf("dvp=%p\n", dvp); in fuse_vnode_get()
|
| HD | fuse_vfsops.c | 407 debug_printf("vflush failed"); in fuse_vfsop_unmount()
|
| /trueos/sys/contrib/octeon-sdk/cvmx-malloc/ |
| HD | arena.c | 211 debug_printf("cvmx_new_arena called, addr: %p, size %ld\n", addr, size); in cvmx_new_arena() 212 …debug_printf("heapinfo size: %ld, mstate size: %d\n", sizeof(heap_info), sizeof(struct malloc_stat… in cvmx_new_arena() 255 debug_printf("Adding arena at addr: %p, size %d\n", ptr, size); in cvmx_add_arena() 263 debug_printf("cmvx_add_arena - arena_list: %p, *arena_list: %p\n", arena_list, *arena_list); in cvmx_add_arena() 264 debug_printf("cmvx_add_arena - list: %p, new: %p\n", *arena_list, a); in cvmx_add_arena() 283 …debug_printf("cvmx_add_arena - list: %p, list->next: %p\n", *arena_list, ((mstate)*arena_list)->ne… in cvmx_add_arena()
|
| HD | malloc.c | 1448 #define debug_printf printf macro 1450 #define debug_printf(format, args...) macro 2644 debug_printf("New arena: %p\n", ar_ptr); in public_mALLOc() 2703 debug_printf("cvmx_malloc(%ld) = %p\n", bytes, victim); in public_mALLOc() 2718 debug_printf("cvmx_free(%p)\n", mem); in public_fREe()
|
| /trueos/libexec/rtld-elf/ |
| HD | debug.h | 44 extern void debug_printf(const char *, ...) __printflike(1, 2); 48 #define dbg(...) debug_printf(__VA_ARGS__)
|
| HD | debug.c | 47 debug_printf(const char *format, ...) in debug_printf() function
|