Lines Matching refs:printk
89 printk("device open\n"); in test_open()
95 printk("device closed\n"); in test_close()
106 printk("Entered the ioctl call.\n"); in test_ioctl()
119 printk("Mismatching ioctl command\n"); in test_ioctl()
129 printk("Module option 1 chosen\n"); in option1()
142 printk("starting module\n"); in test_init_module()
147 printk("BLK INC - result =%d major %d\n", rc, INCLUDEMAJOR); in test_init_module()
150 printk("Failed to register device.\n"); in test_init_module()
156 printk(KERN_ALERT "ERROR getting memory !!!\n"); in test_init_module()
160 printk("major = %d\n", Major); in test_init_module()
162 printk(KERN_ALERT "gd_ptr after alloc = %p \n", gd_ptr); in test_init_module()
175 printk("major = %d\n", Major); in test_init_module()
185 printk("finished module\n"); in test_init_module()
202 printk("unregister failed %d\n", rc); in test_exit_module()
204 printk("unregister success\n"); in test_exit_module()
215 printk("finished acpi test\n"); in test_acpi()
224 printk("finished auth test\n"); in test_sunrpc_auth()
233 printk("finished vga test\n"); in test_vga()
253 printk("finished nfsfh test\n"); in test_nfsfh()
266 printk("finished lockd test\n"); in test_lockd()
276 printk("finished cache test\n"); in test_sunrpc_cache()
299 printk("finished svc test\n"); in test_sunrpc_svc()
310 printk("finished timer test\n"); in test_sunrpc_timer()