| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/screen/screen/ |
| H A D | 0001-Remove-more-compatibility-stuff.patch | 2 ../screen-4.6.2/pty.c: In function 'OpenPTY': 3 ../screen-4.6.2/pty.c:328:7: warning: implicit declaration of function 'openpty'; did you mean 'ope… 12 pty.c | 6 +----- 15 diff --git a/pty.c b/pty.c 17 --- a/pty.c 18 +++ b/pty.c 26 -# include <sys/pty.h> 28 +#include <pty.h>
|
| /OK3568_Linux_fs/yocto/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 29 Lib/pty.py | 5 ++++- 32 diff --git a/Lib/pty.py b/Lib/pty.py 34 --- a/Lib/pty.py 35 +++ b/Lib/pty.py
|
| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | oepydevshell-internal.py | 39 pty = open(sys.argv[1], "w+b", 0) variable 42 nonblockingfd(pty) 60 pty.write(str(os.getpid()).encode('utf-8') + b"\n") 66 (ready, _, _) = select.select([pty, sys.stdin], writers , [], 0) 68 if pty in ready: 69 readdata = pty.read() 82 pty.write(o + b"\n")
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | devpts.rst | 25 Total count of pty pairs in all instances is limited by sysctls:: 27 kernel.pty.max = 4096 - global limit 28 kernel.pty.reserve = 1024 - reserved for filesystems mounted from the initial mount namespace 29 kernel.pty.nr - current count of ptys 34 ``sysctl kernel.pty.reserve``. 36 In kernels older than 3.4 sysctl ``kernel.pty.max`` works as per-instance limit.
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-gnome/vte9/vte9/ |
| H A D | obsolete_automake_macros.patch | 4 diff -Nurd vte-0.28.2/gnome-pty-helper/configure.in vte-0.28.2/gnome-pty-helper/configure.in 5 --- vte-0.28.2/gnome-pty-helper/configure.in 2010-07-15 20:08:44.000000000 +0300 6 +++ vte-0.28.2/gnome-pty-helper/configure.in 2013-01-11 14:50:34.971027440 +0200
|
| /OK3568_Linux_fs/kernel/drivers/media/test-drivers/vivid/ |
| H A D | vivid-rds-gen.c | 56 data[1].lsb = rds->pty << 5; in vivid_rds_generate() 57 data[1].msb = (rds->pty >> 3) | (rds->tp << 2); in vivid_rds_generate() 119 data[3].lsb = rds->pty << 5; in vivid_rds_generate() 122 data[3].msb |= rds->pty >> 3; in vivid_rds_generate() 135 rds->pty = alt ? 29 : 2; in vivid_rds_gen_fill() 138 rds->pty = alt ? 16 : 3; in vivid_rds_gen_fill()
|
| H A D | vivid-radio-common.c | 71 rds->pty = dev->radio_tx_rds_pty->cur.val; in vivid_radio_rds_init() 90 v4l2_ctrl_s_ctrl(dev->radio_rx_rds_pty, rds->pty); in vivid_radio_rds_init()
|
| H A D | vivid-rds-gen.h | 26 u8 pty; member
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/rtorrent/rtorrent/ |
| H A D | don-t-run-code-while-configuring-package.patch | 32 - int pfd@<:@2@:>@, pty@<:@2@:>@, kfd, n; 37 - if ((pty@<:@0@:>@=posix_openpt(O_RDWR | O_NOCTTY)) == -1) return 3; 38 - if ((pty@<:@1@:>@=grantpt(pty@<:@0@:>@)) == -1) return 4; 40 - EV_SET(ev+1, pty@<:@1@:>@, EVFILT_READ, EV_ADD | EV_ENABLE, 0, 0, NULL);
|
| /OK3568_Linux_fs/kernel/arch/um/drivers/ |
| H A D | pty.c | 81 char *pty, *bank, *cp; in getmaster() local 84 pty = &line[strlen("/dev/ptyp")]; in getmaster() 87 *pty = '0'; in getmaster() 93 *pty = *cp; in getmaster()
|
| H A D | Makefile | 58 obj-$(CONFIG_PTY_CHAN) += pty.o 67 USER_OBJS := fd.o null.o pty.o tty.o xterm.o slip_common.o pcap_user.o vde_user.o vector_user.o
|
| /OK3568_Linux_fs/kernel/arch/um/os-Linux/ |
| H A D | sigio.c | 432 struct openpty_arg pty = { .master = -1, .slave = -1 }; in check_one_sigio() local 435 initial_thread_cb(openpty_cb, &pty); in check_one_sigio() 436 if (pty.err) { in check_one_sigio() 438 -pty.err); in check_one_sigio() 442 master = pty.master; in check_one_sigio() 443 slave = pty.slave; in check_one_sigio()
|
| /OK3568_Linux_fs/buildroot/package/python-ptyprocess/ |
| H A D | Config.in | 4 Launch a subprocess in a pseudo terminal (pty), and interact 5 with both the process and its pty.
|
| /OK3568_Linux_fs/kernel/drivers/media/radio/ |
| H A D | radio-miropcm20.c | 360 u8 pty; in pcm20_thread() local 362 res = rds_cmd(dev->aci, RDS_PTYTATP, &pty, 1); in pcm20_thread() 364 v4l2_ctrl_s_ctrl(dev->rds_ms, !!(pty & 0x01)); in pcm20_thread() 365 v4l2_ctrl_s_ctrl(dev->rds_ta, !!(pty & 0x02)); in pcm20_thread() 366 v4l2_ctrl_s_ctrl(dev->rds_tp, !!(pty & 0x80)); in pcm20_thread() 367 v4l2_ctrl_s_ctrl(dev->rds_pty, (pty >> 2) & 0x1f); in pcm20_thread()
|
| /OK3568_Linux_fs/u-boot/scripts/kconfig/ |
| H A D | confdata.c | 1124 int i, cnt, pby, pty, ptm; /* pby: probability of boolean = 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()
|
| /OK3568_Linux_fs/kernel/drivers/tty/ |
| H A D | Makefile | 6 obj-$(CONFIG_LEGACY_PTYS) += pty.o 7 obj-$(CONFIG_UNIX98_PTYS) += pty.o
|
| /OK3568_Linux_fs/kernel/scripts/kconfig/ |
| H A D | confdata.c | 1205 int i, cnt, pby, pty, ptm; /* pby: probability of bool = y in conf_set_all_new_symbols() local 1210 pby = 50; pty = ptm = 33; /* can't go as the default in switch-case in conf_set_all_new_symbols() 1234 pby = p[0]; ptm = pby/2; pty = pby-ptm; in conf_set_all_new_symbols() 1237 pty = p[0]; ptm = p[1]; pby = pty + ptm; in conf_set_all_new_symbols() 1240 pby = p[0]; pty = p[1]; ptm = p[2]; in conf_set_all_new_symbols() 1244 if( pty+ptm > 100 ) { in conf_set_all_new_symbols() 1276 if (cnt < pty) in conf_set_all_new_symbols() 1278 else if (cnt < (pty+ptm)) in conf_set_all_new_symbols()
|
| /OK3568_Linux_fs/buildroot/support/kconfig/ |
| H A D | confdata.c | 1159 int i, cnt, pby, pty, ptm; /* pby: probability of bool = y in conf_set_all_new_symbols() local 1164 pby = 50; pty = ptm = 33; /* can't go as the default in switch-case in conf_set_all_new_symbols() 1188 pby = p[0]; ptm = pby/2; pty = pby-ptm; in conf_set_all_new_symbols() 1191 pty = p[0]; ptm = p[1]; pby = pty + ptm; in conf_set_all_new_symbols() 1194 pby = p[0]; pty = p[1]; ptm = p[2]; in conf_set_all_new_symbols() 1198 if( pty+ptm > 100 ) { in conf_set_all_new_symbols() 1230 if (cnt < pty) in conf_set_all_new_symbols() 1232 else if (cnt < (pty+ptm)) in conf_set_all_new_symbols()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/screen/ |
| H A D | screen_4.9.0.bb | 33 EXTRA_OECONF = "--with-pty-mode=0620 --with-pty-group=5 --with-sys-screenrc=${sysconfdir}/screenrc \
|
| /OK3568_Linux_fs/u-boot/test/py/ |
| H A D | u_boot_spawn.py | 9 import pty 51 (self.pid, self.fd) = pty.fork()
|
| /OK3568_Linux_fs/u-boot/tools/patman/ |
| H A D | cros_subprocess.py | 19 import pty 77 stdout_pty = pty.openpty() 80 stderr_pty = pty.openpty()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/udev/eudev/ |
| H A D | run.rules | 12 KERNEL=="pty*", OPTIONS+="last_rule"
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/samba/samba/ |
| H A D | 0004-Add-options-to-configure-the-use-of-libbsd.patch | 85 - conf.CHECK_FUNCS_IN('openpty', 'util', checklibc=True, headers='pty.h util.h bsd/libutil.h lib… 86 + hdrs = 'pty.h util.h'
|
| /OK3568_Linux_fs/yocto/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"
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/serial-utils/ |
| H A D | pty-forward-native.bb | 17 install -m 0755 ${B}/src/pty_forward ${DEPLOY_DIR_IMAGE}/pty-forward
|