Searched refs:KERN_DEBUG (Results 1 – 25 of 30) sorted by relevance
12
/include/linux/ |
D | parport_pc.h | 65 printk (KERN_DEBUG "parport_pc_write_data(%p,0x%02x)\n", p, d); in parport_pc_write_data() 74 printk (KERN_DEBUG "parport_pc_read_data(%p) = 0x%02x\n", in parport_pc_read_data() 91 printk (KERN_DEBUG "*** parport state (%s): ecr=[%s", str, ecr_modes[(ecr & 0xe0) >> 5]); in dump_parport_state() 134 printk (KERN_DEBUG in __parport_pc_frob_control() 165 printk (KERN_DEBUG "%s (%s): use data_reverse for this!\n", in parport_pc_write_control() 194 printk (KERN_DEBUG "%s (%s): use data_%s for this!\n", in parport_pc_frob_control()
|
D | dynamic_printk.h | 57 printk(KERN_DEBUG KBUILD_MODNAME ":" fmt, \ 71 dev_printk(KERN_DEBUG, dev, \
|
D | kernel.h | 98 #define KERN_DEBUG "<7>" /* debug-level messages */ macro 360 printk(KERN_DEBUG pr_fmt(fmt), ##__VA_ARGS__) 367 ({ if (0) printk(KERN_DEBUG pr_fmt(fmt), ##__VA_ARGS__); 0; })
|
D | device-mapper.h | 332 printk(KERN_DEBUG DM_NAME ": " DM_MSG_PREFIX " DEBUG: " f "\n", ## arg) 336 printk(KERN_DEBUG DM_NAME ": " DM_MSG_PREFIX ": " f \
|
D | arcdevice.h | 93 : x < D_DURING ? KERN_INFO : KERN_DEBUG, \
|
D | device.h | 572 dev_printk(KERN_DEBUG , dev , format , ## arg) 579 ({ if (0) dev_printk(KERN_DEBUG, dev, format, ##arg); 0; }) 587 ({ if (0) dev_printk(KERN_DEBUG, dev, format, ##arg); 0; })
|
D | ncp_fs.h | 152 #define PRINTK(format, args...) printk(KERN_DEBUG format , ## args)
|
D | ext3_fs.h | 45 printk (KERN_DEBUG "EXT3-fs DEBUG (%s, %d): %s:", \ 47 printk (KERN_DEBUG f, ## a); \
|
D | jbd.h | 63 printk (KERN_DEBUG "(%s, %d): %s: ", \
|
D | hid.h | 777 printk(KERN_DEBUG "%s: " format ,\
|
D | kvm_host.h | 145 #define kvm_printf(kvm, fmt ...) printk(KERN_DEBUG fmt)
|
D | i2o.h | 969 osm_printk(KERN_DEBUG, format , ## arg)
|
/include/asm-mn10300/ |
D | pci.h | 19 printk(KERN_DEBUG "PCIBRIDGE[%08x]: "FMT"\n", \ 24 printk(KERN_DEBUG "PCI[%02x:%02x.%x + %02x]: "FMT"\n", \
|
/include/net/ |
D | udplite.h | 43 LIMIT_NETDEBUG(KERN_DEBUG "UDPLITE: zeroed checksum field\n"); in udplite_checksum_init() 55 LIMIT_NETDEBUG(KERN_DEBUG "UDPLITE: bad csum coverage %d/%d\n", in udplite_checksum_init()
|
D | dn_dev.h | 183 printk(KERN_DEBUG "dn_dev_islocal: Called for non DECnet device\n"); in dn_dev_islocal()
|
D | ip_vs.h | 107 printk(KERN_DEBUG "IPVS: " msg); \ 125 printk(KERN_DEBUG "IPVS: " msg); \ 130 printk(KERN_DEBUG "IPVS: " msg); \ 167 printk(KERN_DEBUG "Enter: %s, %s line %i\n", \ 173 printk(KERN_DEBUG "Leave: %s, %s line %i\n", \
|
D | sock.h | 72 printk(KERN_DEBUG msg); } while (0) 702 printk(KERN_DEBUG "%s socket %p released, %d are still alive\n", in sk_refcnt_debug_dec() 709 printk(KERN_DEBUG "Destruction of the %s socket %p delayed, refcnt=%d\n", in sk_refcnt_debug_release()
|
/include/linux/netfilter_ipv4/ |
D | ip_queue.h | 12 #define QDEBUG(x...) printk(KERN_DEBUG ## x)
|
/include/linux/usb/ |
D | usbnet.h | 198 printk(KERN_DEBUG "%s: " fmt "\n" , (usbnet)->net->name , ## arg) 201 ({ if (0) printk(KERN_DEBUG "%s: " fmt "\n" , (usbnet)->net->name , \
|
D | serial.h | 310 dev_printk(KERN_DEBUG, dev, "%s - length = %d, data = ", in usb_serial_debug_data() 323 printk(KERN_DEBUG "%s: " format "\n" , __FILE__ , \
|
/include/net/irda/ |
D | irda.h | 70 printk(KERN_DEBUG args); \
|
/include/media/ |
D | v4l2-common.h | 55 v4l_client_printk(KERN_DEBUG, client, fmt , ## arg); \ 78 v4l2_printk(KERN_DEBUG, dev, fmt , ## arg); \
|
D | v4l2-ioctl.h | 256 printk(KERN_DEBUG "%s: ", name); \ 264 v4l_client_printk(KERN_DEBUG, client, ""); \
|
/include/video/ |
D | neomagic.h | 78 # define DBG(x) printk (KERN_DEBUG "neofb: %s\n", (x));
|
/include/net/sctp/ |
D | sctp.h | 284 ((void) (sctp_debug_flag && printk(KERN_DEBUG whatever))) 288 printk(KERN_DEBUG \ 294 printk(KERN_DEBUG \
|
12