Home
last modified time | relevance | path

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

/xnu-10002.41.9/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-10002.41.9/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-10002.41.9/bsd/sys/ !
H A Dtermios.h215 #define CLOCAL 0x00008000 /* ignore modem status lines */ macro
/xnu-10002.41.9/bsd/kern/ !
H A Dtty.c354 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()