Searched defs:termios (Results 1 - 6 of 6) sorted by relevance

/external/e2fsprogs/e2fsck/
H A Dutil.c27 #include <termios.h>
142 struct termios termios, tmp; local
144 tcgetattr (0, &termios);
145 tmp = termios;
165 tcsetattr (0, TCSANOW, &termios);
191 tcsetattr (0, TCSANOW, &termios);
/external/grub/grub/
H A Dasmstub.c43 #include <termios.h>
1105 struct termios termios; local
1131 /* Get the termios parameters. */
1132 if (tcgetattr (serial_fd, &termios))
1136 cfmakeraw (&termios);
1143 cfsetispeed (&termios, termios_speed);
1144 cfsetospeed (&termios, termios_speed);
1147 termios.c_cflag &= ~CSIZE;
1151 termios
[all...]
/external/kernel-headers/original/asm-arm/
H A Dtermbits.h9 struct termios { struct
/external/kernel-headers/original/asm-mips/
H A Dtermbits.h24 struct termios { struct
/external/kernel-headers/original/asm-x86/
H A Dtermbits.h11 struct termios { struct
/external/kernel-headers/original/linux/
H A Dtty.h13 #include <linux/termios.h>
81 #define INTR_CHAR(tty) ((tty)->termios->c_cc[VINTR])
82 #define QUIT_CHAR(tty) ((tty)->termios->c_cc[VQUIT])
83 #define ERASE_CHAR(tty) ((tty)->termios->c_cc[VERASE])
84 #define KILL_CHAR(tty) ((tty)->termios->c_cc[VKILL])
85 #define EOF_CHAR(tty) ((tty)->termios->c_cc[VEOF])
86 #define TIME_CHAR(tty) ((tty)->termios->c_cc[VTIME])
87 #define MIN_CHAR(tty) ((tty)->termios->c_cc[VMIN])
88 #define SWTC_CHAR(tty) ((tty)->termios->c_cc[VSWTC])
89 #define START_CHAR(tty) ((tty)->termios
180 struct termios *termios, *termios_locked; member in struct:tty_struct
[all...]

Completed in 239 milliseconds