Home | History | Annotate | Download | only in arcbios

Lines Matching defs:arcbios_tty

1 /*	$NetBSD: arcbios_tty.c,v 1.25 2014/07/25 08:10:36 dholland Exp $	*/
31 __KERNEL_RCSID(0, "$NetBSD: arcbios_tty.c,v 1.25 2014/07/25 08:10:36 dholland Exp $");
51 static struct tty *arcbios_tty[1];
98 if (arcbios_tty[unit] == NULL) {
99 tp = arcbios_tty[unit] = tty_alloc();
102 tp = arcbios_tty[unit];
139 struct tty *tp = arcbios_tty[unit];
150 struct tty *tp = arcbios_tty[minor(dev)];
158 struct tty *tp = arcbios_tty[minor(dev)];
166 struct tty *tp = arcbios_tty[minor(dev)];
175 struct tty *tp = arcbios_tty[unit];
263 return (arcbios_tty[0]);