CLOCAL
int cflag = CREAD | HUPCL | CLOCAL;
B9600 | CS8 | CREAD | HUPCL | CLOCAL;
int cflag = CREAD | HUPCL | CLOCAL | B9600 | CS8;
drv->init_termios.c_cflag = B9600 | CS8 | CREAD | HUPCL | CLOCAL;
drv->init_termios.c_cflag = B9600 | CS8 | CREAD | HUPCL | CLOCAL;
tty_drv->init_termios.c_cflag = B4800 | CS8 | CREAD | HUPCL | CLOCAL;
if ((termios->c_cflag & CRTSCTS) || !(termios->c_cflag & CLOCAL))
gb_tty->clocal = ((termios->c_cflag & CLOCAL) != 0);
CREAD | HUPCL | CLOCAL;
if (!(old_termios->c_cflag & CLOCAL) && C_CLOCAL(tty))
B9600 | CS8 | CREAD | HUPCL | CLOCAL;
tty_port_set_check_carrier(port, ~cflag & CLOCAL);
if (~cflag & CLOCAL)
B9600 | CS8 | CREAD | HUPCL | CLOCAL;
driver->init_termios.c_cflag |= CLOCAL;
moxaDriver->init_termios.c_cflag = B9600 | CS8 | CREAD | CLOCAL | HUPCL;
if (!(old_termios->c_cflag & CLOCAL) && C_CLOCAL(tty))
p->cflag = B9600 | CS8 | CREAD | CLOCAL | HUPCL;
mxvar_sdriver->init_termios.c_cflag = B9600|CS8|CREAD|HUPCL|CLOCAL;
tty_port_set_check_carrier(&info->port, ~cflag & CLOCAL);
if (~cflag & CLOCAL)
HUPCL | CLOCAL;
ktermios.c_cflag |= CLOCAL;
termios->c_cflag |= CLOCAL;
termios->c_cflag |= CS8 | CLOCAL;
if (ch->ch_c_cflag & CLOCAL)
termios->c_cflag &= ~(HUPCL | CMSPAR | CLOCAL | CRTSCTS);
termios->c_cflag &= ~CLOCAL;
__rp2_uart_set_termios(up, CS8 | CREAD | CLOCAL, 0, DEFAULT_BAUD_DIV);
termios->c_cflag |= CLOCAL;
termios.c_cflag |= CREAD | HUPCL | CLOCAL;
if (termios->c_cflag & CLOCAL)
normal->init_termios.c_cflag = B9600 | CS8 | CREAD | HUPCL | CLOCAL;
termios->c_cflag |= CLOCAL;
cflag = CREAD | HUPCL | CLOCAL;
up->cflag = B1200 | CS8 | CLOCAL | CREAD;
up->cflag = B4800 | CS8 | CLOCAL | CREAD;
up->cflag = B1200 | CS8 | CLOCAL | CREAD;
up->cflag = B4800 | CS8 | CLOCAL | CREAD;
termios->c_cflag |= CS8 | CLOCAL;
if (!(termios->c_cflag & CLOCAL)) {
tty_port_set_check_carrier(&info->port, ~cflag & CLOCAL);
B9600 | CS8 | CREAD | HUPCL | CLOCAL;
new->c_cflag &= HUPCL | CREAD | CLOCAL;
new->c_cflag |= old->c_cflag & ~(HUPCL | CREAD | CLOCAL);
if ((a->c_cflag ^ b->c_cflag) & ~(HUPCL | CREAD | CLOCAL))
tcflag_t bit = enable ? CLOCAL : 0;
tty->termios.c_cflag &= ~CLOCAL;
ret = put_user((kterm.c_cflag & CLOCAL) ? 1 : 0,
acm->clocal = ((termios->c_cflag & CLOCAL) != 0);
HUPCL | CLOCAL;
B9600 | CS8 | CREAD | HUPCL | CLOCAL;
B9600 | CS8 | CREAD | HUPCL | CLOCAL;
int cflag = CREAD | HUPCL | CLOCAL;
tty->termios.c_cflag = B9600 | CS8 | CSTOPB | CREAD | PARENB | CLOCAL;
| HUPCL | CLOCAL;
!((cflag) & CLOCAL))
#define C_CLOCAL(tty) _C_FLAG((tty), CLOCAL)
tty.c_cflag |= CLOCAL | CREAD;