Lines Matching refs:KERN_DEBUG
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()
223 printk(KERN_DEBUG "load_nls_default() returns %p\n", nls_ptr); in test_nls_base()
225 printk(KERN_DEBUG "Calling register_nls(%p)\n", &nls); in test_nls_base()
227 printk(KERN_DEBUG "register_nls() returns %i\n", ret); in test_nls_base()
229 printk(KERN_DEBUG "Calling unload_nls(%p)\n", &nls); in test_nls_base()
232 printk(KERN_DEBUG "Calling load_nls(\"%s\")\n", charset); in test_nls_base()
234 printk(KERN_DEBUG "load_nls() returns %p\n", nls_ptr); in test_nls_base()
236 printk(KERN_DEBUG "Calling unregister_nls(%p)\n", &nls); in test_nls_base()
239 printk(KERN_DEBUG "Calling utf8_mbtowc(%p, %p, %i);\n", &p, &s, n); in test_nls_base()
241 printk(KERN_DEBUG "utf8_mbtowc() returns %i\n", ret); in test_nls_base()
243 printk(KERN_DEBUG "Calling utf8_mbstowcs(%p, %p, %i);\n", &p, &s, n); in test_nls_base()
245 printk(KERN_DEBUG "utf8_mbstowcs() returns %i\n", ret); in test_nls_base()
249 printk(KERN_DEBUG "Calling utf8_wctomb(%p, 0x%X, %i);\n", &s, p, n); in test_nls_base()
251 printk(KERN_DEBUG "utf8_wctomb() returns %i\n", ret); in test_nls_base()
253 printk(KERN_DEBUG "Calling utf8_wcstombs(%p, %p, %i);\n", &s, &p, n); in test_nls_base()
255 printk(KERN_DEBUG "utf8_wcstombs() returns %i\n", ret); in test_nls_base()