Searched defs:tio (Results 1 – 4 of 4) sorted by relevance
| /components/libc/posix/io/termios/ |
| A D | termios.c | 30 int tcgetattr(int fd, struct termios *tio) in tcgetattr() 57 int tcsetattr(int fd, int act, const struct termios *tio) in tcsetattr() 105 speed_t cfgetospeed(const struct termios *tio) in cfgetospeed() 118 speed_t cfgetispeed(const struct termios *tio) in cfgetispeed() 136 int cfsetospeed(struct termios *tio, speed_t speed) in cfsetospeed() 162 int cfsetispeed(struct termios *tio, speed_t speed) in cfsetispeed() 270 int cfsetspeed(struct termios *tio, speed_t speed) in cfsetspeed()
|
| /components/lwp/terminal/freebsd/ |
| A D | tty_compat.c | 311 static void termios_to_termio(struct termios *tios, struct termio *tio) in termios_to_termio() 322 static void termio_to_termios(struct termio *tio, struct termios *tios) in termio_to_termios() 342 struct termio tio; in lwp_tty_ioctl_adapter() local
|
| /components/drivers/serial/ |
| A D | dev_serial.c | 1125 struct termios *tio, tmp; in rt_serial_control() local 1182 struct termios *tio, tmp; in rt_serial_control() local
|
| A D | dev_serial_v2.c | 1565 struct termios *tio = (struct termios *)args; in rt_serial_control() local 1608 struct termios *tio = (struct termios *)args; in rt_serial_control() local
|
Completed in 9 milliseconds