Searched refs:constty (Results 1 – 3 of 3) sorted by relevance
116 struct tty *constty; /* pointer to console "window" tty */ variable607 if (constty == tp) in constty_set()609 if (constty != NULL) in constty_set()618 if (constty != NULL) { in constty_set()628 constty = tp; in constty_set()645 if (constty != tp) in constty_clear()649 constty = NULL; in constty_clear()
426 if ((!KERNEL_PANICKED()) && (constty != NULL)) in prf_putchar()429 if ((constty == NULL) || always_console_output) in prf_putchar()444 if ((!KERNEL_PANICKED()) && (constty != NULL)) in prf_putbuf()448 if ((constty == NULL) || always_console_output) in prf_putbuf()
100 extern struct tty *constty; /* Temporary virtual console. */