Lines Matching refs:console

29  * of the console devices during boot in dynamic_console_config().
30 * The loading of the drivers for the console devices triggers the
32 * and mouse console streams.
49 * console configurations. Across these three configurations, the following
60 * stdin is a local keyboard. use stdin and stdout as the console.
66 * assume we running on a tip line and use stdin/stdout as the console.
73 * stdout as the console.
83 * still go to the local display. This is an artifact of the console
101 #include <sys/console.h>
453 * will only be sent to the device if it is the console device.
474 * will only be sent to the device if it is the console device.
541 * Query the console with the CONSPOLLEDIO ioctl.
641 /* Initialize console information */
692 * standard input, the keyboard console stream will
706 * Systems which offer a virtual console must use that
723 "mode; switching to virtual console.",
813 * Build the wc->conskbd portion of the keyboard console stream.
823 /* open the console keyboard device. will never be closed */
832 /* open the console mouse device. will never be closed */
856 * Build the wc->conskbd portion of the keyboard console stream.
874 * connection to the workstation console device wired into it,
973 * on sparc, when the console is ttya, zs0 is stdin/stdout, and zs1
994 * for the console. This will ensure that we create a /dev/fb link
1016 "virtual console device path %s\n", virtual_cons_path);
1020 /* virtual console already in use */
1027 "unable to find serial virtual console device %s",
1053 "Can't find driver for console framebuffer\n");
1064 /* console device is never released */
1114 * function to enable abort on the console. If the
1116 * the keyboard is the console input. If it is
1276 * what kind of console we have.
1283 * A reliable indicator that we are doing a remote console
1311 * will be hooked into the console stream with the dacf
1332 * chance at being registered for console
1341 DPRINTF(DPRINT_L2, "Error with console keyboard\n");
1349 DPRINTF(DPRINT_L0, "console input is tty (%s)\n",
1420 * don't support changing/hotplugging the console
1433 "unsupported console input/output combination");
1438 * Use the redirection device/workstation console pair as the "real"
1439 * console if the latter hasn't already been set.
1440 * The workstation console driver needs to see rwsconsvp, but
1455 "unable to open console device");
1459 /* Enable abort on the console */
1462 /* Now we must close it to make console logins happy */
1465 /* Set up polled input if it is supported by the console device */
1481 * This function kicks off the console configuration.
1500 /* Initialize cons_state_t structure and console device paths */
1504 /* Build upper layer of console stream */
1509 * plumb the devices into the console stream
1512 * and mouse drivers are linked into their respective console
1519 * This is legacy special case code for the "cool" virtual console
1526 * Setup the virtual console driver for Starfire
1527 * Note that console I/O will still go through prom for now
1529 * will be activated when /dev/console is opened by init.
1532 * the redirection of console I/O from cvc to cvcd.
1545 /* initialize framebuffer, console input, and redirection device */
1550 /* initialize virtual console vp for logging if needed */
1652 * console stream modules but may also support devices that happen
1654 * since the console state structure will not be initialized.
1656 * permit console to be plumbed later in boot.
1706 * See if there was a problem with the console keyboard during boot.
1751 * is the console keyboard/mouse or not.
1884 * on the console line when necessary.
2129 * by "deferred-console-buf" This function flushes the message to the
2130 * current console now that it is set up.
2142 DDI_PROP_DONTPASS, "deferred-console-buf", 0);
2149 * console I/O is goes to polled I/O entry points.
2152 * to open /dev/console now to get kernel console I/O to work.
2156 * Note that opening /dev/console causes rconsvp to be
2160 if (vn_open("/dev/console", UIO_SYSSPACE, FWRITE | FNOCTTY,