Searched refs:CLOCAL (Results 1 – 10 of 10) sorted by relevance
122 int cflag = CREAD | HUPCL | CLOCAL; in sh_console_setup()
159 #define CLOCAL 0004000 macro
173 #define CLOCAL 00100000 macro
143 #define CLOCAL 0004000 macro
151 #define CLOCAL 0004000 macro
166 #define CLOCAL 0004000 /* Ignore modem status lines. */ macro
182 #define CLOCAL 00100000 macro
174 #define CLOCAL 0x00000800 macro
191 B9600 | CS8 | CREAD | HUPCL | CLOCAL; in rs_init()
38 tios.c_cflag = CS8 | CREAD | HUPCL | CLOCAL; in set_up_tty()