| /openbmc/openbmc/poky/meta/recipes-devtools/python/python3/ |
| H A D | 0001-Lib-pty.py-handle-stdin-I-O-errors-same-way-as-maste.patch | 4 Subject: [PATCH] Lib/pty.py: handle stdin I/O errors same way as master I/O 14 pty.spawn([sys.executable, '-c', 'print("hi there")']) 15 File "/usr/lib/python3.10/pty.py", line 181, in spawn 17 File "/usr/lib/python3.10/pty.py", line 157, in _copy 19 File "/usr/lib/python3.10/pty.py", line 132, in _read 28 Lib/pty.py | 5 ++++- 31 diff --git a/Lib/pty.py b/Lib/pty.py 33 --- a/Lib/pty.py 34 +++ b/Lib/pty.py
|
| /openbmc/openbmc/poky/scripts/ |
| H A D | oepydevshell-internal.py | 41 pty = open(sys.argv[1], "w+b", 0) variable 44 nonblockingfd(pty) 62 pty.write(str(os.getpid()).encode('utf-8') + b"\n") 68 (ready, _, _) = select.select([pty, sys.stdin], writers , [], 0) 70 if pty in ready: 71 readdata = pty.read() 84 pty.write(o + b"\n")
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-app/xterm/ |
| H A D | 0001-include-missing-pty.h-header-for-openpty.patch | 4 Subject: [PATCH] include missing pty.h header for openpty() 11 3123 | result = openpty(pty, &opened_tty, ttydev, NULL, NULL); 27 +#include <pty.h>
|
| /openbmc/obmc-console/ |
| H A D | README.md | 65 For developing obmc-console, we can use pseudo terminals (pty's) in Linux. 67 The socat command will output names of 2 pty's, one of which is the master and 68 the other one is the slave. The master pty can be used to emulate a UART. 70 $ socat -d -d pty,raw,echo=0,link=pty1 pty,raw,echo=0,link=pty2
|
| /openbmc/phosphor-modbus/mocked_test_device/ |
| H A D | start_mock_server.sh | 49 …socat -v -x -d -d pty,link="$TTY_USB",rawer,echo=0,b115200 pty,rawer,echo=0,link="$TTY_V",b115200 &
|
| /openbmc/openbmc/poky/meta/recipes-extended/screen/ |
| H A D | screen_5.0.0.bb | 30 EXTRA_OECONF = "--with-pty-mode=0620 --with-pty-group=5 --with-system_screenrc=${sysconfdir}/screen…
|
| /openbmc/u-boot/scripts/kconfig/ |
| H A D | confdata.c | 1124 int i, cnt, pby, pty, ptm; /* pby: probability of bool = y in conf_set_all_new_symbols() local 1129 pby = 50; pty = ptm = 33; /* can't go as the default in switch-case in conf_set_all_new_symbols() 1153 pby = p[0]; ptm = pby/2; pty = pby-ptm; in conf_set_all_new_symbols() 1156 pty = p[0]; ptm = p[1]; pby = pty + ptm; in conf_set_all_new_symbols() 1159 pby = p[0]; pty = p[1]; ptm = p[2]; in conf_set_all_new_symbols() 1163 if( pty+ptm > 100 ) { in conf_set_all_new_symbols() 1195 if (cnt < pty) in conf_set_all_new_symbols() 1197 else if (cnt < (pty+ptm)) in conf_set_all_new_symbols()
|
| /openbmc/u-boot/test/py/ |
| H A D | u_boot_spawn.py | 8 import pty 50 (self.pid, self.fd) = pty.fork()
|
| /openbmc/openbmc/poky/meta/recipes-sato/libptytty/ |
| H A D | libptytty_2.0.bb | 1 SUMMARY = " OS independent and secure pty/tty and utmp/wtmp/lastlog handling"
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/serial-utils/ |
| H A D | pty-forward-native.bb | 16 install -m 0755 ${B}/src/pty_forward ${DEPLOY_DIR_IMAGE}/pty-forward
|
| /openbmc/u-boot/tools/patman/ |
| H A D | cros_subprocess.py | 19 import pty 77 stdout_pty = pty.openpty() 80 stderr_pty = pty.openpty()
|
| /openbmc/qemu/chardev/ |
| H A D | meson.build | 26 'char-pty.c',
|
| /openbmc/qemu/docs/system/arm/ |
| H A D | fby35.rst | 43 -serial pty -serial pty -serial mon:stdio \
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/samba/samba/ |
| H A D | 0004-Add-options-to-configure-the-use-of-libbsd.patch | 86 - conf.CHECK_FUNCS_IN('openpty', 'util', checklibc=True, headers='pty.h util.h bsd/libutil.h lib… 87 + hdrs = 'pty.h util.h'
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/influxdb/influxdb/ |
| H A D | 0001-patch-term-module-for-mips-ispeed-ospeed-termios-abs.patch | 24 github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
|
| H A D | 0001-Use-v2.1.2-xxhash-to-fix-build-with-go-1.17.patch | 32 github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
|
| /openbmc/openbmc/meta-openembedded/meta-oe/conf/include/ |
| H A D | ptest-packagelists-meta-oe.inc | 24 libio-pty-perl \
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-app/ |
| H A D | xterm_394.bb | 8 file://0001-include-missing-pty.h-header-for-openpty.patch \
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/mosh/ |
| H A D | mosh_1.4.0.bb | 15 DEPENDS = "protobuf-native protobuf ncurses zlib libio-pty-perl openssl libutempter abseil-cpp"
|
| /openbmc/openbmc/poky/meta/recipes-devtools/expect/expect/ |
| H A D | 0001-Add-prototype-to-function-definitions.patch | 100 +#include <pty.h> /* openpty */
|
| /openbmc/openbmc/poky/meta/classes-global/ |
| H A D | devshell.bbclass | 60 # No echo or buffering over the pty
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/etcd/etcd/ |
| H A D | 0001-xxhash-bump-to-v2.1.2.patch | 187 github.com/creack/pty v1.1.11 // indirect
|
| /openbmc/docs/ |
| H A D | cheatsheet.md | 172 `-monitor stdio -serial pty -nodefaults`
|
| /openbmc/openbmc/poky/meta/recipes-devtools/python/ |
| H A D | python3_3.13.3.bb | 22 file://0001-Lib-pty.py-handle-stdin-I-O-errors-same-way-as-maste.patch \
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/packagegroups/ |
| H A D | packagegroup-meta-oe.bb | 254 libio-pty-perl \
|