Searched refs:console (Results 76 - 100 of 104) sorted by relevance

12345

/illumos-gate/usr/src/boot/sys/boot/i386/libfirewire/
H A Dfirewire.c54 extern struct console dconsole;
/illumos-gate/usr/src/man/man7d/
H A DMakefile39 console.7d \
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/littleneck/conf/
H A Dpsvcobj.conf316 1 0 0xA6 0 /devices/pci@8,700000/ebus@5/i2c@1,30/remote-system-console@0,a6:remote-system-console
/illumos-gate/usr/src/cmd/tsol/misc/
H A Dtxzonemgr.sh141 console="Zone Console...\n"
1608 console=
1672 console=
1684 $console \
/illumos-gate/usr/src/boot/sys/boot/i386/pmbr/
H A Dpmbr.s150 # Output an ASCIZ string to the console via the BIOS.
/illumos-gate/usr/src/uts/common/io/
H A Dvcons.c61 #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 i
[all...]
H A Dwscons.c27 * "Workstation console" multiplexor driver for Sun.
43 * vc_cons_user, vc_avl_root) with virtual console devname part
52 * Based on the fact that virtual console devname part and wc_modechg_cb()
113 #include <sys/console.h>
124 #include <sys/console.h>
155 queue_t *wc_kbdqueue; /* "console keyboard" device queue */
345 /* create minor node for workstation hard console */
464 * /dev/vt/console to /dev/console
472 * If we lose the system console,
[all...]
H A Dtem.c83 #include <sys/console.h>
293 * Only happens during early console configuration.
428 * Initialize the console and get the device parameters
442 "of console fb driver not supported", temargs.version);
782 * different screen height and width with our kernel console.
814 * This function is to compute the starting row of the console, according to
866 * mode so that we don't over-write the console output
873 * kernel console tem is different with that of prom
878 /* first line of our kernel console output */
904 * PROM, so that our kernel console ca
[all...]
H A Dconsconfig_dacf.c29 * 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 devic
[all...]
/illumos-gate/usr/src/uts/i86xpv/os/
H A Dxen_machdep.c524 xen_info->console.domU.mfn =
525 mfn_to_pfn_mapping[xen_info->console.domU.mfn];
/illumos-gate/usr/src/boot/sys/boot/sparc64/loader/
H A Dmain.c213 extern struct console ofwconsole;
214 struct console *consoles[] = {
843 * Probe for a console.
/illumos-gate/usr/src/cmd/sqlite/
H A Dshell.c39 # include <console.h>
/illumos-gate/usr/src/uts/common/os/
H A Dlogsubr.c40 #include <sys/console.h>
78 "ntp", "audit", "console", "cron",
190 * Create a backlog queue to consume console messages during periods
191 * when there is no console reader (e.g. before syslogd(1M) starts).
209 * Create a queue to hold the most recent 8K of console messages.
312 * Move console messages from src to dst. The time of day isn't known
379 * currently active and which clone is the primary console queue.
380 * If the primary console queue changes to or from the backlog
587 * Raise the console queue's q_hiwat to ensure that we
701 * Print queued messages to console
[all...]
H A Dswapgeneric.c63 #include <sys/console.h>
302 * If booted with ASKNAME, prompt on the console for a filesystem
H A Dfm.c69 #include <sys/console.h>
171 * output so they aren't split across console lines, and return the end column.
207 * the amount of console output we produce at panic time. This can be further
209 * FMA telemetry is logged using the dump device transport, so the console
405 * The rest of the message is for the console only and not needed in the log,
H A Dinstance.c48 #include <sys/console.h>
1009 * Give a warning to the console.
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm_hyper.c194 * Convert a metal "console" device name to an equivalent one suitable for
197 * Default to "vga" if we can't parse the console device.
200 console_metal_to_hyper(char *console) argument
202 if ((*console == '\'') || (*console == '"'))
203 console++;
205 if (strncmp(console, "ttya", 4) == 0)
206 console_dev = "console=com1";
207 else if (strncmp(console, "ttyb", 4) == 0)
208 console_dev = "console
[all...]
/illumos-gate/usr/src/uts/common/krtld/
H A Dkobj.c234 * emitted to the console. To avoid alarming customers for no good
1364 char *console; local
1367 if ((len = BOP_GETPROPLEN(ops, "console")) == -1)
1370 console = kobj_zalloc(len, KM_WAIT|KM_TMP);
1371 (void) BOP_GETPROP(ops, "console", console);
1372 ret = (strcmp(console, "usb-serial") == 0);
1373 kobj_free(console, len);
1387 "(unsupported on usb serial console)\n");
/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_main.c398 i40e_dev_err(i40e_t *i40e, int level, boolean_t console, const char *fmt, argument
406 cmn_err(level, (console) ? "%s: %s" : "!%s: %s",
409 dev_err(i40e->i40e_dip, level, (console) ? "%s" : "!%s",
/illumos-gate/usr/src/cmd/vt/
H A Dvtdaemon.c30 * console device (/dev/vt/1), and provides a text console session
32 * console is reserved and end users cannot switch to it via hotkeys.
38 * 1) All text console hotkeys (e.g. "Alt + F#") are intercepted by
39 * the kernel console driver which sends a door upcall to the
51 * . If it's from kernel for a text console source session,
80 * firstly switch to the vtdaemon special text console;
112 * By default, there's only 16 virtual console device nodes (from
116 * or less virtual console device nodes.
161 #include <sys/console
[all...]
/illumos-gate/usr/src/uts/common/xen/os/
H A Dxvdi.c150 "console", IPL_CONS, XD_DOM_ALL, },
412 pdp->xd_evtchn = xen_info->console.domU.evtchn;
457 pdp->xd_evtchn = xen_info->console.domU.evtchn;
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxencons.c65 * Hypervisor virtual console driver
98 #include <xen/public/io/console.h>
216 * We should never try to detach the console driver on a domU
262 * Activate the xen console virq. Note that xen requires
269 * interrupt handler for the xen console virq, but
273 * we already had to bind the xen console VIRQ to CPU 0,
528 * Handle a xen console rx interrupt.
597 * hypervisor does not use a real chip for the console we default to
692 * Handle a xen console tx interrupt.
854 * HYPERVISOR_console_io call to write console dat
[all...]
/illumos-gate/usr/src/boot/sys/boot/i386/btx/btx/
H A Dbtx.S229 call sio_init # setup the serial console
805 * Output zero-terminated string [ESI] to the console.
882 * Output character AL to the serial console.
897 * Output character AL to the console.
/illumos-gate/usr/src/uts/common/sys/
H A DMakefile124 console.h \
/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm.c2922 * owner and group of the console user.
2924 * stat() the console device newdev->ldev_console
2930 * console owner will be root and its gid can be found in
7375 char *cp, *console, *dlist, *dev; local
7433 if ((console = strtok_r(line, LDEV_DELIMS, &lasts)) == NULL)
7462 ldev->ldev_console = s_strdup(console);

Completed in 116 milliseconds

12345