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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/drivers/
H A Dslip_user.c32 struct termios tios; local
34 if (tcgetattr(fd, &tios) < 0) {
40 tios.c_cflag = CS8 | CREAD | HUPCL | CLOCAL;
41 tios.c_iflag = IGNBRK | IGNPAR;
42 tios.c_oflag = 0;
43 tios.c_lflag = 0;
45 tios.c_cc[i] = 0;
46 tios.c_cc[VMIN] = 1;
47 tios.c_cc[VTIME] = 0;
49 cfsetospeed(&tios, B3840
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dsys-sunos4.c438 struct termios tios; local
440 if (tcgetattr(fd, &tios) < 0)
444 inittermios = tios;
448 tios.c_cflag &= ~(CSIZE | CSTOPB | PARENB | CLOCAL);
450 tios.c_cflag |= CRTSCTS;
452 tios.c_cflag &= ~CRTSCTS;
454 tios.c_cflag |= CS8 | CREAD | HUPCL;
456 tios.c_cflag |= CLOCAL;
457 tios.c_iflag = IGNBRK | IGNPAR;
458 tios
1331 struct termios tios; local
[all...]
H A Dsys-linux.c831 struct termios tios; local
834 if (tcgetattr(tty_fd, &tios) < 0) {
841 inittermios = tios;
843 tios.c_cflag &= ~(CSIZE | CSTOPB | PARENB | CLOCAL);
844 tios.c_cflag |= CS8 | CREAD | HUPCL;
846 tios.c_iflag = IGNBRK | IGNPAR;
847 tios.c_oflag = 0;
848 tios.c_lflag = 0;
849 tios.c_cc[VMIN] = 1;
850 tios
2453 struct termios tios; local
[all...]
H A Dsys-solaris.c1116 struct termios tios; local
1121 if (!sync_serial && tcgetattr(fd, &tios) < 0)
1134 inittermios = tios;
1142 tios.c_cflag &= ~(CSIZE | CSTOPB | PARENB | CLOCAL);
1145 tios.c_cflag |= CRTSCTS;
1147 tios.c_cflag &= ~CRTSCTS;
1158 tios.c_cflag |= CS8 | CREAD | HUPCL;
1160 tios.c_cflag |= CLOCAL;
1161 tios.c_iflag = IGNBRK | IGNPAR;
1162 tios
2536 struct termios tios; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dsys-linux.c902 struct termios tios; local
905 if (tcgetattr(tty_fd, &tios) < 0) {
912 inittermios = tios;
914 tios.c_cflag &= ~(CSIZE | CSTOPB | PARENB | CLOCAL);
915 tios.c_cflag |= CS8 | CREAD | HUPCL;
917 tios.c_iflag = IGNBRK | IGNPAR;
918 tios.c_oflag = 0;
919 tios.c_lflag = 0;
920 tios.c_cc[VMIN] = 1;
921 tios
2553 struct termios tios; local
[all...]
H A Dsys-solaris.c1186 struct termios tios; local
1191 if (!sync_serial && tcgetattr(fd, &tios) < 0)
1204 inittermios = tios;
1212 tios.c_cflag &= ~(CSIZE | CSTOPB | PARENB | CLOCAL);
1215 tios.c_cflag |= CRTSCTS;
1217 tios.c_cflag &= ~CRTSCTS;
1228 tios.c_cflag |= CS8 | CREAD | HUPCL;
1230 tios.c_cflag |= CLOCAL;
1231 tios.c_iflag = IGNBRK | IGNPAR;
1232 tios
2742 struct termios tios; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pptpd/pptpd-1.3.4/
H A Dpptpctrl.c576 struct termios tios; local
581 if (tcgetattr(tty_fd, &tios) < 0) {
586 tios.c_lflag &= ~(ECHO | ECHONL);
587 if (tcsetattr(tty_fd, TCSAFLUSH, &tios) < 0) {

Completed in 191 milliseconds