Home
last modified time | relevance | path

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

/dragonfly/sys/kern/
H A Dtty_cons.c466 if (constty) in cnwrite()
467 dev = constty->t_dev; in cnwrite()
487 if (ap->a_cmd == TIOCCONS && constty) { in cnioctl()
494 constty = NULL; in cnioctl()
H A Dsubr_prf.c96 struct tty *constty; /* pointer to console "window" tty */ variable
395 constty = NULL; in kputchar()
396 if ((flags & TOCONS) && tp == NULL && constty) in kputchar()
950 if ((tp = constty) == NULL) { in constty_daemon()
971 constty = NULL; in constty_daemon()
H A Dtty.c251 if (constty == tp) in ttyclose()
252 constty = NULL; in ttyclose()
963 if (constty && constty != tp && in ttioctl()
964 ISSET(constty->t_state, TS_CONNECTED)) { in ttioctl()
977 constty = tp; in ttioctl()
978 } else if (tp == constty) in ttioctl()
979 constty = NULL; in ttioctl()
/dragonfly/sys/sys/
H A Dtty.h238 extern struct tty *constty; /* Temporary virtual console. */
/dragonfly/sys/dev/serial/sio/
H A Dsio.c1597 if (constty != NULL && unit == comconsole) in siowrite()
1598 constty = NULL; in siowrite()