/openbmc/obmc-console/test/ |
H A D | test-console-socket-read | 40 "$SOCAT" PTY,raw,echo=0,link=remote PTY,raw,echo=0,wait-slave,link=local &
|
H A D | test-console-client-can-read | 40 "$SOCAT" -u PTY,raw,echo=0,link=remote PTY,raw,echo=0,wait-slave,link=local &
|
H A D | test-console-logs-to-file | 42 "$SOCAT" -u PTY,raw,echo=0,link=remote PTY,raw,echo=0,wait-slave,link=local &
|
H A D | test-console-logs-to-file-no-sections | 40 "$SOCAT" -u PTY,raw,echo=0,link=remote PTY,raw,echo=0,wait-slave,link=local &
|
H A D | test-multiple-consoles | 47 "$SOCAT" -u PTY,raw,echo=0,link=remote PTY,raw,echo=0,wait-slave,link=local &
|
H A D | test-console-socket-write | 39 "$SOCAT" PTY,raw,echo=0,link=local EXEC:'grep -m1 -qF socket-write' &
|
H A D | test-console-client-can-write | 39 "$SOCAT" PTY,raw,echo=0,wait-slave,link=local EXEC:'grep -m1 -qF client-wrote-this' &
|
/openbmc/obmc-console/ |
H A D | CHANGELOG.md | 53 1. console-server: Add PTY support for testing purposes 62 underlying TTY device is a UART and not a VUART nor PTY (where baud is not
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/serial-utils/ |
H A D | pty-forward-native.bb | 1 SUMMARY = "Receive a forwarded serial from serial-forward and provide a PTY"
|
/openbmc/linux/drivers/tty/ |
H A D | Kconfig | 100 bool "Unix98 PTY support" if EXPERT 103 A pseudo terminal (PTY) is a software device consisting of two 123 bool "Legacy (BSD) PTY support" 126 A pseudo terminal (PTY) is a software device consisting of two 140 int "Maximum number of legacy PTY in use" 149 When not in use, each legacy PTY occupies 12 bytes on 32-bit
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | ext-ctrls-fm-tx.rst | 78 Sets the Dynamic PTY bit of the Decoder Identification code. If set, 79 then the PTY code is dynamically switched.
|
/openbmc/linux/drivers/media/radio/wl128x/ |
H A D | fmdrv_common.h | 95 #define PTY 70 macro
|
/openbmc/linux/Documentation/driver-api/tty/ |
H A D | index.rst | 8 the virtual ones like pseudoterminal (PTY).
|
H A D | tty_driver.rst | 99 dedicated mostly for in-memory devices like PTY where tty_ports are allocated
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | devices.rst | 154 /dev/pts devpts PTY slave filesystem 251 PPP capability) to arbitrary data-generation processes. Each PTY has 264 give you a previously unassigned PTY) and a subdirectory, ``/dev/pts``,
|
H A D | devices.txt | 32 0 = /dev/ptyp0 First PTY master 33 1 = /dev/ptyp1 Second PTY master 35 255 = /dev/ptyef 256th PTY master 44 These are the old-style (BSD) PTY devices; Unix98 46 master multiplex (/dev/ptmx) to acquire a PTY on 107 0 = /dev/ttyp0 First PTY slave 108 1 = /dev/ttyp1 Second PTY slave 110 255 = /dev/ttyef 256th PTY slave 156 2 = /dev/ptmx PTY master multiplex 1988 128-135 char Unix98 PTY masters [all …]
|
/openbmc/linux/Documentation/admin-guide/media/ |
H A D | si4713.rst | 135 - rds_pty - Sets the RDS PTY field for transmission.
|
H A D | vivid.rst | 1069 PICODE and PTY codes. 1102 - RDS Dynamic PTY:
|
/openbmc/docs/designs/mctp/ |
H A D | mctp-userspace.md | 62 read()/write() syscalls to a PTY device. An I2C binding for use in low-level
|
/openbmc/linux/Documentation/networking/ |
H A D | cdc_mbim.rst | 233 socat INTERFACE:wwan0.dss5,type=2 PTY:,echo=0,link=/dev/nmea
|
/openbmc/qemu/ |
H A D | qemu-options.hx | 4364 [Linux only] Pseudo TTY (a new PTY is automatically allocated)
|