termios 538 bsp/drv/dev/base/tty.c sizeof(struct termios))) termios 549 bsp/drv/dev/base/tty.c sizeof(struct termios))) termios 61 bsp/drv/include/tty.h struct termios t_termios; /* termios state */ termios 153 include/sys/termios.h struct termios { termios 206 include/sys/termios.h speed_t cfgetispeed(const struct termios *); termios 207 include/sys/termios.h speed_t cfgetospeed(const struct termios *); termios 208 include/sys/termios.h int cfsetispeed(struct termios *, speed_t); termios 209 include/sys/termios.h int cfsetospeed(struct termios *, speed_t); termios 210 include/sys/termios.h int tcgetattr(int, struct termios *); termios 211 include/sys/termios.h int tcsetattr(int, int, const struct termios *); termios 218 include/sys/termios.h void cfmakeraw(struct termios *); termios 219 include/sys/termios.h int cfsetspeed(struct termios *, speed_t); termios 247 include/sys/termios.h #define TIOCGETA _IOR('t', 19, struct termios) /* get termios struct */ termios 248 include/sys/termios.h #define TIOCSETA _IOW('t', 20, struct termios) /* set termios struct */ termios 249 include/sys/termios.h #define TIOCSETAW _IOW('t', 21, struct termios) /* drain output, set */ termios 250 include/sys/termios.h #define TIOCSETAF _IOW('t', 22, struct termios) /* drn out, fls in, set */ termios 41 usr/lib/libc/gen/getpass.c struct termios term; termios 39 usr/lib/libc/termios/cfgetispeed.c const struct termios *t; termios 39 usr/lib/libc/termios/cfgetospeed.c const struct termios *t; termios 41 usr/lib/libc/termios/cfmakeraw.c struct termios *t; termios 39 usr/lib/libc/termios/cfsetispeed.c struct termios *t; termios 39 usr/lib/libc/termios/cfsetospeed.c struct termios *t; termios 39 usr/lib/libc/termios/cfsetspeed.c struct termios *t; termios 41 usr/lib/libc/termios/tcflow.c struct termios term; termios 38 usr/lib/libc/termios/tcgetattr.c struct termios *t; termios 41 usr/lib/libc/termios/tcsetattr.c const struct termios *t; termios 43 usr/lib/libc/termios/tcsetattr.c struct termios localterm; termios 57 usr/sample/tetris/screen.c static struct termios oldtt; termios 82 usr/sample/tetris/screen.c struct termios newtt;