constty 56 dev/cons.c struct tty *constty = NULL; /* virtual console output device */
constty 122 dev/cons.c if (constty != NULL)
constty 139 dev/cons.c if (constty != NULL)
constty 140 dev/cons.c dev = constty->t_dev;
constty 164 dev/cons.c if (cmd == TIOCCONS && constty != NULL) {
constty 168 dev/cons.c constty = NULL;
constty 178 dev/cons.c if (constty != NULL)
constty 179 dev/cons.c dev = constty->t_dev;
constty 197 dev/cons.c if (constty != NULL)
constty 198 dev/cons.c dev = constty->t_dev;
constty 215 dev/cons.c if (constty != NULL)
constty 216 dev/cons.c dev = constty->t_dev;
constty 107 kern/subr_prf.c extern struct tty *constty; /* pointer to console "window" tty */
constty 337 kern/subr_prf.c constty = NULL;
constty 338 kern/subr_prf.c if ((flags & TOCONS) && tp == NULL && constty) {
constty 339 kern/subr_prf.c tp = constty;
constty 343 kern/subr_prf.c (flags & TOCONS) && tp == constty)
constty 344 kern/subr_prf.c constty = NULL;
constty 348 kern/subr_prf.c if ((flags & TOCONS) && constty == NULL && c != '\0')
constty 201 kern/tty.c extern struct tty *constty; /* Temporary virtual console. */
constty 203 kern/tty.c if (constty == tp)
constty 204 kern/tty.c constty = NULL;
constty 720 kern/tty.c extern struct tty *constty; /* Temporary virtual console. */
constty 800 kern/tty.c if (constty != NULL && constty != tp &&
constty 801 kern/tty.c ISSET(constty->t_state, TS_CARR_ON | TS_ISOPEN) ==
constty 817 kern/tty.c constty = tp;
constty 818 kern/tty.c } else if (tp == constty)
constty 819 kern/tty.c constty = NULL;