Lines Matching refs:printk
249 printk("%s(%d)n_hdlc_release() called\n",__FILE__,__LINE__); in n_hdlc_release()
304 printk("%s(%d)n_hdlc_tty_close() called\n",__FILE__,__LINE__); in n_hdlc_tty_close()
308 printk (KERN_WARNING"n_hdlc: trying to close unopened tty!\n"); in n_hdlc_tty_close()
327 printk("%s(%d)n_hdlc_tty_close() success\n",__FILE__,__LINE__); in n_hdlc_tty_close()
342 printk("%s(%d)n_hdlc_tty_open() called (device=%s)\n", in n_hdlc_tty_open()
348 printk (KERN_ERR"n_hdlc_tty_open:tty already associated!\n" ); in n_hdlc_tty_open()
354 printk (KERN_ERR "n_hdlc_alloc failed\n"); in n_hdlc_tty_open()
371 printk("%s(%d)n_hdlc_tty_open() success\n",__FILE__,__LINE__); in n_hdlc_tty_open()
393 printk("%s(%d)n_hdlc_send_frames() called\n",__FILE__,__LINE__); in n_hdlc_send_frames()
415 printk("%s(%d)sending frame %p, count=%d\n", in n_hdlc_send_frames()
434 printk("%s(%d)frame %p completed\n", in n_hdlc_send_frames()
450 printk("%s(%d)frame %p pending\n", in n_hdlc_send_frames()
472 printk("%s(%d)n_hdlc_send_frames() exit\n",__FILE__,__LINE__); in n_hdlc_send_frames()
487 printk("%s(%d)n_hdlc_tty_wakeup() called\n",__FILE__,__LINE__); in n_hdlc_tty_wakeup()
518 printk("%s(%d)n_hdlc_tty_receive() called count=%d\n", in n_hdlc_tty_receive()
527 printk("%s(%d) line not using HDLC discipline\n", in n_hdlc_tty_receive()
534 printk("%s(%d) rx count>maxframesize, data discarded\n", in n_hdlc_tty_receive()
550 printk("%s(%d) no more rx buffers, data discarded\n", in n_hdlc_tty_receive()
587 printk("%s(%d)n_hdlc_tty_read() called\n",__FILE__,__LINE__); in n_hdlc_tty_read()
595 printk(KERN_WARNING "%s(%d) n_hdlc_tty_read() can't verify user " in n_hdlc_tty_read()
671 printk("%s(%d)n_hdlc_tty_write() called count=%Zd\n", in n_hdlc_tty_write()
684 printk (KERN_WARNING in n_hdlc_tty_write()
709 printk("n_hdlc_tty_write: %p invalid after wait!\n", n_hdlc); in n_hdlc_tty_write()
755 printk("%s(%d)n_hdlc_tty_ioctl() called %d\n", in n_hdlc_tty_ioctl()
819 printk("%s(%d)n_hdlc_tty_poll() called\n",__FILE__,__LINE__); in n_hdlc_tty_poll()
867 printk("%s(%d)n_hdlc_alloc(), kalloc() failed for rx buffer %d\n",__FILE__,__LINE__, i); in n_hdlc_alloc()
876 printk("%s(%d)n_hdlc_alloc(), kalloc() failed for tx buffer %d\n",__FILE__,__LINE__, i); in n_hdlc_alloc()
964 printk(hdlc_banner, maxframe); in n_hdlc_init()
968 printk(hdlc_register_ok); in n_hdlc_init()
970 printk(hdlc_register_fail, status); in n_hdlc_init()
987 printk(hdlc_unregister_fail, status); in n_hdlc_exit()
989 printk(hdlc_unregister_ok); in n_hdlc_exit()