Lines Matching full:console
87 static MALLOC_DEFINE(M_TTYCONS, "tty console", "tty console handling");
100 int cons_avail_mask = 0; /* Bit mask. Each registered low level console
108 "State of the console muting");
112 struct msgbuf consmsgbuf; /* message buffer for console tty */
116 struct tty *constty; /* pointer to console "window" tty */
130 * of kbd.c is contingent on any number of keyboard/console drivers being
160 * Check if we should mute the console (for security reasons perhaps) in cninit()
171 * Bring up the kbd layer just in time for cnprobe. Console drivers in cninit()
179 * Find the first console with the highest priority. in cninit()
195 * Initialize console, and attach to it. in cninit()
210 * Make the best console the preferred console. in cninit()
216 * Release early console. in cninit()
229 /* add a new physical console to back the virtual console */
249 printf("WARNING: console at %p has no name\n", cn); in cnadd()
284 * syscons gets really confused if console resources are in cnremove()
393 SYSCTL_PROC(_kern, OID_AUTO, console,
396 "Console device control");
438 * Low level console routines.
450 c = '\n'; /* console input is always ICRNL */ in cngetc()
571 * console driver clients can cause the "cnputs_mtx" in cnputsn()
595 0, "Console tty buffer size");
598 * Redirect console output to a tty.
637 * Disable console redirection to a tty.
657 /* Times per second to check for pending console tty messages. */
661 "Times per second to check for pending console tty messages");
743 0, "Console vty driver");