HomeSort by relevance Sort by last modified time
    Searched refs:tty (Results 51 - 75 of 206) sorted by null

1 23 4 5 6 7 8 9

  /device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
EmuThunk.c 63 struct termios tty; local
68 tcgetattr (STDIN_FILENO, &tty);
69 tty.c_lflag &= ~(ICANON | ECHO);
70 tcsetattr (STDIN_FILENO, TCSANOW, &tty);
  /external/python/cpython3/Lib/test/
test_sundry.py 50 import tty # Not available on Windows
53 print("skipping tty")
  /prebuilts/go/darwin-x86/src/runtime/
signal_darwin.go 29 /* 21 */ {_SigNotify + _SigDefault + _SigIgn, "SIGTTIN: background read from tty"},
30 /* 22 */ {_SigNotify + _SigDefault + _SigIgn, "SIGTTOU: background write to tty"},
signal_dragonfly.go 29 /* 21 */ {_SigNotify + _SigDefault + _SigIgn, "SIGTTIN: background read from tty"},
30 /* 22 */ {_SigNotify + _SigDefault + _SigIgn, "SIGTTOU: background write to tty"},
signal_freebsd.go 29 /* 21 */ {_SigNotify + _SigDefault + _SigIgn, "SIGTTIN: background read from tty"},
30 /* 22 */ {_SigNotify + _SigDefault + _SigIgn, "SIGTTOU: background write to tty"},
signal_nacl.go 34 /* 21 */ {_SigNotify + _SigDefault + _SigIgn, "SIGTTIN: background read from tty"},
35 /* 22 */ {_SigNotify + _SigDefault + _SigIgn, "SIGTTOU: background write to tty"},
signal_netbsd.go 29 /* 21 */ {_SigNotify + _SigDefault + _SigIgn, "SIGTTIN: background read from tty"},
30 /* 22 */ {_SigNotify + _SigDefault + _SigIgn, "SIGTTOU: background write to tty"},
signal_openbsd.go 29 /* 21 */ {_SigNotify + _SigDefault + _SigIgn, "SIGTTIN: background read from tty"},
30 /* 22 */ {_SigNotify + _SigDefault + _SigIgn, "SIGTTOU: background write to tty"},
signal_solaris.go 32 /* 24 */ {_SigNotify + _SigDefault + _SigIgn, "SIGTSTP: user stop requested from tty"},
34 /* 26 */ {_SigNotify + _SigDefault + _SigIgn, "SIGTTIN: background tty read attempted"},
35 /* 27 */ {_SigNotify + _SigDefault + _SigIgn, "SIGTTOU: background tty write attempted"},
sigtab_linux_generic.go 35 /* 21 */ {_SigNotify + _SigDefault + _SigIgn, "SIGTTIN: background read from tty"},
36 /* 22 */ {_SigNotify + _SigDefault + _SigIgn, "SIGTTOU: background write to tty"},
  /prebuilts/go/linux-x86/src/runtime/
signal_darwin.go 29 /* 21 */ {_SigNotify + _SigDefault + _SigIgn, "SIGTTIN: background read from tty"},
30 /* 22 */ {_SigNotify + _SigDefault + _SigIgn, "SIGTTOU: background write to tty"},
signal_dragonfly.go 29 /* 21 */ {_SigNotify + _SigDefault + _SigIgn, "SIGTTIN: background read from tty"},
30 /* 22 */ {_SigNotify + _SigDefault + _SigIgn, "SIGTTOU: background write to tty"},
signal_freebsd.go 29 /* 21 */ {_SigNotify + _SigDefault + _SigIgn, "SIGTTIN: background read from tty"},
30 /* 22 */ {_SigNotify + _SigDefault + _SigIgn, "SIGTTOU: background write to tty"},
signal_nacl.go 34 /* 21 */ {_SigNotify + _SigDefault + _SigIgn, "SIGTTIN: background read from tty"},
35 /* 22 */ {_SigNotify + _SigDefault + _SigIgn, "SIGTTOU: background write to tty"},
signal_netbsd.go 29 /* 21 */ {_SigNotify + _SigDefault + _SigIgn, "SIGTTIN: background read from tty"},
30 /* 22 */ {_SigNotify + _SigDefault + _SigIgn, "SIGTTOU: background write to tty"},
signal_openbsd.go 29 /* 21 */ {_SigNotify + _SigDefault + _SigIgn, "SIGTTIN: background read from tty"},
30 /* 22 */ {_SigNotify + _SigDefault + _SigIgn, "SIGTTOU: background write to tty"},
signal_solaris.go 32 /* 24 */ {_SigNotify + _SigDefault + _SigIgn, "SIGTSTP: user stop requested from tty"},
34 /* 26 */ {_SigNotify + _SigDefault + _SigIgn, "SIGTTIN: background tty read attempted"},
35 /* 27 */ {_SigNotify + _SigDefault + _SigIgn, "SIGTTOU: background tty write attempted"},
sigtab_linux_generic.go 35 /* 21 */ {_SigNotify + _SigDefault + _SigIgn, "SIGTTIN: background read from tty"},
36 /* 22 */ {_SigNotify + _SigDefault + _SigIgn, "SIGTTOU: background write to tty"},
  /external/autotest/client/cros/i2c/
usb_to_i2c.py 16 from autotest_lib.client.cros import tty
34 # Try to find a tty terminal that driver name matches usb_uart_driver.
35 tty_path = tty.find_tty_by_driver(usb_uart_driver)
  /external/ppp/pppd/
Makefile.sol2 12 tty.o ccp.o ecp.o auth.o options.o demand.o utils.o sys-solaris.o \
  /bionic/libc/kernel/uapi/linux/
isdn.h 22 #include <linux/tty.h>
  /external/kernel-headers/original/uapi/linux/
isdn.h 19 #include <linux/tty.h>
89 #define ISDN_LMSNLEN 255 /* Length of tty's Listen-MSN string */
  /external/autotest/client/cros/cellular/wardmodem/
at_channel.py 11 import tty
80 tty.setraw(self._channel, tty.TCSANOW)
  /prebuilts/go/darwin-x86/src/syscall/
zsysctl_openbsd.go 105 {"kern.tty.maxptys", []_C_int{1, 44, 6}},
106 {"kern.tty.nptys", []_C_int{1, 44, 7}},
107 {"kern.tty.tk_cancc", []_C_int{1, 44, 4}},
108 {"kern.tty.tk_nin", []_C_int{1, 44, 1}},
109 {"kern.tty.tk_nout", []_C_int{1, 44, 2}},
110 {"kern.tty.tk_rawcc", []_C_int{1, 44, 3}},
111 {"kern.tty.ttyinfo", []_C_int{1, 44, 5}},
  /prebuilts/go/linux-x86/src/syscall/
zsysctl_openbsd.go 105 {"kern.tty.maxptys", []_C_int{1, 44, 6}},
106 {"kern.tty.nptys", []_C_int{1, 44, 7}},
107 {"kern.tty.tk_cancc", []_C_int{1, 44, 4}},
108 {"kern.tty.tk_nin", []_C_int{1, 44, 1}},
109 {"kern.tty.tk_nout", []_C_int{1, 44, 2}},
110 {"kern.tty.tk_rawcc", []_C_int{1, 44, 3}},
111 {"kern.tty.ttyinfo", []_C_int{1, 44, 5}},

Completed in 226 milliseconds

1 23 4 5 6 7 8 9