Searched refs:console (Results 51 - 75 of 104) sorted by relevance

12345

/illumos-gate/usr/src/uts/common/xen/public/
H A Dxen.h152 #define VIRQ_CONSOLE 2 /* G. (DOM0) Bytes received on emergency console. */
157 #define VIRQ_CON_RING 8 /* G. (DOM0) Bytes received on console */
488 * device or the emergency console.
559 xen_pfn_t mfn; /* MACHINE page number of console page. */
560 uint32_t evtchn; /* Event channel for console page. */
566 } console; member in struct:start_info
580 /* New console union for dom0 introduced in 0x00030203. */
582 #define console_mfn console.domU.mfn
583 #define console_evtchn console.domU.evtchn
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvcc.c176 { MDET_PROP_STR, "name", "virtual-console-concentrator" },
317 * An application other than vntsd can access a console port as long
600 * only data is expected from console - otherwise
729 /* add a vcc console port */
1171 cmn_err(CE_CONT, "vcc_open: virtual-console-concentrator@%d:%d "
1277 D1("vcc_close: closing virtual-console-concentrator@%d:%d\n",
1319 * VCC_NUM_PORTS. However, when vntsd requests for the console table, console
1361 /* construct console buffer */
1406 /* fill vntsd buffer with no console */
1651 vcc_console_t console; local
[all...]
/illumos-gate/usr/src/boot/sys/boot/efi/loader/
H A Dbootinfo.c73 char *console; local
84 console = getenv("console");
85 if (console != NULL) {
86 if (strcmp(console, "comconsole") == 0)
88 if (strcmp(console, "nullconsole") == 0)
/illumos-gate/usr/src/cmd/ldap/common/
H A Detest.c20 #include <console.h>
H A Dtmpltest.c17 #include <console.h>
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dvidupdate.c50 #include <sys/console.h>
376 struct console con;
/illumos-gate/usr/src/lib/libxcurses/h/posix/
H A Dmkslocal.h481 * style console is used instead of a tty.
521 #define M_LOGGER_CONSOLE "/dev/console"
1552 #undef M_TTYSTREAM /* if it isn't possible to open a new console
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_mount.c419 fd = open(command->console ? "/dev/console" : "/dev/null",
656 call_fork_exec(fstype, cmd, newargv, console)
660 int console;
692 command.console = console;
H A Dautomount.h241 int console; member in struct:command
/illumos-gate/usr/src/cmd/vntsd/
H A Dvntsdvcc.c30 * configuratioa. It manages console groups, creates the listen thread,
31 * dynamically adds and removes virtual console within a group.
54 /* signal all clients that console has been deleted */
65 /* free console structure */
90 * all clients connected to a console must disconnect before
91 * removing a console.
109 /* wait for all clients disconnect from the console */
113 /* signal client to disconnect the console */
125 /* reduce console count in the group */
136 /* search for a group whose console i
602 vcc_console_t console; local
[all...]
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dstage2.c243 const char *console = NULL; local
339 /* The selected OS console is special; if it's in use, tell the user. */
340 console = get_variable("os_console");
341 if (console != NULL) {
342 printf("\n\n Selected OS console device is '%s'."
343 "\n To change OS console device, enter command-line mode"
346 console);
750 current_term = term_table; /* assumption: console is first */
790 /* if our terminal fails to initialize, fall back to console since
793 current_term = term_table; /* we know that console i
[all...]
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxencons.h43 #include <xen/public/io/console.h>
129 volatile struct xencons_interface *ifp; /* console ring buffers */
130 int console_irq; /* dom0 console interrupt */
131 int evtchn; /* console event channel */
202 #define XENCONS_BURST 128 /* burst size for console writes */
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/littleneck/frudata/
H A Dlibpiclfrudata.conf67 name:/platform/pci/ebus/i2c?UnitAddress=1,30/remote-system-console?UnitAddress=0,a6
68 PROP FRUDevicePath string r 0 "/devices/pci@8,700000/ebus@5/i2c@1,30/remote-system-console@0,a6:remote-system-console"
/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_utils.c3817 * Description: Determine console device.
3819 * Success - pointer to console setting.
3828 char *console = NULL; local
3837 "console", &console) != -1) {
3839 return (console);
3842 if (console == NULL) {
3844 "output-device", &console) != -1) {
3846 if (strncmp(console, "screen", strlen("screen")) == 0)
3847 console
3892 char *console = NULL; local
[all...]
/illumos-gate/usr/src/cmd/zlogin/
H A Dzlogin.c45 * - "console login" is the equivalent to accessing the tip line for a
49 * console to be available anytime the zone is installed, regardless of
277 zperror(gettext("Could not connect to zone console"));
315 zperror(gettext("Could not connect to zone console"));
1729 int arg, console = 0; local
1760 console = 1;
1801 if (console != 0) {
1805 "-l may not be specified for console login"));
1811 "-n may not be specified for console login"));
1817 "-S may not be specified for console logi
[all...]
/illumos-gate/usr/src/cmd/stmsboot/
H A Dmpxio-upgrade65 # log and the second call displays on the console.
235 if $DUMPADM -d $newname > /dev/msglog 2> /dev/console; then
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo_devperm.c166 char *console; local
201 console = strtok_r(line, field_delims, &last);
202 if (console == NULL)
205 if ((n = resolvepath(console, tmp, PATH_MAX)) == -1)
389 * Check whether the user has logged onto "/dev/console" or "/dev/vt/#".
409 "console", strlen("console")) == 0 || strncmp(utx->ut_line,
600 /* set the login console device permission */
/illumos-gate/usr/src/cmd/ttymon/
H A Dtmexpress.c45 #include <sys/console.h>
201 * the console login process.
203 * If -d /dev/console also specified, we send an ioctl
204 * to the console device to query the TERM type.
212 (strcmp(pmtab->p_device, "/dev/console") == 0) &&
213 ((cn_fd = open("/dev/console", O_RDONLY)) != -1)) {
/illumos-gate/usr/src/uts/common/os/
H A Dconsole.c31 #include <sys/console.h>
72 * through /dev/console to the wscons driver, we may be called upon to render
75 * use a kernel console emulator if one is available. Unfortunately, if PROM
84 * exclusive access to the console from within the kernel. We use a standard
101 * impossible dream of a unified kernel console emulator is someday realized.
190 * width and height (in pixels) of the console.
200 * If we have loaded the console IO stuff, then ask for the screen
215 * If we have not initialized a console yet and don't have a root
251 * If we can't access the console stream, fall through to PROM, which redirects
252 * it back into to terminal emulator as appropriate. The console strea
[all...]
H A Dprintf.c46 #include <sys/console.h>
H A Dretire_store.c34 #include <sys/console.h>
/illumos-gate/usr/src/boot/sys/boot/i386/loader/
H A DMakefile63 SRCS += boot.c commands.c console.c devopen.c interp.c
/illumos-gate/usr/src/uts/i86pc/os/
H A Dfakebop.c74 static int have_console = 0; /* set once primitive console is initialized */
105 * buffer for vsnprintf for console I/O
696 * check to see if we have to override the default value of the console
717 v_len = do_bsys_getproplen(NULL, "console");
719 (void) do_bsys_getprop(NULL, "console", consoledev);
722 bsetprops("console", "text");
733 * Ensure console property exists
736 v_len = do_bsys_getproplen(NULL, "console");
738 bsetprops("console", "hypervisor");
1759 * 1st off - initialize the console fo
[all...]
/illumos-gate/usr/src/cmd/allocate/
H A Ddisk_clean.sh554 MSGDEV=console
/illumos-gate/usr/src/uts/common/io/
H A Dcons.c27 * Indirect console driver for Sun.
30 * console, as given by the value of rconsvp. The implementation assumes that
57 #include <sys/console.h>
121 * Global variables associated with the console device:
128 extern dev_t rconsdev; /* "hardware" console */
134 extern dev_t uconsdev; /* What the user thinks is the console device */
141 * The underlying console device potentially can be opened through (at least)
218 if (ddi_create_minor_node(devi, "console", S_IFCHR,
268 * console, make sure you understand the 'compatibility' hack
287 * Enable virtual console
[all...]

Completed in 88 milliseconds

12345