Searched refs:KERN_DEBUG (Results 1 – 4 of 4) sorted by relevance
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 …]
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()
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()
113 dprintf(KERN_DEBUG pr_fmt(fmt), ##__VA_ARGS__)120 dprintf(KERN_DEBUG pr_fmt(fmt), ##__VA_ARGS__)528 #define KERN_DEBUG COMPAT_KERN_DEBUG macro