Searched refs:oldtty (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/common/ |
| H A D | rbsb.c | 234 struct termios oldtty, tty; variable 237 struct termio oldtty, tty; variable 266 tcgetattr(fd,&oldtty); in io_mode() 268 tty = oldtty; in io_mode() 309 tcgetattr(fd,&oldtty); in io_mode() 311 tty = oldtty; in io_mode() 341 tcsetattr (fd,TCSADRAIN,&oldtty); in io_mode() 350 (void) ioctl(fd, TCGETA, &oldtty); in io_mode() 351 tty = oldtty; in io_mode() 384 (void) ioctl(fd, TCGETA, &oldtty); in io_mode() [all …]
|