Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/dev/i386/
H A Dkm.c115 tp->t_cflag = (CREAD | CS8 | CLOCAL); in kmopen()
233 t->c_cflag |= CLOCAL; in kmioctl()
242 t->c_cflag |= CLOCAL; in kmioctl()
/xnu-8020.140.41/bsd/dev/arm/
H A Dkm.c92 tp->t_cflag = (CREAD | CS8 | CLOCAL); in kmopen()
214 t->c_cflag |= CLOCAL; in kmioctl()
223 t->c_cflag |= CLOCAL; in kmioctl()
/xnu-8020.140.41/bsd/sys/
H A Dtermios.h215 #define CLOCAL 0x00008000 /* ignore modem status lines */ macro
/xnu-8020.140.41/bsd/kern/
H A Dtty.c316 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()