HomeSort by: relevance | last modified time | path
    Searched defs:arcbios_tty (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/arcbios/
arcbios_tty.c 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]; variable in typeref:struct: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)]
    [all...]
arcbios_tty.c 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]; variable in typeref:struct: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)]
    [all...]

Completed in 22 milliseconds