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

/xsrc/external/mit/xorg-server.old/dist/hw/dmx/input/
H A Dlnx-ms.c243 struct termios nTty; local in function:msLinuxOn
247 nTty = priv->tty;
248 nTty.c_iflag &= ~(IGNBRK | BRKINT | PARMRK | ISTRIP | INLCR
250 nTty.c_oflag &= ~OPOST;
251 nTty.c_lflag &= ~(ECHO | ECHONL | ICANON | ISIG | IEXTEN);
252 nTty.c_cflag &= ~(CSIZE | PARENB);
253 nTty.c_cflag |= CS8 | CLOCAL | CSTOPB;
254 nTty.c_cc[VTIME] = 0;
255 nTty.c_cc[VMIN] = 1;
256 cfsetispeed (&nTty, B120
[all...]
H A Dlnx-keyboard.c755 struct termios nTty; local in function:kbdLinuxOn
759 nTty = priv->kbdtty;
760 nTty.c_iflag = (IGNPAR | IGNBRK) & (~PARMRK) & (~ISTRIP);
761 nTty.c_oflag = 0;
762 nTty.c_cflag = CREAD | CS8;
763 nTty.c_lflag = 0;
764 nTty.c_cc[VTIME] = 0;
765 nTty.c_cc[VMIN] = 1;
766 cfsetispeed(&nTty, B9600);
767 cfsetospeed(&nTty, B960
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/linux/
H A Dlnx_init.c186 struct termios nTty; local in function:xf86OpenConsole
222 nTty = tty_attr;
223 nTty.c_iflag = (IGNPAR | IGNBRK) & (~PARMRK) & (~ISTRIP);
224 nTty.c_oflag = 0;
225 nTty.c_cflag = CREAD | CS8;
226 nTty.c_lflag = 0;
227 nTty.c_cc[VTIME]=0;
228 nTty.c_cc[VMIN]=1;
229 cfsetispeed(&nTty, 9600);
230 cfsetospeed(&nTty, 960
[all...]
/xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/linux/
H A Dlnx_init.c228 struct termios nTty; local in function:xf86OpenConsole
275 nTty = tty_attr;
276 nTty.c_iflag = (IGNPAR | IGNBRK) & (~PARMRK) & (~ISTRIP);
277 nTty.c_oflag = 0;
278 nTty.c_cflag = CREAD | CS8;
279 nTty.c_lflag = 0;
280 nTty.c_cc[VTIME] = 0;
281 nTty.c_cc[VMIN] = 1;
282 cfsetispeed(&nTty, 9600);
283 cfsetospeed(&nTty, 960
[all...]
/xsrc/external/mit/xf86-input-keyboard/dist/src/
H A Dbsd_kbd.c162 struct termios nTty; local in function:KbdOn
178 nTty = priv->kbdtty;
179 nTty.c_iflag = IGNPAR | IGNBRK;
180 nTty.c_oflag = 0;
181 nTty.c_cflag = CREAD | CS8;
182 nTty.c_lflag = 0;
183 nTty.c_cc[VTIME] = 0;
184 nTty.c_cc[VMIN] = 1;
185 cfsetispeed(&nTty, 9600);
186 cfsetospeed(&nTty, 960
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/linux/
H A Dkeyboard.c686 struct termios nTty; local in function:LinuxKeyboardEnable
700 nTty = LinuxTermios;
701 nTty.c_iflag = (IGNPAR | IGNBRK) & (~PARMRK) & (~ISTRIP);
702 nTty.c_oflag = 0;
703 nTty.c_cflag = CREAD | CS8;
704 nTty.c_lflag = 0;
705 nTty.c_cc[VTIME]=0;
706 nTty.c_cc[VMIN]=1;
707 cfsetispeed(&nTty, 9600);
708 cfsetospeed(&nTty, 960
[all...]

Completed in 6 milliseconds