Home
last modified time | relevance | path

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

/freebsd-13.1/sys/kern/
H A Dkern_cons.c107 struct tty *constty; /* pointer to console "window" tty */ variable
582 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()
H A Dsubr_prf.c430 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()
/freebsd-13.1/sys/sys/
H A Dcons.h101 extern struct tty *constty; /* Temporary virtual console. */