Home
last modified time | relevance | path

Searched refs:constty (Results 1 – 4 of 4) sorted by relevance

/trueos/sys/kern/
HDkern_cons.c98 struct tty *constty; /* pointer to console "window" tty */ variable
552 constty = tp; in constty_set()
564 constty = NULL; in constty_clear()
585 if (constty != NULL) { in constty_timeout()
586 tty_lock(constty); in constty_timeout()
588 if (tty_putchar(constty, c) < 0) { in constty_timeout()
589 tty_unlock(constty); in constty_timeout()
590 constty = NULL; in constty_timeout()
595 if (constty != NULL) in constty_timeout()
596 tty_unlock(constty); in constty_timeout()
[all …]
HDsubr_prf.c425 if ((panicstr == NULL) && (constty != NULL)) in putbuf()
429 if ((constty == NULL) ||(always_console_output)) in putbuf()
HDtty.c206 if (constty == tp) in ttydev_leave()
1759 if (constty == tp) in tty_generic_ioctl()
1761 if (constty != NULL) in tty_generic_ioctl()
1767 } else if (constty == tp) { in tty_generic_ioctl()
/trueos/sys/sys/
HDcons.h97 extern struct tty *constty; /* Temporary virtual console. */