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

/freebsd-9.3-release/sys/kern/
H A Dkern_cons.c92 static struct callout conscallout; /* callout for outputting to constty */
97 struct tty *constty; /* pointer to console "window" tty */ variable in typeref:struct:tty
530 constty = tp;
542 constty = NULL;
563 if (constty != NULL) {
564 tty_lock(constty);
566 if (tty_putchar(constty, c) < 0) {
567 tty_unlock(constty);
568 constty = NULL;
573 if (constty !
[all...]
H A Dtty.c189 if (constty == tp)
1680 * XXX: constty should really need to be locked!
1681 * XXX: allow disconnected constty's to be stolen!
1684 if (constty == tp)
1686 if (constty != NULL)
1692 } else if (constty == tp) {
H A Dsubr_prf.c418 if ((panicstr == NULL) && (constty != NULL))
422 if ((constty == NULL) ||(always_console_output))
/freebsd-9.3-release/sys/sys/
H A Dcons.h96 extern struct msgbuf consmsgbuf; /* Message buffer for constty. */
97 extern struct tty *constty; /* Temporary virtual console. */

Completed in 113 milliseconds