Searched refs:constty (Results 1 – 4 of 4) sorted by relevance
107 struct tty *constty; /* pointer to console "window" tty */ variable585 constty = tp; in constty_set()597 constty = NULL; in constty_clear()618 if (constty != NULL) { in constty_timeout()619 tty_lock(constty); in constty_timeout()621 if (tty_putchar(constty, c) < 0) { in constty_timeout()622 tty_unlock(constty); in constty_timeout()623 constty = NULL; in constty_timeout()628 if (constty != NULL) in constty_timeout()629 tty_unlock(constty); in constty_timeout()[all …]
434 if ((!KERNEL_PANICKED()) && (constty != NULL)) in prf_putbuf()438 if ((constty == NULL) ||(always_console_output)) in prf_putbuf()
244 if (constty == tp) in ttydev_leave()1927 if (constty == tp) in tty_generic_ioctl()1929 if (constty != NULL) in tty_generic_ioctl()1935 } else if (constty == tp) { in tty_generic_ioctl()
101 extern struct tty *constty; /* Temporary virtual console. */