Searched refs:CLOCAL (Results 1 – 25 of 43) sorted by relevance
12
/external/ltp/testcases/kernel/syscalls/ioctl/ |
D | ioctl02.c | 231 termio.c_cflag = B50 | CS7 | CREAD | PARENB | PARODD | CLOCAL; in run_ptest() 304 if (termio.c_cflag != (B50 | CS7 | CREAD | PARENB | PARODD | CLOCAL)) { in chk_tty_parms()
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | termbits.h | 142 #define CLOCAL 0004000 macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | termbits.h | 166 #define CLOCAL 0004000 /* Ignore modem status lines. */ macro
|
/external/syzkaller/vm/vmimpl/ |
D | console.go | 37 term.Cflag |= unix.B115200 | unix.CS8 | unix.CLOCAL | unix.CREAD
|
/external/python/cpython2/Lib/plat-irix6/ |
D | IOCTL.py | 154 CLOCAL = 0004000 variable
|
/external/python/cpython2/Lib/plat-irix5/ |
D | IOCTL.py | 154 CLOCAL = 0004000 variable
|
/external/toybox/toys/pending/ |
D | getty.c | 156 if (toys.optflags & FLAG_L) TT.termios.c_cflag |= CLOCAL; in termios_init()
|
D | init.c | 85 terminal.c_cflag |= CLOCAL|HUPCL|CREAD; in reset_term()
|
D | stty.c | 89 { "cread", CREAD }, { "clocal", CLOCAL }, { "crtscts", CRTSCTS },
|
/external/python/cpython2/Modules/ |
D | termios.c | 500 {"CLOCAL", CLOCAL},
|
/external/ppp/pppd/ |
D | sys-linux.c | 947 tios.c_cflag &= ~(CSIZE | CSTOPB | PARENB | CLOCAL); in set_up_tty() 957 tios.c_cflag ^= (CLOCAL | HUPCL); in set_up_tty() 2670 tios.c_cflag |= CS8 | CREAD | CLOCAL;
|
D | sys-solaris.c | 1212 tios.c_cflag &= ~(CSIZE | CSTOPB | PARENB | CLOCAL); 1233 tios.c_cflag |= CLOCAL;
|
/external/u-boot/arch/sandbox/cpu/ |
D | os.c | 134 term.c_cflag = CS8 | CREAD | CLOCAL; in os_tty_raw()
|
/external/python/cpython3/Modules/ |
D | termios.c | 528 {"CLOCAL", CLOCAL},
|
/external/u-boot/tools/ |
D | kwboot.c | 262 tio.c_cflag = CREAD|CLOCAL|CS8; in kwboot_open_tty()
|
/external/chromium-trace/catapult/third_party/pyserial/serial/ |
D | serialposix.py | 327 cflag |= (TERMIOS.CLOCAL|TERMIOS.CREAD)
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_solaris_amd64.go | 168 CLOCAL = 0x800 const
|
D | zerrors_dragonfly_amd64.go | 144 CLOCAL = 0x8000 const
|
D | zerrors_openbsd_arm.go | 148 CLOCAL = 0x8000 const
|
D | zerrors_openbsd_amd64.go | 149 CLOCAL = 0x8000 const
|
D | zerrors_openbsd_386.go | 148 CLOCAL = 0x8000 const
|
D | zerrors_darwin_386.go | 226 CLOCAL = 0x8000 const
|
D | zerrors_darwin_arm64.go | 226 CLOCAL = 0x8000 const
|
D | zerrors_darwin_amd64.go | 226 CLOCAL = 0x8000 const
|
D | zerrors_netbsd_arm.go | 152 CLOCAL = 0x8000 const
|
12