Searched refs:KERN_DEBUG (Results 1 – 11 of 11) sorted by relevance
/external/ltp/testcases/kernel/device-drivers/nls/ |
D | nlsTest.c | 92 printk(KERN_DEBUG "device opened\n"); in test_open() 102 printk(KERN_DEBUG "device released\n"); in test_release() 117 printk(KERN_DEBUG "Entered the ioctl call.\n"); in test_ioctl() 137 printk(KERN_DEBUG "Module option 1 chosen\n"); in option1() 142 printk(KERN_DEBUG "test_request() called\n"); in test_request() 151 printk(KERN_DEBUG "starting module\n"); in test_init_module() 159 printk(KERN_DEBUG "BLK INC - result=%d, major=%d\n", rc, NLSMAJOR); in test_init_module() 194 printk(KERN_DEBUG "block device %s added\n", DEVICE_NAME); in test_init_module() 203 printk(KERN_DEBUG "unloading module\n"); in test_exit_module() 221 printk(KERN_DEBUG "Calling load_nls_default()\n"); in test_nls_base() [all …]
|
/external/ltp/testcases/kernel/device-drivers/block/block_dev_kernel/ |
D | test_genhd.c | 33 printk(KERN_DEBUG "gd_ptr after alloc=%p\n", gd_ptr); in tc20() 49 printk(KERN_DEBUG "Unloading test_genhd module\n"); in test_exit_module()
|
/external/ltp/testcases/kernel/device-drivers/v4l/kernel_space/ |
D | video_dummy.c | 17 printk(KERN_DEBUG "video_dummy: open called (minor=%d)\n", minor); in dummy_open() 26 printk(KERN_DEBUG "video_dummy: close called (minor=%d)\n", minor); in dummy_close()
|
/external/iptables/include/linux/netfilter_ipv4/ |
D | ip_queue.h | 12 #define QDEBUG(x...) printk(KERN_DEBUG ## x)
|
/external/u-boot/lib/ |
D | list_sort.c | 132 printk_once(KERN_DEBUG "list passed to" in list_sort() 221 printk(KERN_DEBUG "list_sort_test: start testing list_sort()\n"); in list_sort_test()
|
/external/u-boot/include/linux/ |
D | printk.h | 14 #define KERN_DEBUG macro
|
/external/e2fsprogs/lib/ext2fs/ |
D | jfs_compat.h | 18 #define KERN_DEBUG "" macro
|
D | kernel-jbd.h | 42 printk (KERN_DEBUG "(%s, %d): %s: ", \
|
/external/u-boot/drivers/mtd/onenand/ |
D | onenand_base.c | 1195 printk(KERN_DEBUG "onenand_bbt_wait: controller error = 0x%04x\n", ctrl); in onenand_bbt_wait() 2188 printk(KERN_DEBUG "Lock scheme is Continuous Lock\n"); in onenand_check_features() 2190 printk(KERN_DEBUG "Chip support all block unlock\n"); in onenand_check_features() 2192 printk(KERN_DEBUG "Chip has 2 plane\n"); in onenand_check_features() 2194 printk(KERN_DEBUG "Chip has 4KiB pagesize\n"); in onenand_check_features() 2256 printk(KERN_DEBUG "OneNAND Manufacturer: %s (0x%0x)\n", name, manuf); in onenand_check_maf() 2406 printk(KERN_DEBUG "Check blocks from %d to %d\n", start, end); in flexonenand_check_blocks_erased()
|
/external/u-boot/drivers/mtd/nand/ |
D | mxc_nand.c | 674 printk(KERN_DEBUG
|
/external/u-boot/common/ |
D | Kconfig | 276 7 (KERN_DEBUG) debug-level messages
|