Lines Matching full:console
20 requires special handling. A serial console usually invokes SysRq feature by
33 - The console with SSH (default) 2200 port.
37 In OpenBMC, the service `obmc-console-server` provides the host console and
42 console-server. In `obmc-console`, a state machine shall handle the sequence.
60 ### obmc-console
62 As the obmc-console server, in `console-server.h`, a simple state machine is
88 An alternative way to send the "break signal" between clients and console-server
91 modified to send `MSG_OOB` to obmc-console when the user enter the key code
92 sequence `\n~B`. When obmc-console receive `MSG_OOB`, it shall send the "break
95 However, in this solution, in some scenarios, obmc-console can not handle the
98 [sockatmark(3)][5]. But it requires signalling the `MSG_OOB` in all obmc-console
106 - obmc-console
112 sequence `\n~~B`, the first tilde will be processed by obmc-console-client, the
113 second tilde will reach obmc-console-server.