Searched refs:KERN_DEBUG (Results 1 – 7 of 7) sorted by relevance
/third_party/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 …]
|
/third_party/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()
|
/third_party/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()
|
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/ |
D | kernel.h | 115 dprintf(KERN_DEBUG pr_fmt(fmt), ##__VA_ARGS__) 122 dprintf(KERN_DEBUG pr_fmt(fmt), ##__VA_ARGS__) 530 #define KERN_DEBUG COMPAT_KERN_DEBUG macro
|
/third_party/iptables/include/linux/netfilter_ipv4/ |
D | ip_queue.h | 12 #define QDEBUG(x...) printk(KERN_DEBUG ## x)
|
/third_party/e2fsprogs/lib/ext2fs/ |
D | jfs_compat.h | 19 #define KERN_DEBUG "" macro
|
D | kernel-jbd.h | 45 printk (KERN_DEBUG "(%s, %d): %s: ", \
|