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

1234

/freebsd-12-stable/contrib/sqlite3/tea/win/
H A Dmakefile.vc290 conlflags = $(lflags) -subsystem:console
/freebsd-12-stable/contrib/ofed/opensm/include/opensm/
H A Dosm_subnet.h302 char *console; member in struct:osm_subn_opt
/freebsd-12-stable/gnu/usr.bin/gdb/libgdb/
H A DMakefile41 mi-cmds.c mi-console.c mi-getopt.c mi-interp.c mi-main.c \
/freebsd-12-stable/sys/contrib/octeon-sdk/
H A Docteon-pci-console.c51 #include <asm/octeon/octeon-pci-console.h>
65 #include "octeon-pci-console.h"
139 /* Get global pci console information and look up specific console structure. */
144 printf("ERROR: attempting to read non-existant console: %d\n", console_num);
182 /* Get global pci console information and look up specific console structure. */
187 printf("ERROR: attempting to read non-existant console: %d\n", console_num);
226 /* Get global pci console information and look up specific console structur
[all...]
/freebsd-12-stable/sys/dev/liquidio/base/
H A Dlio_device.h459 struct lio_console console[LIO_MAX_MAPS]; member in struct:octeon_device
713 * Initialize console access
721 * Adds access to a console to the device.
724 * @param console_num: which console
728 * * specific string to enable debug console output
735 /* write or read from a console */
744 * Send a string to u-boot on console 0 as a command.
/freebsd-12-stable/sys/kern/
H A Dkern_cons.c75 static MALLOC_DEFINE(M_TTYCONS, "tty console", "tty console handling");
88 int cons_avail_mask = 0; /* Bit mask. Each registered low level console
96 "State of the console muting");
100 struct msgbuf consmsgbuf; /* message buffer for console tty */
104 struct tty *constty; /* pointer to console "window" tty */
120 * Check if we should mute the console (for security reasons perhaps)
131 * Find the first console with the highest priority.
147 * Initialize console, and attach to it.
162 * Make the best console th
[all...]
/freebsd-12-stable/stand/i386/libfirewire/
H A Dfirewire.c55 extern struct console dconsole;
/freebsd-12-stable/stand/lua/
H A Dmenu.lua244 menu_entries.console,
284 console = {
H A Dcore.lua350 local c = loader.getenv("console")
/freebsd-12-stable/contrib/file/magic/
H A DMakefile.am68 $(MAGIC_FRAGMENT_DIR)/console \
H A DMakefile.in341 $(MAGIC_FRAGMENT_DIR)/console \
/freebsd-12-stable/stand/sparc64/loader/
H A Dmain.c210 extern struct console ofwconsole;
211 struct console *consoles[] = {
837 * Probe for a console.
/freebsd-12-stable/contrib/ofed/opensm/opensm/
H A Dosm_console.c1645 cio_close(&p_osm->console, &p_osm->log);
1793 FILE *out = p_osm->console.out;
1839 osm_console_t *p_oct = &p_osm->console;
1873 "ERR 4B04: Failed to accept console socket: %s\n",
1930 /* If we use a local console, stdin is closed (most probable is pipe ended)
1931 * so we close the local console */
/freebsd-12-stable/sys/dev/liquidio/
H A Dlio_main.c85 * \brief determines if a given console has debug enabled.
86 * @param console console to check
90 lio_console_debug_enabled(uint32_t console) argument
93 return (console_bitmask >> (console)) & 0x1;
650 * If console debug enabled, specify empty string to
658 lio_dev_err(octeon_dev, "Could not access board console\n");
662 * If console was added AND we're logging console output
663 * then set our console prin
[all...]
/freebsd-12-stable/cddl/usr.sbin/dwatch/
H A Ddwatch213 "Always treat stdout as console (enable colors/columns/etc.)."
423 )" -v want="$column" -v console="$CONSOLE" '
425 function ans(seq) { return console ? "\033[" seq "m" : "" }
505 -v console="$CONSOLE" \
510 function ans(seq) { return console ? "\033[" seq "m" : "" }
1124 -v console="$CONSOLE" \
1180 function ans(seq) { return console ? "\033[" seq "m" : "" }
1275 if (!console) lines = strip(lines)
1282 if (!console) tag = strip(tag)
1338 int console;
[all...]
/freebsd-12-stable/sys/dev/xen/console/
H A Dxen_console.c56 #include <xen/interface/io/console.h>
80 * Only the minimal set up to get a console should be done here.
83 /* Prepare the console to be fully use */
115 /* Pointer to the console operations */
129 * Data for the main console
130 * Necessary to support low-level console driver
153 * console char by char.
194 /*---------------------- Helpers for the console lock -----------------------*/
216 /*------------------ Helpers for the hypervisor console ---------------------*/
221 * Nothing to setup for the low-level console whe
[all...]
/freebsd-12-stable/sys/arm/ti/am335x/
H A Dam335x_lcd_syscons.c63 int console; member in struct:video_adapter_softc
/freebsd-12-stable/tools/tools/sysbuild/
H A Dsysbuild.sh80 # serial console ?
633 log_it serial console
/freebsd-12-stable/contrib/openresolv/
H A Dresolvconf.in114 the console
/freebsd-12-stable/sys/dev/vt/
H A Dvt_core.c564 * When grabbing the console for the debugger, avoid
789 vt_scrollmode_kbdevent(struct vt_window *vw, int c, int console) argument
801 if (console == 0) {
840 if (console == 0)
880 vt_scrollmode_kbdevent(vw, c, 0/* Not a console */);
1016 * If vt_upgrade() happens while the console is grabbed, we are
1708 * prevent data from reaching the console driver while
2734 /* For existing console window. */
2885 * Register as console. If it already registered, cnadd() will ignore
2968 /* Ask holding process to free window and switch to console windo
[all...]
/freebsd-12-stable/targets/pseudo/userland/
H A DMakefile.depend455 usr.sbin/bsdconfig/console \
456 usr.sbin/bsdconfig/console/include \
/freebsd-12-stable/sys/arm/versatile/
H A Dversatile_clcd.c138 int console; member in struct:video_adapter_softc
/freebsd-12-stable/contrib/ncurses/ncurses/base/
H A Dlib_mouse.c119 #include <machine/console.h>
/freebsd-12-stable/sys/dev/virtio/console/
H A Dvirtio_console.c27 /* Driver for VirtIO console devices. */
56 #include <dev/virtio/console/virtio_console.h>
770 device_printf(dev, "%s: console port %d, but does not exist\n",
1251 * For now, assume the first (only) port is the console. Note
/freebsd-12-stable/stand/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.

Completed in 339 milliseconds

1234