Searched refs:CLOCAL (Results 1 – 4 of 4) sorted by relevance
115 tp->t_cflag = (CREAD | CS8 | CLOCAL); in kmopen()233 t->c_cflag |= CLOCAL; in kmioctl()242 t->c_cflag |= CLOCAL; in kmioctl()
92 tp->t_cflag = (CREAD | CS8 | CLOCAL); in kmopen()214 t->c_cflag |= CLOCAL; in kmioctl()223 t->c_cflag |= CLOCAL; in kmioctl()
215 #define CLOCAL 0x00008000 /* ignore modem status lines */ macro
316 if (ISSET(tp->t_cflag, CLOCAL)) { in ttyopen()1221 if (ISSET(t->c_cflag, CLOCAL) && in ttioctl_locked()1222 !ISSET(tp->t_cflag, CLOCAL)) { in ttioctl_locked()1236 ISSET(t->c_cflag, CLOCAL)) && in ttioctl_locked()1927 !ISSET(tp->t_cflag, CLOCAL)) { in ttymodem()