Searched refs:printk (Results 1 - 25 of 39) sorted by relevance

12

/external/srtp/crypto/include/
H A Dkernel_compat.h61 printk(__VA_ARGS__);\
79 #define printf(...) printk(__VA_ARGS__)
/external/kernel-headers/original/asm-generic/
H A Dbug.h9 printk("BUG: failure at %s:%d/%s()!\n", __FILE__, __LINE__, __FUNCTION__); \
21 printk("BUG: warning at %s:%d/%s()\n", __FILE__, __LINE__, __FUNCTION__); \
/external/oprofile/module/x86/
H A Dop_fixmap.c114 printk(KERN_INFO "oprofile: remapping local APIC.\n");
118 printk(KERN_INFO "oprofile: mapping APIC.\n");
123 printk(KERN_INFO "oprofile: mapping APIC.\n");
135 printk(KERN_INFO "oprofile: freeing APIC mapping.\n");
140 printk(KERN_INFO "oprofile: freeing APIC mapping.\n");
H A Dop_apic.c147 printk(KERN_ERR "oprofile: no suitable local APIC. Falling back to RTC mode.\n");
219 printk(KERN_INFO "oprofile: enabled local APIC. Err code %.08x\n", val);
222 printk(KERN_INFO "oprofile: APIC was already enabled\n");
231 printk(KERN_WARNING "Your CPU does not have a local APIC, e.g. "
H A Dcpu_type.c124 printk(KERN_INFO
132 printk(KERN_INFO
H A Dop_rtc.c152 printk(KERN_ERR "oprofile: can't get RTC I/O Ports\n");
159 printk(KERN_ERR "oprofile: IRQ%d busy \n", RTC_IRQ);
/external/kernel-headers/original/linux/sunrpc/
H A Ddebug.h57 # define dfprintk(fac, args...) do { ifdebug(fac) printk(args); } while(0)
66 # define pprintk(args...) printk(## args)
/external/e2fsprogs/lib/ext2fs/
H A Djfs_compat.h11 #define printk printf macro
H A Dkernel-jbd.h52 printk (KERN_DEBUG "(%s, %d): %s: ", \
54 printk (f, ## a); \
249 printk (KERN_EMERG \
776 printk (KERN_ERR "JBD unimplemented function " __FUNCTION__); \
811 printk("kernel BUG at %s:%d!\n", __FILE__, __LINE__); \
/external/kernel-headers/original/linux/netfilter_ipv4/
H A Dip_queue.h12 #define QDEBUG(x...) printk(KERN_DEBUG ## x)
/external/grub/netboot/
H A Dtlan.c617 printk( "TLAN: Device %s, Unmanaged PHY.\n", dev->name );
619 printk( "TLAN: Device %s, PHY 0x%02x.\n", dev->name, phy );
620 printk( "TLAN: Off. +0 +1 +2 +3 \n" );
622 printk( "TLAN: 0x%02x", i );
624 printk( " 0x%04hx", data0 );
626 printk( " 0x%04hx", data1 );
628 printk( " 0x%04hx", data2 );
630 printk( " 0x%04hx\n", data3 );
633 printk( "TLAN: Device %s, Invalid PHY.\n", dev->name );
694 printk( "TLA
[all...]
H A Dni5010.c48 #define PRINTK(x) if (NI5010_DEBUG) printk x
49 #define PRINTK2(x) if (NI5010_DEBUG>=2) printk x
50 #define PRINTK3(x) if (NI5010_DEBUG>=3) printk x
/external/e2fsprogs/e2fsck/
H A Drecovery.c92 printk (KERN_ERR "JBD: bad block at offset %u\n",
141 printk(KERN_ERR "JBD: corrupted journal superblock\n");
148 printk (KERN_ERR "JBD: bad block at offset %u\n",
166 printk (KERN_ERR "JBD: Failed to read block at offset %u\n",
295 printk(KERN_ERR "JBD: error %d scanning journal\n", err);
341 printk(KERN_ERR "JBD: IO error %d recovering block "
499 printk (KERN_ERR
526 printk(KERN_ERR
701 printk (KERN_ERR "JBD: recovery pass %d ended at "
/external/kernel-headers/original/linux/
H A Dkernel.h144 asmlinkage int printk(const char * fmt, ...)
150 static inline int printk(const char *s, ...)
152 static inline int printk(const char *s, ...) { return 0; } function
215 printk(KERN_DEBUG fmt,##arg)
222 printk(KERN_INFO fmt,##arg)
H A Djbd.h65 printk (KERN_DEBUG "(%s, %d): %s: ", \
67 printk (f, ## a); \
254 printk (KERN_EMERG \
288 printk(KERN_ERR \
290 printk(KERN_ERR why "\n"); \
1006 printk (KERN_ERR "JBD unimplemented function %s\n", __FUNCTION__); \
H A Dpnp.h452 #define pnp_err(format, arg...) printk(KERN_ERR "pnp: " format "\n" , ## arg)
453 #define pnp_info(format, arg...) printk(KERN_INFO "pnp: " format "\n" , ## arg)
454 #define pnp_warn(format, arg...) printk(KERN_WARNING "pnp: " format "\n" , ## arg)
457 #define pnp_dbg(format, arg...) printk(KERN_DEBUG "pnp: " format "\n" , ## arg)
H A Dusb.h1206 #define dbg(format, arg...) printk(KERN_DEBUG "%s: " format "\n" , \
1212 #define err(format, arg...) printk(KERN_ERR "%s: " format "\n" , \
1214 #define info(format, arg...) printk(KERN_INFO "%s: " format "\n" , \
1216 #define warn(format, arg...) printk(KERN_WARNING "%s: " format "\n" , \
/external/kernel-headers/original/linux/nfsd/
H A Dnfsfh.h222 printk(KERN_ERR "fh_copy: copying %s/%s, already verified!\n",
265 printk("nfsd: inode locked twice during operation.\n");
309 printk(KERN_ERR "fh_lock: fh not verified!\n");
313 printk(KERN_WARNING "fh_lock: %s/%s already locked!\n",
331 printk(KERN_ERR "fh_unlock: fh not verified!\n");
/external/kernel-headers/original/asm-x86/
H A Dpgtable-2level.h5 printk("%s:%d: bad pte %08lx.\n", __FILE__, __LINE__, (e).pte_low)
7 printk("%s:%d: bad pgd %08lx.\n", __FILE__, __LINE__, pgd_val(e))
H A Dapic_32.h30 printk(s, ##a); \
/external/oprofile/module/
H A Dop_dcache.h51 printk(KERN_ERR "oprofile: overflowed dname stack !\n");
H A Dop_util.c99 printk(msg, val, l, h);
H A Dop_dname.c220 printk(KERN_ERR "oprofile: string pool exhausted.\n");
224 printk(KERN_ERR "oprofile: component hash table full :(\n");
H A Doprofile.c175 printk(KERN_WARNING "note buffer overflow: restart "
263 printk(KERN_WARNING "oprofile: Detected overflow of size %d. "
441 printk(KERN_ERR "oprofile: failed to allocate note buffer of %u bytes\n",
463 printk(KERN_ERR "oprofile: failed to allocate eviction buffer of %lu bytes\n", buf_size);
845 printk(KERN_ERR "oprofile: couldn't allocate hash map !\n");
856 printk(KERN_INFO "%s loaded, major %u\n", op_version, op_major);
/external/oprofile/module/ia64/
H A Dop_pmu.c112 printk(KERN_ALERT "oprofile_IA64: request_irq fails, "
118 printk(KERN_ALERT "oprofile_IA64: unexpected failure "
134 printk(KERN_ALERT "oprofile_IA64: unexpected failure "
319 /* printk(KERN_ALERT "oprofile_IA64: pmu_start on cpu %d\n",
455 printk(KERN_ERR "oprofile: neither kernel nor user "
466 printk(KERN_ERR "oprofile: no counters have been enabled.\n");

Completed in 311 milliseconds

12