Searched refs:origtermios (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/picocom/
H A Dterm.c49 struct termios origtermios[MAX_TERMS]; member in struct:term_s
207 r = tcsetattr(term.fd[i], TCSAFLUSH, &term.origtermios[i]);
241 r = tcsetattr(term.fd[i], TCSAFLUSH, &term.origtermios[i]);
300 r = tcgetattr(fd, &term.origtermios[i]);
307 term.currtermios[i] = term.origtermios[i];
308 term.nexttermios[i] = term.origtermios[i];
338 r = tcsetattr(term.fd[i], TCSAFLUSH, &term.origtermios[i]);
428 r = tcsetattr(term.fd[i], TCSAFLUSH, &term.origtermios[i]);
435 term.currtermios[i] = term.origtermios[i];
436 term.nexttermios[i] = term.origtermios[
[all...]

Completed in 158 milliseconds