Home
last modified time | relevance | path

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

/src/sys/kern/
H A Dkern_cons.c116 struct tty *constty; /* pointer to console "window" tty */ variable
607 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()
H A Dsubr_prf.c426 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()
/src/sys/sys/
H A Dcons.h100 extern struct tty *constty; /* Temporary virtual console. */