Searched refs:__func__ (Results 1 – 5 of 5) sorted by relevance
/linux-2.4.37.9/arch/arm/mach-sa1100/ |
D | sa1111-pcibuf.c | 108 __func__, ptr, size, direction); in alloc_safe_buffer() 112 printk(KERN_WARNING "%s: kmalloc failed\n", __func__); in alloc_safe_buffer() 133 __func__, size); in alloc_safe_buffer() 174 DPRINTK("%s(buf=%p)\n", __func__, buf); in free_safe_buffer() 219 __func__, ptr, size, direction); in sa1111_map_single() 234 __func__, ptr); in sa1111_map_single() 240 __func__, in sa1111_map_single() 247 __func__, ptr, buf->safe, size); in sa1111_map_single() 275 __func__, (void *) dma_addr, size, direction); in sa1111_unmap_single() 287 __func__, in sa1111_unmap_single() [all …]
|
/linux-2.4.37.9/include/net/bluetooth/ |
D | bluetooth.h | 80 #define __func__ __FUNCTION__ macro 84 #define BT_DBG(fmt, arg...) printk(KERN_INFO "%s: " fmt "\n" , __func__ , ## arg) 85 #define BT_ERR(fmt, arg...) printk(KERN_ERR "%s: " fmt "\n" , __func__ , ## arg) 88 #define BT_DMP(buf, len) bluez_dump(__func__, buf, len)
|
/linux-2.4.37.9/fs/ext3/ |
D | dir.c | 92 ext3_error (sb, __func__, "directory #%lu " in ext3_readdir()
|
/linux-2.4.37.9/fs/ext2/ |
D | dir.c | 114 ext2_error(sb, __func__, in ext2_check_page() 134 ext2_error(sb, __func__, "bad entry in directory #%lu: : %s - " in ext2_check_page()
|
/linux-2.4.37.9/drivers/media/video/ |
D | w9966.c | 59 KERN_DEBUG, __FILE__, __LINE__, __func__); \
|