Home
last modified time | relevance | path

Searched refs:termios (Results 1 – 20 of 20) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/InteractiveIO/
DTerminalFunctions.c36 const struct termios *pTermios in cfgetispeed()
55 const struct termios *pTermios in cfgetospeed()
77 struct termios *pTermios, in cfsetispeed()
110 struct termios *pTermios, in cfsetospeed()
144 struct termios *pTermios in tcgetattr()
150 struct termios *Termio; in tcgetattr()
160 (void)CopyMem((void *)pTermios, (const void *)Termio, sizeof(struct termios)); in tcgetattr()
202 const struct termios *pTermios in tcsetattr()
208 struct termios *Termio; in tcsetattr()
218 (void)CopyMem((void *)Termio, (const void *)pTermios, sizeof(struct termios)); in tcsetattr()
DNonCanonRead.c39 struct termios *Termio; in IIO_NonCanonRead()
DCanonRead.c42 struct termios *Termio; in IIO_CanonRead()
DIIOwrite.c55 struct termios *Termio; in IIO_WriteOne()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dgetpass.py63 old = termios.tcgetattr(fd) # a copy to save
65 new[3] &= ~termios.ECHO # 3 == 'lflags'
66 tcsetattr_flags = termios.TCSAFLUSH
67 if hasattr(termios, 'TCSASOFT'):
68 tcsetattr_flags |= termios.TCSASOFT
70 termios.tcsetattr(fd, tcsetattr_flags, new)
73 termios.tcsetattr(fd, tcsetattr_flags, old)
75 except termios.error, e:
162 import termios
165 termios.tcgetattr, termios.tcsetattr
Dtty.py5 from termios import *
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_ioctl.py6 termios = import_module('termios') variable
7 get_attribute(termios, 'TIOCGPGRP') #Can't run tests without this feature
15 r = fcntl.ioctl(tty, termios.TIOCGPGRP, " ")
34 r = fcntl.ioctl(tty, termios.TIOCGPGRP, " ")
51 r = fcntl.ioctl(tty, termios.TIOCGPGRP, buf, 1)
73 if termios.TIOCSWINSZ < 0:
74 set_winsz_opcode_maybe_neg = termios.TIOCSWINSZ
75 set_winsz_opcode_pos = termios.TIOCSWINSZ & 0xffffffffL
77 set_winsz_opcode_pos = termios.TIOCSWINSZ
79 struct.pack("I", termios.TIOCSWINSZ))
/device/linaro/bootloader/edk2/StdLib/Include/sys/
Dtermios.h159 struct termios { struct
231 speed_t cfgetispeed (const struct termios *);
244 speed_t cfgetospeed (const struct termios *);
260 int cfsetispeed (struct termios *, speed_t);
276 int cfsetospeed (struct termios *, speed_t);
292 int tcgetattr (int fd, struct termios *pTermios);
318 int tcsetattr (int fd, int OptAct, const struct termios *pTermios);
/device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/Device/
DIIO.h71 struct termios Termio;
/device/linaro/hikey/wpan/uim/
Duim.c202 struct termios ti; in set_baud_rate()
245 struct termios ti; in set_custom_baud_rate()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Include/
Dpyport.h648 extern int openpty(int *, int *, char *, struct termios *, struct winsize *);
649 extern pid_t forkpty(int *, char *, struct termios *, struct winsize *);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dpyport.h648 extern int openpty(int *, int *, char *, struct termios *, struct winsize *);
649 extern pid_t forkpty(int *, char *, struct termios *, struct winsize *);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Include/
Dpyport.h687 extern int openpty(int *, int *, char *, struct termios *, struct winsize *);
688 extern pid_t forkpty(int *, char *, struct termios *, struct winsize *);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dpyport.h671 extern int openpty(int *, int *, char *, struct termios *, struct winsize *);
672 extern pid_t forkpty(int *, char *, struct termios *, struct winsize *);
/device/generic/goldfish/vibrator/
Dqemu.c240 struct termios ios; in qemu_channel_open()
/device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
DEmuThunk.c63 struct termios tty; in SecConfigStdIn()
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
DSysCalls.c666 struct termios *Termio; in open()
/device/generic/goldfish/qemud/
Dqemud.c1634 struct termios ios; in multiplexer_init()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/
DREADME448 syslog, termios, time, timing, zlib, audioop, imageop
503 regex, rotor, select, struct, strop, syslog, termios
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/
DREADME455 syslog, termios, time, timing, zlib, audioop, imageop
510 regex, rotor, select, struct, strop, syslog, termios