/openbmc/qemu/ui/ |
H A D | dbus.c | 128 dd->consoles = g_ptr_array_new_with_free_func(g_object_unref); in dbus_display_init() 154 g_clear_pointer(&dd->consoles, g_ptr_array_unref); in dbus_display_finalize() 184 g_ptr_array_insert(dd->consoles, idx, dbus_console); in dbus_display_add_console() 196 g_autoptr(GArray) consoles = NULL; in dbus_display_complete() 235 consoles = g_array_new(FALSE, FALSE, sizeof(guint32)); in dbus_display_complete() 243 g_array_append_val(consoles, idx); in dbus_display_complete() 248 consoles->data, consoles->len * sizeof(guint32), TRUE, in dbus_display_complete() 249 (GDestroyNotify)g_array_unref, consoles); in dbus_display_complete() 250 g_steal_pointer(&consoles); in dbus_display_complete()
|
H A D | console.c | 71 static QTAILQ_HEAD(, QemuConsole) consoles = 72 QTAILQ_HEAD_INITIALIZER(consoles); 358 if (QTAILQ_EMPTY(&consoles)) { in qemu_console_register() 360 QTAILQ_INSERT_TAIL(&consoles, c, next); in qemu_console_register() 362 QemuConsole *last = QTAILQ_LAST(&consoles); in qemu_console_register() 364 QTAILQ_INSERT_TAIL(&consoles, c, next); in qemu_console_register() 372 QemuConsole *it = QTAILQ_FIRST(&consoles); in qemu_console_register() 380 QTAILQ_INSERT_AFTER(&consoles, it, c, next); in qemu_console_register() 1158 QTAILQ_FOREACH(con, &consoles, next) { in init_displaystate() 1240 QTAILQ_FOREACH(con, &consoles, next) { in qemu_console_lookup_default() [all …]
|
H A D | dbus.h | 54 GPtrArray *consoles; member
|
/openbmc/openbmc/meta-facebook/conf/recipes/ |
H A D | fb-consoles.inc | 16 consoles = \ 19 return " ".join(consoles[:hosts])
|
/openbmc/linux/Documentation/driver-api/ |
H A D | console.rst | 8 assigned by the kernel to all the virtual consoles during the boot process. 19 of driver occupying the consoles.) They can only take over the console that is 50 read, or acts to bind or unbind the driver to the virtual consoles 80 driver takes over the consoles vacated by the driver. Binding, on the other 81 hand, will bind the driver to the consoles that are currently occupied by a 92 If any of the virtual consoles are in KD_GRAPHICS mode, then binding or
|
/openbmc/docs/designs/ |
H A D | uart-mux-support.md | 126 about the boot process, which is output on the respective consoles at various 167 shouldn't apply any policy governing access to the muxed consoles. 170 other components exposing consoles: 172 1. The dropbear/obmc-console-client integration exposing consoles via SSH 188 access to the muxed consoles. It's not yet clear whether this is a reasonable 202 ### How are muxed consoles represented on D-Bus? 207 Multiple consoles can be represented as a split- or unified- object tree. 211 In split-tree, it is not clear which consoles all belong to one UART mux, but in 225 So a choice has to be made how to represent multiple consoles on dbus, and what 267 2. Implement a `Mux` interface on an object common to all consoles exposed by [all …]
|
/openbmc/obmc-console/ |
H A D | console-server.c | 1005 struct console *console = server->consoles[i]; in run_console_iteration() 1126 struct console **tmp = reallocarray(server->consoles, in console_server_add_console() 1133 server->consoles = tmp; in console_server_add_console() 1141 server->consoles[server->n_consoles++] = console; in console_server_add_console() 1187 return server->consoles[0]; in console_server_add_consoles() 1194 struct console *console = server->consoles[i]; in console_server_add_consoles() 1257 console_fini(server->consoles[i]); in console_server_fini() 1260 free(server->consoles); in console_server_fini()
|
H A D | README.md | 50 This supports multiple independent consoles. The `console-id` is a unique
|
/openbmc/obmc-console/docs/ |
H A D | mux-support.md | 10 Then there will be one obmc-console-server process, and 2 consoles will be 13 The obmc-console-server will receive configuration for both consoles detailing 39 For declaring the different consoles, the section name, e.g. `[host1]` must be 66 to this console. Any clients connected to other consoles are disconnected.
|
/openbmc/openbmc/poky/meta/recipes-extended/shadow/files/ |
H A D | securetty | 85 # Standard consoles 176 # Standard consoles, with devfs
|
/openbmc/linux/arch/um/drivers/ |
H A D | Kconfig | 26 This option enables support for attaching UML consoles and serial 33 This option enables support for attaching UML consoles and serial 35 <port number>'. Any number of consoles and serial lines may be 43 This option enables support for attaching UML consoles and serial 53 This option enables support for attaching UML consoles and serial 54 lines to host terminals. Access to both virtual consoles 62 This option enables support for attaching UML consoles and serial 92 This is the string describing the channel to which all consoles
|
/openbmc/linux/arch/powerpc/platforms/powernv/ |
H A D | opal.c | 1000 struct device_node *np, *consoles, *leds; in opal_init() local 1010 consoles = of_find_node_by_path("/ibm,opal/consoles"); in opal_init() 1011 if (consoles) { in opal_init() 1012 for_each_child_of_node(consoles, np) { in opal_init() 1017 of_node_put(consoles); in opal_init()
|
/openbmc/openbmc/meta-facebook/recipes-phosphor/console/ |
H A D | obmc-console_%.bbappend | 3 require conf/recipes/fb-consoles.inc
|
/openbmc/linux/fs/proc/ |
H A D | Makefile | 16 proc-y += consoles.o
|
/openbmc/openbmc/meta-facebook/recipes-extended/rsyslog/ |
H A D | rsyslog_%.bbappend | 3 require conf/recipes/fb-consoles.inc
|
/openbmc/openbmc/poky/meta/recipes-extended/mingetty/ |
H A D | mingetty_1.08.bb | 1 SUMMARY = "Compact getty terminal handler for virtual consoles only"
|
/openbmc/qemu/docs/system/ |
H A D | keys.rst.inc | 35 In the virtual consoles, you can use Ctrl-Up, Ctrl-Down, Ctrl-PageUp and
|
/openbmc/obmc-console/test/ |
H A D | meson.build | 50 'test-multiple-consoles',
|
/openbmc/linux/Documentation/fb/ |
H A D | fbcon.rst | 95 the total length is 64 which is the number of consoles available. In 114 This option tells fbcon to take over only a range of consoles as 115 specified by the values 'n1' and 'n2'. The rest of the consoles 120 is typically located on the same video card. Thus, the consoles that 138 - rotate_all - rotate the display of all consoles
|
/openbmc/linux/drivers/tty/hvc/ |
H A D | Kconfig | 69 Xen driver for secondary virtual consoles 124 firmware virtual consoles from one Linux partition by
|
/openbmc/linux/arch/alpha/ |
H A D | Kconfig.debug | 15 Recent consoles on Titan and Marvel machines also require the
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | devices.rst | 163 for a session; this includes virtual consoles, serial ports, and 179 Virtual consoles and the console device 182 Virtual consoles are full-screen terminal displays on the system video 183 monitor. Virtual consoles are named ``/dev/tty#``, with numbering
|
/openbmc/openbmc/meta-security/docs/ |
H A D | dm-verity-beaglebone.txt | 18 default, an on-target runtime check of /proc/consoles is used to finalize
|
/openbmc/openbmc/poky/meta/recipes-graphics/wayland/weston-init/ |
H A D | weston.service | 29 # Prevent starting on systems without virtual consoles, Weston requires one
|
/openbmc/openbmc/meta-ibm/recipes-phosphor/console/ |
H A D | obmc-console_%.bbappend | 22 # We need to populate console-id for remaining consoles
|