Searched refs:constty (Results 1 – 4 of 4) sorted by relevance
98 struct tty *constty; /* pointer to console "window" tty */ variable552 constty = tp; in constty_set()564 constty = NULL; in constty_clear()585 if (constty != NULL) { in constty_timeout()586 tty_lock(constty); in constty_timeout()588 if (tty_putchar(constty, c) < 0) { in constty_timeout()589 tty_unlock(constty); in constty_timeout()590 constty = NULL; in constty_timeout()595 if (constty != NULL) in constty_timeout()596 tty_unlock(constty); in constty_timeout()[all …]
425 if ((panicstr == NULL) && (constty != NULL)) in putbuf()429 if ((constty == NULL) ||(always_console_output)) in putbuf()
206 if (constty == tp) in ttydev_leave()1759 if (constty == tp) in tty_generic_ioctl()1761 if (constty != NULL) in tty_generic_ioctl()1767 } else if (constty == tp) { in tty_generic_ioctl()
97 extern struct tty *constty; /* Temporary virtual console. */