Searched refs:CLOCAL (Results 1 - 3 of 3) sorted by relevance

/xnu-2422.115.4/bsd/dev/i386/
H A Dkm.c114 tp->t_cflag = (CREAD | CS8 | CLOCAL);
225 /* Bodge in the CLOCAL flag as the km device is always local */
231 t->c_cflag |= CLOCAL;
240 t->c_cflag |= CLOCAL;
/xnu-2422.115.4/bsd/sys/
H A Dtermios.h215 #define CLOCAL 0x00008000 /* ignore modem status lines */ macro
/xnu-2422.115.4/bsd/kern/
H A Dtty.c72 * o Handle CLOCAL consistently for ptys. Perhaps disallow setting it.
355 if (ISSET(tp->t_cflag, CLOCAL)) {
1267 if (ISSET(t->c_cflag, CLOCAL) &&
1268 !ISSET(tp->t_cflag, CLOCAL)) {
1282 ISSET(t->c_cflag, CLOCAL)) &&
1877 !ISSET(tp->t_cflag, CLOCAL)) {

Completed in 25 milliseconds