Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_cons.c107 struct tty *constty; /* pointer to console "window" tty */ variable
585 constty = tp; in constty_set()
597 constty = NULL; in constty_clear()
618 if (constty != NULL) { in constty_timeout()
619 tty_lock(constty); in constty_timeout()
621 if (tty_putchar(constty, c) < 0) { in constty_timeout()
622 tty_unlock(constty); in constty_timeout()
623 constty = NULL; in constty_timeout()
628 if (constty != NULL) in constty_timeout()
629 tty_unlock(constty); in constty_timeout()
[all …]
H A Dsubr_prf.c434 if ((!KERNEL_PANICKED()) && (constty != NULL)) in prf_putbuf()
438 if ((constty == NULL) ||(always_console_output)) in prf_putbuf()
H A Dtty.c244 if (constty == tp) in ttydev_leave()
1927 if (constty == tp) in tty_generic_ioctl()
1929 if (constty != NULL) in tty_generic_ioctl()
1935 } else if (constty == tp) { in tty_generic_ioctl()
/f-stack/freebsd/sys/
H A Dcons.h101 extern struct tty *constty; /* Temporary virtual console. */