Lines Matching refs:console

61 #include <sys/console.h>
72 #include <sys/console.h>
91 * 0 the system console /dev/console Alt + F1
92 * 0: virtual console #1 /dev/vt/0 Alt + F1
94 * 2: virtual console #2 /dev/vt/2 Alt + F2
95 * 3: virtual console #3 /dev/vt/3 Alt + F3
97 * n: virtual console #n /dev/vt/n Alt + Fn
111 minor_t vc_last_console = VT_MINOR_INVALID; /* the last used console */
135 * If the system console is directed to tipline, consider /dev/vt/0 as
205 /* one for system console, one for vtdaemon */
308 * minor 0: /dev/vt/0 (index = 0, indicating the system console)
309 * minor 1: /dev/vt/1 (index = 1, vtdaemon special console)
315 * The system console (minor 0), is opened firstly and used during console
316 * configuration. It also acts as the system hard console even when all
320 * And the system console is redirected to the tipline. During normal cases,
323 * minor 1 (/dev/vt/1) is reserved for vtdaemon special console, and it's
326 * During early console configuration, consconfig_dacf opens wscons and then
352 * and this only happens during console configuration.
361 * In normal case, the first screen is the system console;
372 * If we are not opening the system console
373 * as the first console, clear the phyical
564 /* check for system console, Alt + F1 */
581 * for system console, the argument of vtno for
585 vtno = 1; /* for system console */
710 * Applications that open the virtual console device may request
738 * 0 for the vtdaemon sepcial console (only vtdaemon will use it)
739 * 1 for the system console (Alt + F1, or Alt + Ctrl + F1),
764 /* here it should be the real console */
784 * on behalf of another console, so record current
785 * target console as the last console.
794 * In tipline case, the system console is redirected to tipline
1039 vtinfo.v_state = 3; /* system console and vtdaemon */
1066 /* vtdaemon is doing authentication for this target console */
1070 case VT_GETACTIVE: /* get real active console (minor) */
1088 * Return -1 if console user link points to
1089 * /dev/console
1105 /* Ensure it comes from /dev/console */