Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/dev/i386/
H A Dkm.c109 tp->t_cflag = (CREAD | CS8 | CLOCAL); in kmopen()
227 t->c_cflag |= CLOCAL; in kmioctl()
236 t->c_cflag |= CLOCAL; in kmioctl()
/xnu-12377.81.4/bsd/dev/arm/
H A Dkm.c86 tp->t_cflag = (CREAD | CS8 | CLOCAL); in kmopen()
208 t->c_cflag |= CLOCAL; in kmioctl()
217 t->c_cflag |= CLOCAL; in kmioctl()
/xnu-12377.81.4/bsd/sys/
H A Dtermios.h215 #define CLOCAL 0x00008000 /* ignore modem status lines */ macro
/xnu-12377.81.4/bsd/kern/
H A Dtty.c354 if (ISSET(tp->t_cflag, CLOCAL)) { in ttyopen()
1332 if (ISSET(t->c_cflag, CLOCAL) && in ttioctl_locked()
1333 !ISSET(tp->t_cflag, CLOCAL)) { in ttioctl_locked()
1347 ISSET(t->c_cflag, CLOCAL)) && in ttioctl_locked()
2038 !ISSET(tp->t_cflag, CLOCAL)) { in ttymodem()