Searched defs:tio (Results  1 – 14 of 14) sorted by relevance
| /external/musl/src/termios/ | 
| D | cfgetospeed.c | 5 speed_t cfgetospeed(const struct termios *tio)  in cfgetospeed() 10 speed_t cfgetispeed(const struct termios *tio)  in cfgetispeed()
  | 
| D | cfsetospeed.c | 6 int cfsetospeed(struct termios *tio, speed_t speed)  in cfsetospeed() 17 int cfsetispeed(struct termios *tio, speed_t speed)  in cfsetispeed()
  | 
| D | tcgetattr.c | 4 int tcgetattr(int fd, struct termios *tio)  in tcgetattr()
  | 
| D | tcsetattr.c | 5 int tcsetattr(int fd, int act, const struct termios *tio)  in tcsetattr()
  | 
| /external/toybox/toys/net/ | 
| D | microcom.c | 38   struct termios tio;  in microcom_main()  local
  | 
| /external/musl/src/misc/ | 
| D | openpty.c | 10 int openpty(int *pm, int *ps, char *name, const struct termios *tio, const struct winsize *ws)  in openpty()
  | 
| D | forkpty.c | 9 int forkpty(int *pm, char *name, const struct termios *tio, const struct winsize *ws)  in forkpty()
  | 
| /external/strace/ | 
| D | term.c | 75 	struct termio tio;  in decode_termio()  local
  | 
| /external/libwebsockets/minimal-examples/raw/minimal-raw-serial/ | 
| D | minimal-raw-file.c | 56 	struct termios tio;  in callback_raw_test()  local
  | 
| /external/toybox/lib/ | 
| D | tty.c | 75 void xsetspeed(struct termios *tio, int speed)  in xsetspeed()
  | 
| /external/igt-gpu-tools/tests/ | 
| D | testdisplay.c | 581 	struct termios tio;  in set_termio_mode()  local
  | 
| /external/igt-gpu-tools/tools/ | 
| D | intel_dp_compliance.c | 992 	struct termios tio;  in set_termio_mode()  local
  | 
| /external/bcc/libbpf-tools/x86/ | 
| D | vmlinux_505.h | 97282 	struct dm_target_io tio;  member 97647 	struct dm_rq_target_io *tio;  member
  | 
| D | vmlinux.h | 97282 	struct dm_target_io tio;  member 97647 	struct dm_rq_target_io *tio;  member
  |