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

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/shared/
H A Dposix_tty.c193 int baud, r; local in function:xf86SetSerial
206 if ((baud = GetBaud (val)))
208 cfsetispeed (&t, baud);
209 cfsetospeed (&t, baud);
357 int baud, r; local in function:xf86SetSerialSpeed
368 if ((baud = GetBaud (speed)))
370 cfsetispeed (&t, baud);
371 cfsetospeed (&t, baud);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/shared/
H A Dposix_tty.c192 int baud, r; local in function:xf86SetSerial
204 if ((baud = GetBaud(val))) {
205 cfsetispeed(&t, baud);
206 cfsetospeed(&t, baud);
331 int baud, r; local in function:xf86SetSerialSpeed
342 if ((baud = GetBaud(speed))) {
343 cfsetispeed(&t, baud);
344 cfsetospeed(&t, baud);
/xsrc/external/mit/xterm/dist/
H A Daclocal.m43111 dnl Check for SGI's broken redefinition of baud rates introduced in IRIX 6.5
3115 AC_CACHE_CHECK(for IRIX 6.5 baud-rate redefinitions,cf_cv_termio_c_ispeed,[
3126 test "$cf_cv_termio_c_ispeed" = yes && AC_DEFINE(HAVE_TERMIO_C_ISPEED,1,[define 1 if we have IRIX 6.5 baud-rate redefinitions])

Completed in 8 milliseconds