Home
last modified time | relevance | path

Searched refs:pty (Results 1 – 25 of 29) sorted by relevance

12

/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/
H A D0001-Lib-pty.py-handle-stdin-I-O-errors-same-way-as-maste.patch4 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 Doepydevshell-internal.py41 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 D0001-include-missing-pty.h-header-for-openpty.patch4 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 DREADME.md65 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 Dstart_mock_server.sh49 …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 Dscreen_5.0.0.bb30 EXTRA_OECONF = "--with-pty-mode=0620 --with-pty-group=5 --with-system_screenrc=${sysconfdir}/screen…
/openbmc/u-boot/scripts/kconfig/
H A Dconfdata.c1124 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 Du_boot_spawn.py8 import pty
50 (self.pid, self.fd) = pty.fork()
/openbmc/openbmc/poky/meta/recipes-sato/libptytty/
H A Dlibptytty_2.0.bb1 SUMMARY = " OS independent and secure pty/tty and utmp/wtmp/lastlog handling"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/serial-utils/
H A Dpty-forward-native.bb16 install -m 0755 ${B}/src/pty_forward ${DEPLOY_DIR_IMAGE}/pty-forward
/openbmc/u-boot/tools/patman/
H A Dcros_subprocess.py19 import pty
77 stdout_pty = pty.openpty()
80 stderr_pty = pty.openpty()
/openbmc/qemu/chardev/
H A Dmeson.build26 'char-pty.c',
/openbmc/qemu/docs/system/arm/
H A Dfby35.rst43 -serial pty -serial pty -serial mon:stdio \
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/samba/samba/
H A D0004-Add-options-to-configure-the-use-of-libbsd.patch86 - 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 D0001-patch-term-module-for-mips-ispeed-ospeed-termios-abs.patch24 github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
H A D0001-Use-v2.1.2-xxhash-to-fix-build-with-go-1.17.patch32 github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
/openbmc/openbmc/meta-openembedded/meta-oe/conf/include/
H A Dptest-packagelists-meta-oe.inc24 libio-pty-perl \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-app/
H A Dxterm_394.bb8 file://0001-include-missing-pty.h-header-for-openpty.patch \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/mosh/
H A Dmosh_1.4.0.bb15 DEPENDS = "protobuf-native protobuf ncurses zlib libio-pty-perl openssl libutempter abseil-cpp"
/openbmc/openbmc/poky/meta/recipes-devtools/expect/expect/
H A D0001-Add-prototype-to-function-definitions.patch100 +#include <pty.h> /* openpty */
/openbmc/openbmc/poky/meta/classes-global/
H A Ddevshell.bbclass60 # No echo or buffering over the pty
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/etcd/etcd/
H A D0001-xxhash-bump-to-v2.1.2.patch187 github.com/creack/pty v1.1.11 // indirect
/openbmc/docs/
H A Dcheatsheet.md172 `-monitor stdio -serial pty -nodefaults`
/openbmc/openbmc/poky/meta/recipes-devtools/python/
H A Dpython3_3.13.3.bb22 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 Dpackagegroup-meta-oe.bb254 libio-pty-perl \

12