Home
last modified time | relevance | path

Searched refs:CLOCAL (Results 1 – 25 of 43) sorted by relevance

12

/external/ltp/testcases/kernel/syscalls/ioctl/
Dioctl02.c231 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/
Dtermbits.h142 #define CLOCAL 0004000 macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Dtermbits.h166 #define CLOCAL 0004000 /* Ignore modem status lines. */ macro
/external/syzkaller/vm/vmimpl/
Dconsole.go37 term.Cflag |= unix.B115200 | unix.CS8 | unix.CLOCAL | unix.CREAD
/external/python/cpython2/Lib/plat-irix6/
DIOCTL.py154 CLOCAL = 0004000 variable
/external/python/cpython2/Lib/plat-irix5/
DIOCTL.py154 CLOCAL = 0004000 variable
/external/toybox/toys/pending/
Dgetty.c156 if (toys.optflags & FLAG_L) TT.termios.c_cflag |= CLOCAL; in termios_init()
Dinit.c85 terminal.c_cflag |= CLOCAL|HUPCL|CREAD; in reset_term()
Dstty.c89 { "cread", CREAD }, { "clocal", CLOCAL }, { "crtscts", CRTSCTS },
/external/python/cpython2/Modules/
Dtermios.c500 {"CLOCAL", CLOCAL},
/external/ppp/pppd/
Dsys-linux.c947 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;
Dsys-solaris.c1212 tios.c_cflag &= ~(CSIZE | CSTOPB | PARENB | CLOCAL);
1233 tios.c_cflag |= CLOCAL;
/external/u-boot/arch/sandbox/cpu/
Dos.c134 term.c_cflag = CS8 | CREAD | CLOCAL; in os_tty_raw()
/external/python/cpython3/Modules/
Dtermios.c528 {"CLOCAL", CLOCAL},
/external/u-boot/tools/
Dkwboot.c262 tio.c_cflag = CREAD|CLOCAL|CS8; in kwboot_open_tty()
/external/chromium-trace/catapult/third_party/pyserial/serial/
Dserialposix.py327 cflag |= (TERMIOS.CLOCAL|TERMIOS.CREAD)
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_solaris_amd64.go168 CLOCAL = 0x800 const
Dzerrors_dragonfly_amd64.go144 CLOCAL = 0x8000 const
Dzerrors_openbsd_arm.go148 CLOCAL = 0x8000 const
Dzerrors_openbsd_amd64.go149 CLOCAL = 0x8000 const
Dzerrors_openbsd_386.go148 CLOCAL = 0x8000 const
Dzerrors_darwin_386.go226 CLOCAL = 0x8000 const
Dzerrors_darwin_arm64.go226 CLOCAL = 0x8000 const
Dzerrors_darwin_amd64.go226 CLOCAL = 0x8000 const
Dzerrors_netbsd_arm.go152 CLOCAL = 0x8000 const

12