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

/external/chromium_org/native_client_sdk/src/libraries/nacl_io/include/sys/
H A Dtermios.h31 #define CLOCAL 004000 macro
/external/kernel-headers/original/uapi/asm-generic/
H A Dtermbits.h141 #define CLOCAL 0004000 macro
/external/kernel-headers/original/uapi/asm-mips/asm/
H A Dtermbits.h165 #define CLOCAL 0004000 /* Ignore modem status lines. */ macro
/external/chromium_org/chrome/browser/extensions/api/serial/
H A Dserial_connection_posix.cc193 // CLOCAL causes the system to disregard the DCD signal state.
195 config.c_cflag |= (CLOCAL | CREAD);
/external/libnfc-nxp/Linux_x86/
H A DphDal4Nfc_uart.c200 CLOCAL : local connection, no modem contol
203 gComPortContext.nIoConfig.c_cflag = DAL_BAUD_RATE | CS8 | CLOCAL | CREAD; /* Control mode flags */
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
H A DSDL_fbelo.c363 mouse_termios.c_cflag = B9600 | CS8 | CREAD | CLOCAL;
H A DSDL_fbevents.c686 mouse_termios.c_cflag = CREAD | CLOCAL | HUPCL;
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
H A Duserial_linux.c1077 termios.c_cflag = CLOCAL|CREAD|data_bits|stop_bits|parity;
1309 termios.c_cflag |= (CLOCAL | CREAD | CRTSCTS | stop_bits);
/external/ppp/pppd/
H A Dsys-linux.c898 * at the requested speed, etc. If `local' is true, set CLOCAL
917 tios.c_cflag &= ~(CSIZE | CSTOPB | PARENB | CLOCAL);
927 tios.c_cflag ^= (CLOCAL | HUPCL);
2605 tios.c_cflag |= CS8 | CREAD | CLOCAL;
H A Dsys-solaris.c1178 * at the requested speed, etc. If `local' is true, set CLOCAL
1212 tios.c_cflag &= ~(CSIZE | CSTOPB | PARENB | CLOCAL);
1230 tios.c_cflag |= CLOCAL;
/external/chromium_org/tools/telemetry/third_party/pyserial/serial/
H A Dserialposix.py327 cflag |= (TERMIOS.CLOCAL|TERMIOS.CREAD)
/external/libedit/src/
H A Dtty.c281 #ifdef CLOCAL
282 {"clocal", CLOCAL, MD_CTL},
283 #endif /* CLOCAL */
/external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/
H A DSDL_gsevents.c562 mouse_termios.c_cflag = CREAD | CLOCAL | HUPCL;

Completed in 483 milliseconds