Home
last modified time | relevance | path

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

/freebsd-14.2/sys/kern/
H A Dkern_cons.c106 struct tty *constty; /* pointer to console "window" tty */ variable
584 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()
H A Dsubr_prf.c429 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()
/freebsd-14.2/sys/sys/
H A Dcons.h100 extern struct tty *constty; /* Temporary virtual console. */