Searched refs:constty (Results 1 – 3 of 3) sorted by relevance
106 struct tty *constty; /* pointer to console "window" tty */ variable584 if (constty == tp) in constty_set()586 if (constty != NULL) in constty_set()595 if (constty != NULL) { in constty_set()605 constty = tp; in constty_set()622 if (constty != tp) in constty_clear()626 constty = NULL; in constty_clear()
429 if ((!KERNEL_PANICKED()) && (constty != NULL)) in prf_putchar()432 if ((constty == NULL) || always_console_output) in prf_putchar()445 if ((!KERNEL_PANICKED()) && (constty != NULL)) in prf_putbuf()449 if ((constty == NULL) || always_console_output) in prf_putbuf()
100 extern struct tty *constty; /* Temporary virtual console. */