Searched refs:KERN_ERR (Results 1 – 16 of 16) sorted by relevance
/external/u-boot/lib/ |
D | list_sort.c | 177 printk(KERN_ERR "list_sort_test: error: incorrect serial %d\n", in check() 182 printk(KERN_ERR "list_sort_test: error: incorrect serial %d\n", in check() 187 printk(KERN_ERR "list_sort_test: error: phantom element\n"); in check() 191 printk(KERN_ERR "list_sort_test: error: bad poison: %#x/%#x\n", in check() 196 printk(KERN_ERR "list_sort_test: error: bad poison: %#x/%#x\n", in check() 225 printk(KERN_ERR "list_sort_test: error: cannot allocate " in list_sort_test() 233 printk(KERN_ERR "list_sort_test: error: cannot " in list_sort_test() 253 printk(KERN_ERR "list_sort_test: error: list is " in list_sort_test() 260 printk(KERN_ERR "list_sort_test: error: list is not " in list_sort_test() 268 printk(KERN_ERR "list_sort_test: error: order of " in list_sort_test() [all …]
|
D | bch.c | 1305 printk(KERN_ERR "bch encoder/decoder was configured to support " in init_bch()
|
/external/e2fsprogs/e2fsck/ |
D | recovery.c | 93 printk(KERN_ERR "JBD2: bad block at offset %u\n", in do_readahead() 163 printk(KERN_ERR "JBD2: corrupted journal superblock\n"); in jread() 170 printk(KERN_ERR "JBD2: bad block at offset %u\n", in jread() 188 printk(KERN_ERR "JBD2: Failed to read block at offset %u\n", in jread() 345 printk(KERN_ERR "JBD2: error %d scanning journal\n", err); in journal_skip_recovery() 391 printk(KERN_ERR "JBD2: IO error %d recovering block " in calc_chksums() 595 printk(KERN_ERR in do_one_pass() 623 printk(KERN_ERR "JBD2: Invalid " in do_one_pass() 637 printk(KERN_ERR in do_one_pass() 818 printk(KERN_ERR "JBD2: recovery pass %d ended at " in do_one_pass()
|
/external/e2fsprogs/debugfs/ |
D | recovery.c | 93 printk(KERN_ERR "JBD2: bad block at offset %u\n", in do_readahead() 163 printk(KERN_ERR "JBD2: corrupted journal superblock\n"); in jread() 170 printk(KERN_ERR "JBD2: bad block at offset %u\n", in jread() 188 printk(KERN_ERR "JBD2: Failed to read block at offset %u\n", in jread() 345 printk(KERN_ERR "JBD2: error %d scanning journal\n", err); in journal_skip_recovery() 391 printk(KERN_ERR "JBD2: IO error %d recovering block " in calc_chksums() 595 printk(KERN_ERR in do_one_pass() 623 printk(KERN_ERR "JBD2: Invalid " in do_one_pass() 637 printk(KERN_ERR in do_one_pass() 818 printk(KERN_ERR "JBD2: recovery pass %d ended at " in do_one_pass()
|
/external/squashfs-tools/kernel-2.4/fs/squashfs/ |
D | squashfs.h | 33 #define ERROR(s, args...) printk(KERN_ERR "SQUASHFS error: "s, ## args) 37 printk(KERN_ERR "SQUASHFS error: "s, ## args);\
|
/external/u-boot/drivers/mtd/onenand/ |
D | onenand_base.c | 873 printk(KERN_ERR "onenand_read_ops_nolock: Attempt read beyond end of device\n"); in onenand_read_ops_nolock() 1025 printk(KERN_ERR "onenand_read_oob_nolock: Attempted to start read outside oob\n"); in onenand_read_oob_nolock() 1033 printk(KERN_ERR "onenand_read_oob_nolock: Attempted to read beyond end of device\n"); in onenand_read_oob_nolock() 1056 printk(KERN_ERR "onenand_read_oob_nolock: read failed = 0x%x\n", ret); in onenand_read_oob_nolock() 1188 printk(KERN_ERR "onenand_bbt_wait: read timeout!" in onenand_bbt_wait() 1230 printk(KERN_ERR "onenand_bbt_read_oob: Attempt read beyond end of device\n"); in onenand_bbt_read_oob() 1432 printk(KERN_ERR "onenand_write_ops_nolock: Attempt to write not page aligned data\n"); in onenand_write_ops_nolock() 1495 printk(KERN_ERR "onenand_write_ops_nolock: write filaed %d\n", ret); in onenand_write_ops_nolock() 1502 printk(KERN_ERR "onenand_write_ops_nolock: verify failed %d\n", ret); in onenand_write_ops_nolock() 1559 printk(KERN_ERR "onenand_write_oob_nolock: Attempted to start write outside oob\n"); in onenand_write_oob_nolock() [all …]
|
D | onenand_bbt.c | 217 printk(KERN_ERR in onenand_scan_bbt()
|
/external/ltp/testcases/kernel/device-drivers/nls/ |
D | nlsTest.c | 129 printk(KERN_ERR "Mismatching ioctl command\n"); in test_ioctl() 162 printk(KERN_ERR "Failed to register device.\n"); in test_init_module()
|
/external/u-boot/drivers/usb/musb-new/ |
D | musb_debug.h | 18 #define ERR(fmt, args...) yprintk(KERN_ERR, fmt, ## args)
|
D | musb_core.c | 1442 printk(KERN_ERR in musb_core_init()
|
/external/u-boot/include/linux/ |
D | printk.h | 10 #define KERN_ERR macro
|
/external/e2fsprogs/lib/ext2fs/ |
D | jfs_compat.h | 17 #define KERN_ERR "" macro
|
/external/u-boot/drivers/mtd/nand/ |
D | nand_bch.c | 88 printk(KERN_ERR "ecc unrecoverable error\n"); in nand_bch_correct_data()
|
D | vf610_nfc.c | 646 printf(KERN_ERR "%s: Memory exhausted!\n", __func__); in vf610_nfc_nand_init()
|
/external/u-boot/drivers/mtd/ |
D | mtdpart.c | 392 printk(KERN_ERR"memory allocation error while creating partitions for \"%s\"\n", in allocate_partition() 514 printk(KERN_ERR"mtd: partition \"%s\" is out of reach -- disabled\n", in allocate_partition()
|
/external/u-boot/common/ |
D | Kconfig | 272 3 (KERN_ERR) error conditions
|