Lines Matching defs:termios
231 #define TCGETS _IOR('T', 8, struct termios)
232 #define TCSETS _IOW('T', 9, struct termios)
233 #define TCSETSW _IOW('T', 10, struct termios)
234 #define TCSETSF _IOW('T', 11, struct termios)
251 struct termios {
262 speed_t cfgetispeed(/* struct termios *termios_p */);
263 speed_t cfgetospeed(/* struct termios *termios_p */);
264 int cfsetispeed(/* struct termios *termios_p, speed_t speed */);
265 int cfsetospeed(/* struct termios *termios_p, speed_t speed */);
269 int tcgetattr(/* int fildes, struct termios *termios_p */);