Searched refs:printk (Results 1 – 24 of 24) sorted by relevance
| /include/linux/ |
| A D | parport_pc.h | 97 if (ecr & 0x08) printk (",dmaEn"); in dump_parport_state() 99 if (ecr & 0x02) printk (",f_full"); in dump_parport_state() 106 printk ("rev"); in dump_parport_state() 108 printk ("fwd"); in dump_parport_state() 116 printk ("] dsr=["); in dump_parport_state() 117 if (!(dsr & 0x80)) printk ("BUSY"); in dump_parport_state() 118 if (dsr & 0x40) printk (",N-ACK"); in dump_parport_state() 119 if (dsr & 0x20) printk (",PERROR"); in dump_parport_state() 120 if (dsr & 0x10) printk (",SELECT"); in dump_parport_state() 122 printk ("]\n"); in dump_parport_state() [all …]
|
| A D | printk.h | 527 printk(KERN_EMERG pr_fmt(fmt), ##__VA_ARGS__) 537 printk(KERN_ALERT pr_fmt(fmt), ##__VA_ARGS__) 547 printk(KERN_CRIT pr_fmt(fmt), ##__VA_ARGS__) 557 printk(KERN_ERR pr_fmt(fmt), ##__VA_ARGS__) 577 printk(KERN_NOTICE pr_fmt(fmt), ##__VA_ARGS__) 587 printk(KERN_INFO pr_fmt(fmt), ##__VA_ARGS__) 599 printk(KERN_CONT fmt, ##__VA_ARGS__) 613 printk(KERN_DEBUG pr_fmt(fmt), ##__VA_ARGS__) 641 printk(KERN_DEBUG pr_fmt(fmt), ##__VA_ARGS__) 653 DO_ONCE_LITE(printk, fmt, ##__VA_ARGS__) [all …]
|
| A D | hdlc.h | 80 printk("...\n"); in debug_frame() 83 printk(" %02X", skb->data[i]); in debug_frame() 85 printk("\n"); in debug_frame()
|
| A D | moduleloader.h | 60 printk(KERN_ERR "module %s: REL relocation unsupported\n", in apply_relocate() 100 printk(KERN_ERR "module %s: REL relocation unsupported\n", in apply_relocate_add()
|
| A D | kallsyms.h | 171 printk("%s[<%px>] %pS\n", loglvl, (void *) ip, (void *) ip); in print_ip_sym()
|
| A D | suspend.h | 537 printk(KERN_DEBUG pr_fmt(fmt), ##__VA_ARGS__); \
|
| A D | dynamic_debug.h | 336 printk(KERN_WARNING "dyndbg param is supported only in " in ddebug_dyndbg_module_param_cb()
|
| A D | jbd2.h | 365 printk(KERN_ERR \ 368 printk(KERN_ERR why "\n"); \
|
| /include/linux/sunrpc/ |
| A D | debug.h | 40 printk(KERN_DEFAULT fmt, ##__VA_ARGS__); \ 46 printk(KERN_CONT fmt, ##__VA_ARGS__); \ 53 printk(KERN_DEFAULT fmt, ##__VA_ARGS__); \ 62 printk(KERN_CONT fmt, ##__VA_ARGS__); \
|
| /include/asm-generic/ |
| A D | hardirq.h | 22 printk(KERN_CRIT "unexpected IRQ trap at vector %02x\n", irq); in ack_bad_irq()
|
| A D | bug.h | 64 printk("BUG: failure at %s:%d/%s()!\n", __FILE__, __LINE__, __func__); \
|
| /include/misc/ |
| A D | altera.h | 30 printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__); in altera_init()
|
| /include/trace/events/ |
| A D | printk.h | 3 #define TRACE_SYSTEM printk
|
| /include/net/netfilter/ |
| A D | nf_conntrack_tuple.h | 88 printk("tuple %p: %u %pI4:%hu -> %pI4:%hu\n", in nf_ct_dump_tuple_ip() 98 printk("tuple %p: %u %pI6 %hu -> %pI6 %hu\n", in nf_ct_dump_tuple_ipv6()
|
| /include/video/ |
| A D | trident.h | 8 #define debug(f, a...) printk("%s:" f, __func__ , ## a);
|
| A D | sstfb.h | 21 # define dprintk(X...) printk("sstfb: " X) 64 printk(" :\n"); \
|
| A D | neomagic.h | 78 # define DBG(x) printk (KERN_DEBUG "neofb: %s\n", (x));
|
| /include/media/ |
| A D | dvbdev.h | 469 printk(KERN_ERR "DVB: Unable to find symbol "#FUNCTION"()\n"); \
|
| A D | v4l2-common.h | 24 printk(level "%s %d-%04x: " fmt, name, i2c_adapter_id(adapter), addr , ## arg) 58 printk(level "%s: " fmt, (dev)->name , ## arg)
|
| /include/acpi/ |
| A D | processor.h | 345 printk(KERN_WARNING in acpi_processor_ppc_has_changed() 347 printk(KERN_WARNING in acpi_processor_ppc_has_changed()
|
| /include/linux/raid/ |
| A D | pq.h | 175 # define printk printf macro
|
| /include/drm/ |
| A D | drm_print.h | 691 printk##once(KERN_##level "[" DRM_NAME "] " fmt, ##__VA_ARGS__)
|
| /include/net/ |
| A D | ip_vs.h | 216 printk(KERN_DEBUG pr_fmt(msg), ##__VA_ARGS__); \ 234 printk(KERN_DEBUG pr_fmt(msg), ##__VA_ARGS__); \ 239 printk(KERN_DEBUG pr_fmt(msg), ##__VA_ARGS__); \
|
| /include/kunit/ |
| A D | test.h | 609 printk(lvl fmt, ##__VA_ARGS__); \
|
Completed in 44 milliseconds