CLOCAL 524 arch/i386/isa/pccom.c SET(tp->t_cflag, CLOCAL); CLOCAL 665 arch/i386/isa/pccom.c (!ISSET(tp->t_cflag, CLOCAL) && CLOCAL 144 compat/hpux/hpux_tty.c if (tios.c_cflag & CLOCAL) CLOCAL 257 compat/hpux/hpux_tty.c ~(CSIZE|CSTOPB|CREAD|PARENB|PARODD|HUPCL|CLOCAL); CLOCAL 279 compat/hpux/hpux_tty.c tios.c_cflag |= CLOCAL; CLOCAL 161 compat/ibcs2/ibcs2_ioctl.c if (l & IBCS2_CLOCAL) r |= CLOCAL; CLOCAL 255 compat/ibcs2/ibcs2_ioctl.c if (l & CLOCAL) r |= IBCS2_CLOCAL; CLOCAL 134 compat/linux/linux_termios.c bts->c_cflag |= cvtto_bsd_mask(lt->c_cflag, LINUX_CLOCAL, CLOCAL); CLOCAL 212 compat/linux/linux_termios.c lt->c_cflag |= cvtto_linux_mask(bts->c_cflag, CLOCAL, LINUX_CLOCAL); CLOCAL 299 compat/linux/linux_termios.c bts->c_cflag |= cvtto_bsd_mask(lts->c_cflag, LINUX_CLOCAL, CLOCAL); CLOCAL 390 compat/linux/linux_termios.c lts->c_cflag |= cvtto_linux_mask(bts->c_cflag, CLOCAL, LINUX_CLOCAL); CLOCAL 191 compat/sunos/sunos_ioctl.c r |= ((l & 0x00000800) ? CLOCAL : 0); CLOCAL 314 compat/sunos/sunos_ioctl.c r |= ((l & CLOCAL) ? 0x00000800 : 0); CLOCAL 204 compat/ultrix/ultrix_ioctl.c r |= ((l & 0x00000800) ? CLOCAL : 0); CLOCAL 336 compat/ultrix/ultrix_ioctl.c r |= ((l & CLOCAL) ? 0x00000800 : 0); CLOCAL 313 dev/ic/com.c SET(tp->t_cflag, CLOCAL); CLOCAL 451 dev/ic/com.c (!ISSET(tp->t_cflag, CLOCAL) && CLOCAL 319 dev/ic/cy.c SET(tp->t_cflag, CLOCAL); CLOCAL 388 dev/ic/cy.c while (!ISSET(tp->t_cflag, CLOCAL) && CLOCAL 365 dev/ic/z8530tty.c tp->t_cflag |= CLOCAL; CLOCAL 396 dev/ic/z8530tty.c (tp->t_cflag & CLOCAL) || CLOCAL 1007 dev/pci/cz.c SET(t.c_cflag, CLOCAL); CLOCAL 1354 dev/pci/cz.c SET(cflag, CLOCAL); CLOCAL 866 dev/sbus/magma.c SET(tp->t_cflag, CLOCAL); CLOCAL 909 dev/sbus/magma.c while (!ISSET(tp->t_cflag, CLOCAL) && !ISSET(tp->t_state, TS_CARR_ON)) { CLOCAL 366 dev/sbus/spif.c SET(tp->t_cflag, CLOCAL); CLOCAL 400 dev/sbus/spif.c while (!ISSET(tp->t_cflag, CLOCAL) && CLOCAL 247 dev/usb/ucom.c CLR(tp->t_cflag, CLOCAL | MDMBUF); CLOCAL 439 dev/usb/ucom.c SET(t.c_cflag, CLOCAL); CLOCAL 493 dev/usb/ucom.c while (sc->sc_cua || (!ISSET(tp->t_cflag, CLOCAL) && CLOCAL 857 dev/usb/ucom.c SET(t->c_cflag, CLOCAL); CLOCAL 886 kern/tty.c ISSET(tp->t_cflag, CLOCAL) && CLOCAL 887 kern/tty.c !ISSET(t->c_cflag, CLOCAL)) { CLOCAL 1054 kern/tty.c if (ttnread(tp) > 0 || (!ISSET(tp->t_cflag, CLOCAL) && CLOCAL 1127 kern/tty.c if (!ISSET(tp->t_cflag, CLOCAL) && !ISSET(tp->t_state, TS_CARR_ON)) { CLOCAL 1184 kern/tty.c (ISSET(tp->t_state, TS_CARR_ON) || ISSET(tp->t_cflag, CLOCAL)) && CLOCAL 1188 kern/tty.c (ISSET(tp->t_state, TS_CARR_ON) || ISSET(tp->t_cflag, CLOCAL)) CLOCAL 1353 kern/tty.c !ISSET(tp->t_cflag, CLOCAL)) { CLOCAL 1382 kern/tty.c !ISSET(tp->t_cflag, CLOCAL)) { CLOCAL 1524 kern/tty.c ISSET(tp->t_cflag, CLOCAL); CLOCAL 1680 kern/tty.c !ISSET(tp->t_cflag, CLOCAL)) { CLOCAL 438 net/if_sl.c (sc->sc_ttyp->t_cflag & CLOCAL) == 0) { CLOCAL 745 net/if_sl.c (tp->t_cflag & CLOCAL) == 0)) { CLOCAL 723 net/if_strip.c (sc->sc_ttyp->t_cflag & CLOCAL) == 0) { CLOCAL 909 net/if_strip.c if (((tp->t_state & TS_CARR_ON) == 0 && (tp->t_cflag & CLOCAL) == 0) CLOCAL 1132 net/if_strip.c (tp->t_cflag & CLOCAL) == 0)) { CLOCAL 316 net/ppp_tty.c if ((tp->t_state & TS_CARR_ON) == 0 && (tp->t_cflag & CLOCAL) == 0 CLOCAL 360 net/ppp_tty.c if ((tp->t_state & TS_CARR_ON) == 0 && (tp->t_cflag & CLOCAL) == 0) CLOCAL 751 net/ppp_tty.c && !((tp->t_state & TS_CARR_ON) == 0 && (tp->t_cflag & CLOCAL) == 0)