Searched refs:console (Results 1 - 25 of 28) sorted by relevance

12

/barrelfish-2018-10-04/usr/arrakismon/
H A Dconsole.h20 struct console { struct
24 struct console * console_new (void);
25 int console_handle_int10 (struct console *c, struct guest *g);
H A Dconsole.c15 #include "console.h"
19 struct console *
22 struct console *ret = calloc(1, sizeof(struct console));
27 handle_set_cursor_position (struct console *c, struct guest *g)
41 handle_write_char_with_attr (struct console *c, struct guest *g)
65 handle_teletype_output (struct console *c, struct guest *g)
99 handle_get_cursor_pos_and_size (struct console *c, struct guest *g)
119 handle_set_text_cursor_shape (struct console *c, struct guest *g)
123 printf("console
[all...]
H A Dguest.h70 struct console *console; member in struct:guest
H A Dguest.c25 #include "console.h"
819 g->console = console_new();
1344 r = console_handle_int10(g->console, g);
/barrelfish-2018-10-04/usr/vmkitmon/
H A Dconsole.h20 struct console { struct
24 struct console * console_new (void);
25 int console_handle_int10 (struct console *c, struct guest *g);
H A Dconsole.c15 #include "console.h"
19 struct console *
22 struct console *ret = calloc(1, sizeof(struct console));
27 handle_set_cursor_position (struct console *c, struct guest *g)
41 handle_write_char_with_attr (struct console *c, struct guest *g)
65 handle_teletype_output (struct console *c, struct guest *g)
99 handle_get_cursor_pos_and_size (struct console *c, struct guest *g)
119 handle_set_text_cursor_shape (struct console *c, struct guest *g)
123 printf("console
[all...]
H A Dguest.h79 struct console *console; member in struct:guest
H A Dguest.c25 #include "console.h"
803 g->console = console_new();
1627 r = console_handle_int10(g->console, g);
/barrelfish-2018-10-04/tools/harness/tests/
H A Dcoreboottest.py44 self.console.expect("On core %s" % self.core)
47 self.console.sendline("corectrl stop %s\n" % self.core)
51 self.console.expect("Core %s stopped." % self.core)
58 i = self.console.expect(["On core %s" % self.core, pexpect.TIMEOUT], timeout=10)
86 self.console.expect("On core %s" % self.core)
89 self.console.sendline("corectrl update %s\n" % self.core)
90 self.console.expect(START_CPU_DRIVER)
94 self.console.expect("On core %s" % self.core)
122 self.console.expect("On core %s" % self.core)
126 self.console
[all...]
H A Dcommon.py70 # console output that appears after the test returns true for is_finished.
199 """ Reads from the console until it blocks or 30 sec have passed """
238 # Read remaining lines from console until it blocks
272 # Load the console
286 self.console.expect(">")
290 self.console.expect("fish v0.2 -- pleased to meet you!",
295 # Implement interaction with console
310 self.console = SignalledFdSpawn(fh, timeout=self.test_timeout)
311 self.console.logfile = open(os.path.join(self.testdir, RAW_TEST_OUTPUT_FILENAME), 'wb+')
314 index = self.console
[all...]
/barrelfish-2018-10-04/doc/016-serial-ports/
H A DSerial.tex54 console output.
57 drivers and other console subsystems.
99 console and debug logical ports share the same physical port.
137 \item The \emph{console} port is used for general logging and debug
179 Typically, a rudimentary console driver is the first thing to be
/barrelfish-2018-10-04/usr/eclipseclp/WinMSC/CPPexample/
H A DCPPexample.mak106 odbc32.lib odbccp32.lib /nologo /subsystem:console /incremental:no\
196 odbc32.lib odbccp32.lib /nologo /subsystem:console /incremental:yes\
/barrelfish-2018-10-04/usr/eclipseclp/WinMSC/Cexample/
H A DCexample.mak105 odbc32.lib odbccp32.lib /nologo /subsystem:console /incremental:no\
195 odbc32.lib odbccp32.lib /nologo /subsystem:console /incremental:yes\
/barrelfish-2018-10-04/usr/eclipseclp/WinMSC/Minimain/
H A DMinimain.mak105 odbc32.lib odbccp32.lib /nologo /subsystem:console /incremental:no\
195 odbc32.lib odbccp32.lib /nologo /subsystem:console /incremental:yes\
/barrelfish-2018-10-04/usr/eclipseclp/WinMSC/Standalone/
H A DStandalone.mak106 odbc32.lib odbccp32.lib /nologo /subsystem:console /incremental:no\
210 odbc32.lib odbccp32.lib /nologo /subsystem:console /incremental:yes\
/barrelfish-2018-10-04/usr/eclipseclp/
H A DRUNME132 -f "$TK_LIBRARY/console.tcl" -a \
201 [ -f "$TK_LIBRARY/console.tcl" ] && break
/barrelfish-2018-10-04/lib/openssl-1.0.0d/Netware/
H A Dcpy_tests.bat85 echo Run the test script at the console by typing:
/barrelfish-2018-10-04/usr/eclipseclp/documents/internal/kernel/
H A Dbuiltins.tex95 \item tracer_tty.pl (console variant) and tracer_tcl.pl (gui variant)
/barrelfish-2018-10-04/doc/018-Practical-guide/
H A Dreadme.tex220 If things work, you should see output on both the VGA console and COM1.
/barrelfish-2018-10-04/doc/008-tracing/
H A DTracing.tex74 The events are stored core local and can later be flushed, either to console
111 \item[3.] Flush the logged events, e.g.~on the console.
134 The console and the network. The tracing framework detects automatically if
136 network -- else it will flush to the console. The flushing functionality could
411 remote machine\footnote{Having the console cluttered with events from the
433 you will not see the trace logs on the console any longer.
839 destination onto which is flushed: Directly on the console, using Bfscope to
/barrelfish-2018-10-04/usr/skb/programs/
H A Dbridge.pl311 % loose our console temporarly
/barrelfish-2018-10-04/doc/017-arm/
H A DARM.tex357 initializes the serial console \file{serial_early_init} and
813 generate console output on the Pandaboard's serial connector.
/barrelfish-2018-10-04/usr/eclipseclp/documents/userman/
H A Dumscompiler.tex44 Program source can be read in text form from files, console,
299 When reading from a terminal/console, the end of the input can be
/barrelfish-2018-10-04/doc/012-services/
H A DServices.tex288 traditional command-line console.
/barrelfish-2018-10-04/usr/eclipseclp/documents/tutorial/
H A Dprolog.tex291 On a console input, is however necessary to terminate the query with a

Completed in 224 milliseconds

12