irframe_tty.c | 144 static int irt_putc(struct tty *, int); 676 irt_putc(struct tty *tp, int c) function in typeref:typename:int 742 error = irt_putc(tp, tbuf[i]); 1029 irt_putc(tp, s); 1184 irt_putc(tp, GIRBIL_TXEN|GIRBIL_RXEN); 1185 irt_putc(tp, s); 1186 irt_putc(tp, GIRBIL_LOAD);
|