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

/linux-master/arch/um/drivers/
H A Dslip_user.c30 struct termios tios; local
32 if (tcgetattr(fd, &tios) < 0) {
38 tios.c_cflag = CS8 | CREAD | HUPCL | CLOCAL;
39 tios.c_iflag = IGNBRK | IGNPAR;
40 tios.c_oflag = 0;
41 tios.c_lflag = 0;
43 tios.c_cc[i] = 0;
44 tios.c_cc[VMIN] = 1;
45 tios.c_cc[VTIME] = 0;
47 cfsetospeed(&tios, B3840
[all...]

Completed in 84 milliseconds