HomeSort by relevance Sort by last modified time
    Searched refs:CLOCAL (Results 1 - 25 of 48) sorted by null

1 2

  /bionic/libc/kernel/uapi/asm-generic/
termbits.h 146 #define CLOCAL 0004000
  /bionic/libc/kernel/uapi/asm-mips/asm/
termbits.h 147 #define CLOCAL 0004000
  /device/google/contexthub/util/stm32_flash/
uart.c 109 tio.c_cflag = CS8 | CLOCAL | CREAD | PARENB;
  /external/kernel-headers/original/uapi/asm-generic/
termbits.h 142 #define CLOCAL 0004000
  /external/kernel-headers/original/uapi/asm-mips/asm/
termbits.h 166 #define CLOCAL 0004000 /* Ignore modem status lines. */
  /external/ltp/testcases/kernel/syscalls/ioctl/
ioctl02.c 231 termio.c_cflag = B50 | CS7 | CREAD | PARENB | PARODD | CLOCAL;
300 * PARODD|CLOCAL|(CREAD|HUPCL|CLOCAL).
304 if (termio.c_cflag != (B50 | CS7 | CREAD | PARENB | PARODD | CLOCAL)) {
  /bionic/tests/headers/posix/
termios_h.c 129 MACRO(CLOCAL);
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
termios.h 131 #define CLOCAL 0x8000 /* ignore modem status lines */
  /external/syzkaller/vm/vmimpl/
console.go 37 term.Cflag |= unix.B115200 | unix.CS8 | unix.CLOCAL | unix.CREAD
  /external/python/cpython2/Lib/plat-irix5/
IOCTL.py 154 CLOCAL = 0004000
  /external/python/cpython2/Lib/plat-irix6/
IOCTL.py 154 CLOCAL = 0004000
  /external/toybox/toys/pending/
getty.c 17 -L Set CLOCAL (ignore Carrier Detect state)
156 if (toys.optflags & FLAG_L) TT.termios.c_cflag |= CLOCAL;
init.c 85 terminal.c_cflag |= CLOCAL|HUPCL|CREAD;
stty.c 89 { "cread", CREAD }, { "clocal", CLOCAL }, { "crtscts", CRTSCTS },
  /external/python/cpython2/Modules/
termios.c 500 {"CLOCAL", CLOCAL},
  /external/python/cpython3/Modules/
termios.c 528 {"CLOCAL", CLOCAL},
  /external/ppp/pppd/
sys-linux.c 928 * at the requested speed, etc. If `local' is true, set CLOCAL
947 tios.c_cflag &= ~(CSIZE | CSTOPB | PARENB | CLOCAL);
957 tios.c_cflag ^= (CLOCAL | HUPCL);
    [all...]
sys-solaris.c 1178 * at the requested speed, etc. If `local' is true, set CLOCAL
1212 tios.c_cflag &= ~(CSIZE | CSTOPB | PARENB | CLOCAL);
1233 tios.c_cflag |= CLOCAL;
    [all...]
  /external/u-boot/arch/sandbox/cpu/
os.c 134 term.c_cflag = CS8 | CREAD | CLOCAL;
  /external/u-boot/tools/
kwboot.c 262 tio.c_cflag = CREAD|CLOCAL|CS8;
  /external/chromium-trace/catapult/third_party/pyserial/serial/
serialposix.py 327 cflag |= (TERMIOS.CLOCAL|TERMIOS.CREAD)
  /external/syzkaller/vendor/golang.org/x/sys/unix/
zerrors_dragonfly_amd64.go 144 CLOCAL = 0x8000
    [all...]
zerrors_freebsd_386.go 327 CLOCAL = 0x8000
    [all...]
zerrors_freebsd_amd64.go 327 CLOCAL = 0x8000
    [all...]
zerrors_freebsd_arm.go 327 CLOCAL = 0x8000
    [all...]

Completed in 1022 milliseconds

1 2