Home
last modified time | relevance | path

Searched full:console (Results 1 – 25 of 1232) sorted by relevance

12345678910>>...50

/freebsd/sbin/conscontrol/
H A Dconscontrol.833 .Nd control physical system video console devices
41 .Ar console
43 .Cm set | unset Ar console
48 the virtual console devices.
54 the current console settings are shown.
56 There are two types of logical consoles; a high level console which
58 .Pa /dev/console ,
59 and a low level console.
60 The low level console is used for kernel
65 while the high level console i
[all...]
H A Dconscontrol.c51 " conscontrol add | delete console", in usage()
52 " conscontrol set | unset console"); in usage()
66 if (sysctlbyname("kern.console", NULL, &len, NULL, 0) == -1) in consstatus()
67 err(1, "kern.console estimate failed"); in consstatus()
69 errx(1, "kern.console malloc failed"); in consstatus()
70 if (sysctlbyname("kern.console", buf, &len, NULL, 0) == -1) in consstatus()
71 err(1, "kern.console retrieval failed"); in consstatus()
73 errx(1, "kern.console format not understood"); in consstatus()
101 err(1, "could not change console muting"); in consmute()
131 if (sysctlbyname("kern.console", NULL, NULL, devnam, len) == -1) in consadd()
[all …]
/freebsd/usr.sbin/bhyve/
H A Dconsole.c32 #include "console.h"
47 } console; variable
52 console.gc = bhyvegc_init(w, h, fbaddr); in console_init()
58 bhyvegc_set_fbaddr(console.gc, fbaddr); in console_set_fbaddr()
66 bhyvegc_image = bhyvegc_get_image(console.gc); in console_get_image()
74 console.fb_render_cb = render_cb; in console_fb_register()
75 console.fb_arg = arg; in console_fb_register()
81 if (console.fb_render_cb) in console_refresh()
82 (*console.fb_render_cb)(console.gc, console.fb_arg); in console_refresh()
88 if (pri > console.kbd_priority) { in console_kbd_register()
[all …]
/freebsd/sys/dev/liquidio/base/
H A Dlio_console.c108 * Structure that defines a single console.
111 * size of each console is console_buf_size -1;
456 struct lio_console *console; in lio_console_handle_result() local
458 console = &oct->console[console_num]; in lio_console_handle_result()
460 console->waiting = 0; in lio_console_handle_result()
466 lio_output_console_line(struct octeon_device *oct, struct lio_console *console, in lio_output_console_line() argument
482 * having been read from the console). in lio_output_console_line()
486 if (console->leftover[0] && in lio_output_console_line()
487 (line != console->leftover)) { in lio_output_console_line()
488 if (console->print) in lio_output_console_line()
[all …]
/freebsd/stand/fonts/
H A DINDEX.fonts36 6x12.fnt:en:Terminus BSD Console, size 12
38 6x12.fnt:de:Terminus BSD Console, Größe 12
39 8x14.fnt:en:Terminus BSD Console, size 14
41 8x14.fnt:de:Terminus BSD Console, Größe 14
42 8x16.fnt:en:Terminus BSD Console, size 16
44 8x16.fnt:de:Terminus BSD Console, Größe 16
45 10x18.fnt:en:Terminus BSD Console, size 18
47 10x18.fnt:de:Terminus BSD Console, Größe 18
48 10x20.fnt:en:Terminus BSD Console, size 20
50 10x20.fnt:de:Terminus BSD Console, Größe 20
[all …]
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_console_io.c38 * Provide a framework for the Console which decouples the connection
42 * the console commands.
101 return is_local(p_opt->console) || is_loopback(p_opt->console) in is_console_enabled()
102 || is_remote(p_opt->console); in is_console_enabled()
113 "Console connection closed: %s (%s)\n", in cio_close()
134 fprintf(file, "OpenSM Console connection already in use\n" in cio_open()
143 "Console connection aborted: %s (%s) - " in cio_open()
157 OSM_LOG(p_log, OSM_LOG_VERBOSE, "Console connection accepted: %s (%s)\n", in cio_open()
168 /* allowed to use the console? */ in is_authorized()
187 strncpy(p_oct->client_type, opt->console, sizeof(p_oct->client_type)); in osm_console_init()
[all …]
/freebsd/stand/man/
H A Dloader.efi.858 .Ss Console Considerations
59 The EFI BIOS provides a generic console.
65 .Dv console
72 console points to.
77 kernel has a limitation when more than one console is present.
79 Only the primary console will get the log messages from the
88 tells the kernel to use the video console as primary.
91 list, the serial port will be the primary console.
99 console for the video (which may or may not work) and
104 The kernel will use a dual console, with the video console
[all …]
H A Dloader_simp.857 will probe for a console and set the
58 .Va console
59 variable, or set it to serial console
97 on the console while kernel and modules are being loaded.
330 Enables multiple console support in the kernel early on boot.
331 In a running system, console configuration can be manipulated
336 All kernel console output is suppressed when console is muted.
337 In a running system, the state of console muting can be manipulated by the
358 Force the use of a serial console even when an internal console
372 Defines the speed of the serial console (i386 and amd64 only).
[all …]
/freebsd/stand/userboot/userboot/
H A Duserboot_cons.c32 int console; variable
34 static struct console *userboot_comconsp;
36 static void userboot_cons_probe(struct console *cp);
38 static void userboot_comcons_probe(struct console *cp);
44 struct console userboot_console = {
56 * console to comconsole without resulting in an error
58 struct console userboot_comconsole = {
69 userboot_cons_probe(struct console *cp) in userboot_cons_probe()
83 userboot_comcons_probe(struct console *cp) in userboot_comcons_probe()
87 * Save the console pointer so the comcons_init routine in userboot_comcons_probe()
[all …]
/freebsd/usr.sbin/kbdcontrol/
H A Dkbdcontrol.120 .Nd system video console keyboard control/configuration utility
46 console driver and the keyboard drivers,
66 .Pa /dev/console
68 you are not working on the system console).
76 .Pa /dev/console
78 you are not working on the system console).
152 Disconnect the keyboard from the console.
155 option below to associate a keyboard with the console again.
157 Use the specified device as the console keyboard.
161 .Pa /dev/console
[all...]
/freebsd/share/man/man4/man4.powerpc/
H A Dofw_console.433 .Nd "Open Firmware console"
44 driver provides a simple text console,
46 It will use the Open Firmware console devices set via the
52 This driver is deprecated and only provided as a fallback console mechanism
53 if the real console hardware can not be driven by
58 console appears to work too slowly, its responsiveness probably can be improved
72 .It Pa /dev/console
74 terminal input device in case the console input device is the keyboard
76 terminal output device in case the console output device is the screen
78 terminal device in case both the console input and output device is tty[a-z]
/freebsd/share/man/man4/
H A Dsysmouse.435 The console driver, in conjunction with the mouse daemon
40 This arrangement makes it possible for the console and the user process
126 driver itself, and commands for the console and the console control drivers.
276 .Ss Console and Consolectl Ioctls
277 The user process issues console
279 calls to the current virtual console in order to control
281 The console
291 calls to the console control device
293 to inform the console of mouse actions including mouse movement
329 Returns current mouse position in the current virtual console
[all …]
H A Dscreen.416 virtual console.
17 All virtual console devices can be open at once, but only one is
19 The active virtual console "owns" the keyboard and
22 Output to a virtual console that not currently is on the display is
25 .Pa /dev/console
26 (the original console device) is echoed to
33 virtual console with the same number as the function key is then
34 selected as the current virtual console, and given exclusive use of
40 The console allows entering values that are not physically
48 The console driver also includes a history function.
[all …]
/freebsd/sys/dev/xen/console/
H A Dxen_console.c54 #include <contrib/xen/io/console.h>
78 * Only the minimal set up to get a console should be done here.
81 /* Prepare the console to be fully use */
113 /* Pointer to the console operations */
122 /* Console shared page */
127 * Data for the main console
128 * Necessary to support low-level console driver
158 * console char by char. in putchar()
197 /*---------------------- Helpers for the console lock -----------------------*/
219 /*------------------ Helpers for the hypervisor console ---------------------*/
[all …]
/freebsd/sys/kern/
H A Dkern_cons.c87 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()
[all …]
/freebsd/usr.sbin/bsdconfig/
H A Dbsdconfig.896 .It Cm console
97 Utilities to customize the behavior of the system console.
133 Utilities for configuring, exploring, and enabling console mouse support.
176 Shortcut to the Font menu under console.
178 .\" Shortcut to the Keymap menu under console.
180 Shortcut to the Keymap menu under console.
182 .\" Shortcut to the Repeat menu under console.
184 Shortcut to the Repeat menu under console.
186 .\" Shortcut to the Saver menu under console.
188 Shortcut to the Saver menu under console.
[all …]
/freebsd/crypto/openssh/regress/unittests/sshsig/
H A Dwebauthn.html170 …// console.log("decodeArray level " + level.toString() + " index " + i.toString() + " value " + JS…
181 …// console.log("decodeMap level " + level.toString() + " key " + k.toString() + " value " + JSON.s…
204 …// console.log("decode level " + level.toString() + " type " + t.toString() + " len " + l.toString…
225 console.log("XXX ignored semantic tag " + this.decodeInteger(l).toString())
233 // console.log("decode level " + level.toString() + " value " + JSON.stringify(r))
330 console.log(msg)
332 console.dir(arg)
355 console.log("submitted")
369 console.log("challenge:" + btoa(challenge))
370 console.log("userid:" + btoa(userid))
[all …]
/freebsd/sbin/reboot/
H A Dboot_i386.8179 boot with the dual console configuration.
181 configuration, the console will be either the internal display
185 In the dual console configuration,
186 both the internal display and the serial port will become the console
198 force the serial console.
199 For instance, if you boot from the internal console,
203 console device.
205 mute the console to suppress all kernel console input and output during the
222 do not write anything to the console unless automatic boot fails or
225 to prevent next stages from writing to the console use in
[all …]
/freebsd/stand/common/
H A Dconsole.c33 * Core console support
69 * Detect possible console(s) to use. If preferred console(s) have been
70 * specified, mark them as active. Else, mark the first probed console
71 * as active. Also create the console variable.
91 /* Do all console probes */ in cons_probe()
104 /* Force a console even if all probes failed */ in cons_probe()
108 /* Check to see if a console preference has already been registered */ in cons_probe()
109 prefconsole = getenv("console"); in cons_probe()
113 unsetenv("console"); /* we want to replace this */ in cons_probe()
128 env_setenv("console", EV_VOLATILE, prefconsole, cons_set, in cons_probe()
[all …]
/freebsd/sys/sys/
H A Dcons.h55 /* turn on as console */
57 /* turn off as console */
63 /* grab console for exclusive kernel use */
65 /* ungrab console */
67 /* set up console after sleep, optional */
72 /* console device operations. */
75 int cn_flags; /* capabilities of this console */
76 char cn_name[SPECNAMELEN + 1]; /* console (device) name */
79 /* values for cn_pri - reflect our policy for console selection */
100 extern struct tty *constty; /* Temporary virtual console. */
/freebsd/usr.sbin/bsdconfig/console/include/
H A Dmessages.subr32 hline_configure_system_console_settings="Configure your system console settings"
55 msg_choose_console_terminal_type="Choose console terminal type"
57 msg_console_menu_text="The system console driver for FreeBSD has a number of configuration\noptions…
153 msg_keymap_menu_text="The system console driver for FreeBSD defaults to a standard\n\"US\" keyboard…
188 msg_saver_menu_text="By default, the console driver will not attempt to do anything\nspecial with y…
224 msg_system_console_configuration="System Console Configuration"
225 msg_system_console_font="System Console Font"
226 msg_system_console_keyboard_repeat_rate="System Console Keyboard Repeat Rate"
227 msg_system_console_keymap="System Console Keymap"
228 msg_system_console_screen_saver="System Console Screen Saver"
[all …]
/freebsd/usr.sbin/dconschat/
H A Ddconschat.855 (dumb console device) on a local or remote system.
78 driver communicate using 2 ports, one for the console port and another
88 You can specify listen ports for console and
166 Specify the console port.
234 You will get console output of the target and login prompt if a
250 in the console port.
281 The following command gets the console log from the crash dump:
286 If you want access to the console using
294 You may want to keep logging console output of several machines.
300 console local {
[all …]
/freebsd/usr.sbin/ac/
H A Dac.835 .\".Op Fl c Ar console
58 .\" .It Fl c Ar console
60 .\" .Ar console
63 .\" .Ar console
145 .\" appear without any preceding console logins.
146 .\" If no one is logged in on the console, the user is deemed to have
150 .\" .Pa console
155 .\" .Pa console
/freebsd/stand/efi/loader/
H A Dconf.c79 extern struct console efi_console;
80 extern struct console eficom;
83 extern struct console comconsole;
86 extern struct console comconsole;
87 extern struct console nullconsole;
88 extern struct console spinconsole;
91 struct console *consoles[] = {
/freebsd/stand/defaults/
H A Dloader.conf.580 A user with console access will be able to interrupt the
83 the console during this delay.
109 option, this option prevents users with console access from being able
319 Sets the speed of the serial console.
320 If the previous boot loader stage specified that a serial console
323 .It Va console
326 selects serial console,
328 selects the video console,
330 selects the EFI console,
332 selects a mute console
[all …]

12345678910>>...50