Home
last modified time | relevance | path

Searched refs:printk (Results 1 – 25 of 48) sorted by relevance

12

/external/oprofile/module/x86/
Dop_fixmap.c114 printk(KERN_INFO "oprofile: remapping local APIC.\n"); in fixmap_setup()
118 printk(KERN_INFO "oprofile: mapping APIC.\n"); in fixmap_setup()
123 printk(KERN_INFO "oprofile: mapping APIC.\n"); in fixmap_setup()
135 printk(KERN_INFO "oprofile: freeing APIC mapping.\n"); in fixmap_restore()
140 printk(KERN_INFO "oprofile: freeing APIC mapping.\n"); in fixmap_restore()
Dop_apic.c147 printk(KERN_ERR "oprofile: no suitable local APIC. Falling back to RTC mode.\n"); in enable_apic()
219 printk(KERN_INFO "oprofile: enabled local APIC. Err code %.08x\n", val); in apic_setup()
222 printk(KERN_INFO "oprofile: APIC was already enabled\n"); in apic_setup()
231 printk(KERN_WARNING "Your CPU does not have a local APIC, e.g. " in apic_setup()
Dcpu_type.c124 printk(KERN_INFO in p4_cpu_type()
132 printk(KERN_INFO in p4_cpu_type()
Dop_rtc.c152 printk(KERN_ERR "oprofile: can't get RTC I/O Ports\n"); in rtc_init()
159 printk(KERN_ERR "oprofile: IRQ%d busy \n", RTC_IRQ); in rtc_init()
/external/grub/netboot/
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( "TLAN: Cannot initialize device, no PHY was found!\n" );
[all …]
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/
Drecovery.c92 printk (KERN_ERR "JBD: bad block at offset %u\n", in do_readahead()
141 printk(KERN_ERR "JBD: corrupted journal superblock\n"); in jread()
148 printk (KERN_ERR "JBD: bad block at offset %u\n", in jread()
166 printk (KERN_ERR "JBD: Failed to read block at offset %u\n", in jread()
295 printk(KERN_ERR "JBD: error %d scanning journal\n", err); in journal_skip_recovery()
341 printk(KERN_ERR "JBD: IO error %d recovering block " in calc_chksums()
499 printk (KERN_ERR in do_one_pass()
526 printk(KERN_ERR in do_one_pass()
703 printk (KERN_ERR "JBD: recovery pass %d ended at " in do_one_pass()
/external/srtp/crypto/include/
Dkernel_compat.h61 printk(__VA_ARGS__);\
79 #define printf(...) printk(__VA_ARGS__)
/external/kernel-headers/original/linux/nfsd/
Dnfsfh.h222 printk(KERN_ERR "fh_copy: copying %s/%s, already verified!\n", in fh_copy()
265 printk("nfsd: inode locked twice during operation.\n"); in fill_post_wcc()
309 printk(KERN_ERR "fh_lock: fh not verified!\n"); in fh_lock()
313 printk(KERN_WARNING "fh_lock: %s/%s already locked!\n", in fh_lock()
331 printk(KERN_ERR "fh_unlock: fh not verified!\n"); in fh_unlock()
/external/kernel-headers/original/asm-generic/
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/kernel-headers/original/linux/
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; } in printk() function
215 printk(KERN_DEBUG fmt,##arg)
222 printk(KERN_INFO fmt,##arg)
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__); \
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)
/external/kernel-headers/original/linux/sunrpc/
Ddebug.h57 # define dfprintk(fac, args...) do { ifdebug(fac) printk(args); } while(0)
66 # define pprintk(args...) printk(## args)
/external/llvm/test/CodeGen/X86/
D2008-12-01-SpillerAssert.ll8 declare i32 @printk(i8*, ...)
13 …%0 = tail call i32 (i8*, ...)* @printk(i8* getelementptr ([70 x i8]* @.str10, i32 0, i64 0), i32 0…
/external/kernel-headers/original/asm-mips/
Dpgtable-32.h62 printk("%s:%d: bad pte %016Lx.\n", __FILE__, __LINE__, pte_val(e))
65 printk("%s:%d: bad pte %08lx.\n", __FILE__, __LINE__, pte_val(e))
68 printk("%s:%d: bad pgd %08lx.\n", __FILE__, __LINE__, pgd_val(e))
Ddebug.h33 printk(KERN_WARNING "warning at %s:%d: %s", __FILE__, __LINE__, #x); }
/external/oprofile/module/ia64/
Dop_pmu.c112 printk(KERN_ALERT "oprofile_IA64: request_irq fails, " in install_handler()
118 printk(KERN_ALERT "oprofile_IA64: unexpected failure " in install_handler()
134 printk(KERN_ALERT "oprofile_IA64: unexpected failure " in restore_handler()
455 printk(KERN_ERR "oprofile: neither kernel nor user " in pmu_check_params()
466 printk(KERN_ERR "oprofile: no counters have been enabled.\n"); in pmu_check_params()
/external/kernel-headers/original/asm-x86/
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))
/external/oprofile/module/
Doprofile.c175 printk(KERN_WARNING "note buffer overflow: restart " in up_and_check_note()
263 printk(KERN_WARNING "oprofile: Detected overflow of size %d. " in check_buffer_amount()
441 printk(KERN_ERR "oprofile: failed to allocate note buffer of %u bytes\n", in oprof_init_data()
463 printk(KERN_ERR "oprofile: failed to allocate eviction buffer of %lu bytes\n", buf_size); in oprof_init_data()
845 printk(KERN_ERR "oprofile: couldn't allocate hash map !\n"); in oprof_init()
856 printk(KERN_INFO "%s loaded, major %u\n", op_version, op_major); in oprof_init()
Dop_dname.c220 printk(KERN_ERR "oprofile: string pool exhausted.\n"); in do_hash()
224 printk(KERN_ERR "oprofile: component hash table full :(\n"); in do_hash()
/external/e2fsprogs/lib/ext2fs/
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__); \
Djfs_compat.h11 #define printk printf macro
/external/iputils/Modules/
Dpg3.c372 printk(KERN_INFO "Hard xmit error\n"); in pg_inject()
576 printk("pg: %s,%lu\n", name, count); in proc_pg_write()
635 printk("pg: dst set to: %s\n", pg_dst); in proc_pg_write()
687 printk(version); in pg_init()
690 printk("pg3: Error: your machine does not have working cycle counter.\n"); in pg_init()
/external/kernel-headers/original/linux/netfilter_ipv4/
Dip_queue.h12 #define QDEBUG(x...) printk(KERN_DEBUG ## x)

12