Lines Matching refs:tmpbts
79 struct termios tmpbts;
100 error = (*bsdioctl)(fp, TIOCGETA, &tmpbts);
103 bsd_termios_to_linux_termios(&tmpbts, &tmplts);
113 error = (*bsdioctl)(fp, TIOCGETA, &tmpbts);
119 linux_termios_to_bsd_termios(&tmplts, &tmpbts);
131 error = (*bsdioctl)(fp, com, &tmpbts);
134 error = (*bsdioctl)(fp, TIOCGETA, &tmpbts);
137 bsd_termios_to_linux_termio(&tmpbts, &tmplt);
147 error = (*bsdioctl)(fp, TIOCGETA, &tmpbts);
153 linux_termio_to_bsd_termios(&tmplt, &tmpbts);
165 error = (*bsdioctl)(fp, com, &tmpbts);