Searched defs:tio (Results 1 – 2 of 2) sorted by relevance
17 int tcgetattr(int fd, struct termios *tio) in tcgetattr()26 int tcsetattr(int fd, int act, const struct termios *tio) in tcsetattr()62 speed_t cfgetospeed(const struct termios *tio) in cfgetospeed()67 speed_t cfgetispeed(const struct termios *tio) in cfgetispeed()72 int cfsetospeed(struct termios *tio, speed_t speed) in cfsetospeed()85 int cfsetispeed(struct termios *tio, speed_t speed) in cfsetispeed()133 int cfsetspeed(struct termios *tio, speed_t speed) in cfsetspeed()
973 struct termios *tio = (struct termios*)args; in rt_serial_control() local1014 struct termios *tio = (struct termios*)args; in rt_serial_control() local