Searched refs:CLOCAL (Results 1 – 4 of 4) sorted by relevance
109 tp->t_cflag = (CREAD | CS8 | CLOCAL); in kmopen()227 t->c_cflag |= CLOCAL; in kmioctl()236 t->c_cflag |= CLOCAL; in kmioctl()
86 tp->t_cflag = (CREAD | CS8 | CLOCAL); in kmopen()208 t->c_cflag |= CLOCAL; in kmioctl()217 t->c_cflag |= CLOCAL; in kmioctl()
215 #define CLOCAL 0x00008000 /* ignore modem status lines */ macro
354 if (ISSET(tp->t_cflag, CLOCAL)) { in ttyopen()1326 if (ISSET(t->c_cflag, CLOCAL) && in ttioctl_locked()1327 !ISSET(tp->t_cflag, CLOCAL)) { in ttioctl_locked()1341 ISSET(t->c_cflag, CLOCAL)) && in ttioctl_locked()2032 !ISSET(tp->t_cflag, CLOCAL)) { in ttymodem()