Home
last modified time | relevance | path

Searched defs:tio (Results 1 – 4 of 4) sorted by relevance

/components/libc/posix/io/termios/
A Dtermios.c30 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 Dtty_compat.c311 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 Ddev_serial.c1125 struct termios *tio, tmp; in rt_serial_control() local
1182 struct termios *tio, tmp; in rt_serial_control() local
A Ddev_serial_v2.c1565 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