/prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/linux/ |
ext2_fs.h | 26 #define ext2_debug(f, a...) { printk ("EXT2-fs DEBUG (%s, %d): %s:", __FILE__, __LINE__, __FUNCTION__); printk (f, ## a); }
|
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/linux/ |
ext2_fs.h | 26 #define ext2_debug(f, a...) { printk ("EXT2-fs DEBUG (%s, %d): %s:", __FILE__, __LINE__, __FUNCTION__); printk (f, ## a); }
|
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/linux/ |
ext2_fs.h | 26 #define ext2_debug(f, a...) { printk ("EXT2-fs DEBUG (%s, %d): %s:", __FILE__, __LINE__, __FUNCTION__); printk (f, ## a); }
|
/prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/linux/ |
ext2_fs.h | 26 #define ext2_debug(f, a...) { printk ("EXT2-fs DEBUG (%s, %d): %s:", __FILE__, __LINE__, __FUNCTION__); printk (f, ## a); }
|
/prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/linux/ |
ext2_fs.h | 26 #define ext2_debug(f, a...) { printk ("EXT2-fs DEBUG (%s, %d): %s:", __FILE__, __LINE__, __FUNCTION__); printk (f, ## a); }
|
/prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/linux/ |
ext2_fs.h | 26 #define ext2_debug(f, a...) { printk ("EXT2-fs DEBUG (%s, %d): %s:", __FILE__, __LINE__, __FUNCTION__); printk (f, ## a); }
|
/prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/linux/ |
ext2_fs.h | 26 #define ext2_debug(f, a...) { printk ("EXT2-fs DEBUG (%s, %d): %s:", __FILE__, __LINE__, __FUNCTION__); printk (f, ## a); }
|
/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/ |
ext2_fs.h | 26 #define ext2_debug(f, a...) { printk ("EXT2-fs DEBUG (%s, %d): %s:", __FILE__, __LINE__, __FUNCTION__); printk (f, ## a); }
|
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/ |
ext2_fs.h | 26 #define ext2_debug(f, a...) { printk ("EXT2-fs DEBUG (%s, %d): %s:", __FILE__, __LINE__, __FUNCTION__); printk (f, ## a); }
|
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/ |
ext2_fs.h | 26 #define ext2_debug(f, a...) { printk ("EXT2-fs DEBUG (%s, %d): %s:", __FILE__, __LINE__, __FUNCTION__); printk (f, ## a); }
|
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/ |
ext2_fs.h | 26 #define ext2_debug(f, a...) { printk ("EXT2-fs DEBUG (%s, %d): %s:", __FILE__, __LINE__, __FUNCTION__); printk (f, ## a); }
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/ |
ext2_fs.h | 26 #define ext2_debug(f, a...) { printk ("EXT2-fs DEBUG (%s, %d): %s:", __FILE__, __LINE__, __FUNCTION__); printk (f, ## a); }
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/ |
ext2_fs.h | 26 #define ext2_debug(f, a...) { printk ("EXT2-fs DEBUG (%s, %d): %s:", __FILE__, __LINE__, __FUNCTION__); printk (f, ## a); }
|
/external/oprofile/module/ |
oprofile.c | 175 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/e2fsprogs/lib/ext2fs/ |
kernel-jbd.h | 52 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/iputils/Modules/ |
pg3.c | 372 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/oprofile/module/x86/ |
op_model_p4.c | 500 printk(KERN_ERR 540 printk(KERN_ERR 557 printk(KERN_ERR "oprofile: P4 PMC not available\n");
|
/development/ndk/platforms/android-3/include/linux/ |
ext3_fs.h | 27 #define ext3_debug(f, a...) do { printk (KERN_DEBUG "EXT3-fs DEBUG (%s, %d): %s:", __FILE__, __LINE__, __FUNCTION__); printk (KERN_DEBUG f, ## a); } while (0)
|
/external/libpcap/msdos/ |
makefile.dj | 34 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 \
|
/hardware/invensense/60xx/libsensors_iio/software/core/driver/include/ |
log.h | 193 #define MPL_LOGW(fmt, ...) printk(KERN_WARNING MPL_LOG_TAG fmt, ##__VA_ARGS__) 211 #define MPL_LOGE(fmt, ...) printk(KERN_ERR MPL_LOG_TAG fmt, ##__VA_ARGS__)
|
/hardware/invensense/60xx/mlsdk/platform/include/ |
log.h | 189 #define MPL_LOGW(fmt, ...) printk(KERN_WARNING MPL_LOG_TAG fmt, ##__VA_ARGS__) 207 #define MPL_LOGE(fmt, ...) printk(KERN_ERR MPL_LOG_TAG fmt, ##__VA_ARGS__)
|
/hardware/invensense/6515/libsensors_iio/software/core/driver/include/ |
log.h | 197 #define MPL_LOGW(fmt, ...) printk(KERN_WARNING MPL_LOG_TAG fmt, ##__VA_ARGS__) 215 #define MPL_LOGE(fmt, ...) printk(KERN_ERR MPL_LOG_TAG fmt, ##__VA_ARGS__)
|
/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/ |
log.h | 197 #define MPL_LOGW(fmt, ...) printk(KERN_WARNING MPL_LOG_TAG fmt, ##__VA_ARGS__) 215 #define MPL_LOGE(fmt, ...) printk(KERN_ERR MPL_LOG_TAG fmt, ##__VA_ARGS__)
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/ |
ext3_fs.h | 27 #define ext3_debug(f, a...) do { printk (KERN_DEBUG "EXT3-fs DEBUG (%s, %d): %s:", __FILE__, __LINE__, __FUNCTION__); printk (KERN_DEBUG f, ## a); } while (0)
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/ |
ext3_fs.h | 27 #define ext3_debug(f, a...) do { printk (KERN_DEBUG "EXT3-fs DEBUG (%s, %d): %s:", __FILE__, __LINE__, __FUNCTION__); printk (KERN_DEBUG f, ## a); } while (0)
|