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

12

/external/chromium_org/third_party/libsrtp/srtp/crypto/include/
H A Dkernel_compat.h61 printk(__VA_ARGS__);\
79 #define printf(...) printk(__VA_ARGS__)
/external/srtp/crypto/include/
H A Dkernel_compat.h61 printk(__VA_ARGS__);\
79 #define printf(...) printk(__VA_ARGS__)
/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);
H A Dop_nmi.c156 printk(KERN_ERR "oprofile: neither kernel nor user "
168 printk(KERN_ERR "oprofile: no counters have been enabled.\n");
H A Dop_model_p4.c500 printk(KERN_ERR
540 printk(KERN_ERR
557 printk(KERN_ERR "oprofile: P4 PMC not available\n");
/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); \
250 printk (KERN_EMERG \
777 printk (KERN_ERR "JBD unimplemented function " __FUNCTION__); \
812 printk("kernel BUG at %s:%d!\n", __FILE__, __LINE__); \
/external/iptables/include/linux/netfilter_ipv4/
H A Dip_queue.h12 #define QDEBUG(x...) printk(KERN_DEBUG ## x)
/external/f2fs-tools/scripts/
H A Dspo_test.sh20 echo 8 > /proc/sys/kernel/printk
53 echo 8 > /proc/sys/kernel/printk
/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",
292 printk(KERN_ERR "JBD: error %d scanning journal\n", err);
338 printk(KERN_ERR "JBD: IO error %d recovering block "
491 printk (KERN_ERR
519 printk(KERN_ERR
696 printk (KERN_ERR "JBD: recovery pass %d ended at "
/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/qemu/distrib/ext4_utils/src/
H A Dext4_extents.h25 #define ext_debug(a...) printk(a)
H A Dext4.h20 #define ext4_debug(f, a...) do { printk(KERN_DEBUG "EXT4-fs DEBUG (%s, %d): %s:", __FILE__, __LINE__, __func__); printk(KERN_DEBUG f, ## a); } while (0)
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dtrace-event-parse.c214 char *printk; local
224 warning("printk format with empty entry");
229 printk = strdup(fmt+1);
231 pevent_register_print_string(pevent, printk, addr);
/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");
/external/iputils/Modules/
H A Dpg3.c372 printk(KERN_INFO "Hard xmit error\n");
576 printk("pg: %s,%lu\n", name, count);
635 printk("pg: dst set to: %s\n", pg_dst);
687 printk(version);
690 printk("pg3: Error: your machine does not have working cycle counter.\n");
/external/linux-tools-perf/perf-3.12.0/tools/lib/traceevent/
H A Devent-parse.c523 char *printk; member in struct:printk_map
529 char *printk; member in struct:printk_list
560 printk_map[i].printk = printklist->printk;
579 struct printk_map *printk; local
587 printk = bsearch(&key, pevent->printk_map, pevent->printk_count,
590 return printk;
613 item->printk = strdup(fmt);
614 if (!item->printk)
644 pevent->printk_map[i].printk);
3883 struct printk_map *printk; local
[all...]
/external/yaffs2/yaffs2/
H A Dyportenv.h56 /* #define YPRINTF(x) printk x */
82 #define TOUT(p) printk p
/external/libpcap/msdos/
H A Dmakefile.dj34 printk.o pci.o pci-scan.o bios32.o dma.o irq.o intwrap.o \
137 msdos/pm_drvr/printk.h msdos/pm_drvr/pci.h msdos/pm_drvr/bios32.h \

Completed in 1738 milliseconds

12