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

/macosx-10.5.8/xnu-1228.15.4/bsd/dev/i386/
H A Dkm.c121 tp->t_cflag = (CREAD | CS8 | CLOCAL);
227 /* Bodge in the CLOCAL flag as the km device is always local */
232 t->c_cflag |= CLOCAL;
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/ppc/
H A Dkm.c105 tp->t_cflag = (CREAD | CS8 | CLOCAL);
195 /* Bodge in the CLOCAL flag as the km device is always local */
200 t->c_cflag |= CLOCAL;
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dtermios.h217 #define CLOCAL 0x00008000 /* ignore modem status lines */ macro
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dtty.c72 * o Handle CLOCAL consistently for ptys. Perhaps disallow setting it.
268 if (ISSET(tp->t_cflag, CLOCAL)) {
1022 if (ISSET(t->c_cflag, CLOCAL) &&
1023 !ISSET(tp->t_cflag, CLOCAL)) {
1037 ISSET(t->c_cflag, CLOCAL)) &&
1537 !ISSET(tp->t_cflag, CLOCAL)) {

Completed in 40 milliseconds