Lines Matching refs:tty
88 struct tty biconsdev_tty[NBICONSDEV];
89 static void biconsdev_output(struct tty *);
117 struct tty *tp = &biconsdev_tty[0]; in biconsdevattach()
134 tp->t_param = (int (*)(struct tty *, struct termios *))nullop; in biconsdevattach()
144 biconsdev_output(struct tty *tp) in biconsdev_output()
173 struct tty *tp = &biconsdev_tty[0]; in biconsdevopen()
201 struct tty *tp = &biconsdev_tty[0]; in biconsdevclose()
213 struct tty *tp = &biconsdev_tty[0]; in biconsdevread()
222 struct tty *tp = &biconsdev_tty[0]; in biconsdevwrite()
231 struct tty *tp = &biconsdev_tty[0]; in biconsdevpoll()
237 struct tty *
240 struct tty *tp = &biconsdev_tty[0]; in biconsdevtty()
248 struct tty *tp = &biconsdev_tty[0]; in biconsdevioctl()