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

12

/freebsd-10.3-release/contrib/ncurses/ncurses/trace/
H A Dlib_tracebits.c136 {CLOCAL, "CLOCAL"},
146 #define ALLCTRL (CLOCAL|CREAD|CSIZE|CSTOPB|HUPCL|PARENB|PARODD)
/freebsd-10.3-release/bin/stty/
H A Dmodes.c80 { "clocal", CLOCAL, 0 },
81 { "-clocal", 0, CLOCAL },
H A Dkey.c263 ip->t.c_cflag = def.c_cflag | (ip->t.c_cflag & CLOCAL);
H A Dprint.c171 put("-clocal", CLOCAL, 0);
/freebsd-10.3-release/usr.sbin/lpr/lpd/
H A Dmodes.c80 { "clocal", CLOCAL, 0 },
81 { "-clocal", 0, CLOCAL },
/freebsd-10.3-release/contrib/ntp/libntp/
H A Dicom.c162 ttyb.c_cflag = IBAUD|CS8|CLOCAL; /* control modes (no read) */
/freebsd-10.3-release/sys/sys/
H A D_termios.h130 #define CLOCAL 0x00008000 /* ignore modem status lines */ macro
/freebsd-10.3-release/usr.sbin/moused/
H A Dmoused.c375 (CS7 | CREAD | CLOCAL | HUPCL), /* MicroSoft */
376 (CS8 | CSTOPB | CREAD | CLOCAL | HUPCL), /* MouseSystems */
377 (CS8 | CSTOPB | CREAD | CLOCAL | HUPCL), /* Logitech */
378 (CS8 | PARENB | PARODD | CREAD | CLOCAL | HUPCL), /* MMSeries */
379 (CS7 | CREAD | CLOCAL | HUPCL), /* MouseMan */
383 (CS8 | CREAD | CLOCAL | HUPCL), /* MM HitTablet */
384 (CS7 | CREAD | CLOCAL | HUPCL), /* GlidePoint */
385 (CS7 | CREAD | CLOCAL | HUPCL), /* IntelliMouse */
386 (CS7 | CREAD | CLOCAL | HUPCL), /* Thinking Mouse */
387 (CS8 | CSTOPB | CREAD | CLOCAL | HUPC
[all...]
/freebsd-10.3-release/contrib/ntp/parseutil/
H A Dtestdcf.c387 term.c_cflag = CS8|CREAD|CLOCAL;
389 term.c_cflag = CS8|CREAD|CLOCAL|PARENB;
/freebsd-10.3-release/contrib/ntp/ntpd/
H A Dntp_refclock.c838 ttyp->c_cflag = CS8 | CLOCAL | CREAD;
841 ttyp->c_cflag = CS7 | PARENB | PARODD | CLOCAL | CREAD;
864 ttyp->c_cflag &= ~CLOCAL;
922 ttyp->c_cflag = speed | CS8 | CLOCAL | CREAD;
942 ttyp->c_cflag &= ~CLOCAL;
H A Drefclock_leitch.c287 ttyb.c_cflag = SPEED232|CS8|CLOCAL|CREAD;
311 ttyp->c_cflag = SPEED232|CS8|CLOCAL|CREAD;
H A Drefclock_parse.c492 #define MBG_CFLAG (CS7|PARENB|CREAD|CLOCAL|HUPCL|CSTOPB)
566 #define GPS16X_CFLAG (CS8|CREAD|CLOCAL|HUPCL)
596 #define DCF7000_CFLAG (CS8|CREAD|PARENB|PARODD|CLOCAL|HUPCL)
628 #define WSDCF_CFLAG (CS8|CREAD|CLOCAL)
646 # define RAWDCF_CFLAG (CS8|CREAD|CLOCAL)
648 # define RAWDCF_CFLAG (CS8|CREAD|CLOCAL|PARENB)
690 #define IGELCLOCK_CFLAG (CS8|CREAD|HUPCL|CLOCAL)
737 #define TRIMBLETAIP_CFLAG (CS8|CREAD|CLOCAL)
743 #define TRIMBLETSIP_CFLAG (CS8|CLOCAL|CREAD|PARENB|PARODD)
813 #define RCC8000_CFLAG (CS8|CREAD|CLOCAL)
[all...]
H A Drefclock_datum.c276 arg.c_cflag = B9600 | CS8 | CREAD | PARENB | CLOCAL;
/freebsd-10.3-release/contrib/gdb/gdb/gdbserver/
H A Dremote-utils.c72 termios.c_cflag |= CLOCAL | CS8;
89 termio.c_cflag |= CLOCAL | CS8;
/freebsd-10.3-release/contrib/tcsh/
H A Dmi.termios.c226 * CLOCAL: forced on (ignore modem status lines - not quite right)
234 termios_p->c_cflag = CLOCAL | CREAD;
/freebsd-10.3-release/games/morse/
H A Dmorse.c380 ntty.c_cflag |= CLOCAL;
/freebsd-10.3-release/usr.bin/tset/
H A Dset.c127 mode.c_cflag &= ~(CSIZE | CSTOPB | PARENB | PARODD | CLOCAL);
/freebsd-10.3-release/usr.sbin/bluetooth/hcseriald/
H A Dhcseriald.c183 t.c_cflag |= CLOCAL; /* clocal */
/freebsd-10.3-release/usr.sbin/ppp/
H A Dtty.c452 ios.c_cflag |= CLOCAL | CCTS_OFLOW | CRTS_IFLOW;
454 ios.c_cflag |= CLOCAL;
723 ios.c_cflag |= CLOCAL | CCTS_OFLOW | CRTS_IFLOW;
725 ios.c_cflag |= CLOCAL;
/freebsd-10.3-release/contrib/gdb/gdb/tui/
H A Dtui.c534 mode.c_cflag &= ~(CSIZE | PARODD | CLOCAL);
/freebsd-10.3-release/sys/dev/rc/
H A Drc.c827 && !(tp->t_cflag & CLOCAL))
990 val = cflag & CLOCAL ? 0 : MCOR1_CDzd;
995 val = cflag & CLOCAL ? 0 : MCOR2_CDod;
1005 rc->rc_ier = cflag & CLOCAL ? 0 : IER_CD;
/freebsd-10.3-release/sys/kern/
H A Dtty.c93 HUPCL|CLOCAL|CCTS_OFLOW|CRTS_IFLOW|CDTR_IFLOW|\
297 tp->t_termios.c_cflag |= CLOCAL;
311 (tp->t_termios.c_cflag & CLOCAL) == 0) {
874 ti->c_cflag |= CLOCAL;
875 to->c_cflag |= CLOCAL;
1622 /* XXX: CLOCAL? */
/freebsd-10.3-release/sys/dev/uart/
H A Duart_tty.c260 t->c_cflag |= CLOCAL;
/freebsd-10.3-release/usr.bin/tip/tip/
H A Dtip.c554 cntrl.c_cflag |= CLOCAL;
/freebsd-10.3-release/usr.sbin/bhyve/
H A Duart_emul.c140 tf->tio_new.c_cflag |= CLOCAL;
297 * even if CLOCAL is turned off.

Completed in 376 milliseconds

12