Home | History | Annotate | Download | only in common

Lines Matching refs:tmpbts

87 	struct termios tmpbts;
108 error = (*bsdioctl)(fp, TIOCGETA, &tmpbts);
111 bsd_termios_to_linux32_termios(&tmpbts, &tmplts);
121 error = (*bsdioctl)(fp, TIOCGETA, &tmpbts);
127 linux32_termios_to_bsd_termios(&tmplts, &tmpbts);
139 error = (*bsdioctl)(fp, com, &tmpbts);
142 error = (*bsdioctl)(fp, TIOCGETA, &tmpbts);
145 bsd_termios_to_linux32_termio(&tmpbts, &tmplt);
155 error = (*bsdioctl)(fp, TIOCGETA, &tmpbts);
161 linux32_termio_to_bsd_termios(&tmplt, &tmpbts);
173 error = (*bsdioctl)(fp, com, &tmpbts);