Searched refs:constty (Results 1 – 3 of 3) sorted by relevance
107 struct tty *constty; /* pointer to console "window" tty */ variable582 if (constty == tp) in constty_set()584 if (constty != NULL) in constty_set()593 if (constty != NULL) { in constty_set()603 constty = tp; in constty_set()620 if (constty != tp) in constty_clear()624 constty = NULL; in constty_clear()
430 if ((!KERNEL_PANICKED()) && (constty != NULL)) in prf_putchar()433 if ((constty == NULL) || always_console_output) in prf_putchar()446 if ((!KERNEL_PANICKED()) && (constty != NULL)) in prf_putbuf()450 if ((constty == NULL) || always_console_output) in prf_putbuf()
101 extern struct tty *constty; /* Temporary virtual console. */