Home
last modified time | relevance | path

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

12

/openbsd/src/usr.sbin/wsmoused/
Dmouse_protocols.c92 (CS7 | CREAD | CLOCAL | HUPCL), /* Microsoft */
93 (CS8 | CSTOPB | CREAD | CLOCAL | HUPCL), /* MouseSystems */
94 (CS8 | CSTOPB | CREAD | CLOCAL | HUPCL), /* Logitech */
95 (CS8 | PARENB | PARODD | CREAD | CLOCAL | HUPCL), /* MMSeries */
96 (CS7 | CREAD | CLOCAL | HUPCL), /* MouseMan */
97 (CS8 | CREAD | CLOCAL | HUPCL), /* MM HitTablet */
98 (CS7 | CREAD | CLOCAL | HUPCL), /* GlidePoint */
99 (CS7 | CREAD | CLOCAL | HUPCL), /* IntelliMouse */
100 (CS7 | CREAD | CLOCAL | HUPCL), /* Thinking Mouse */
300 SetMouseSpeed(1200, (CS7 | CREAD | CLOCAL | HUPCL)); in pnpgets()
[all …]
/openbsd/src/usr.sbin/lpr/lpd/
Dmodes.c74 { "clocal", CLOCAL, 0 },
75 { "-clocal", 0, CLOCAL },
Dkey.c230 ip->t.c_cflag = TTYDEF_CFLAG | (ip->t.c_cflag & (CLOCAL|CRTSCTS)); in f_sane()
/openbsd/src/bin/stty/
Dmodes.c77 { "clocal", CLOCAL, 0 },
78 { "-clocal", 0, CLOCAL },
Dprint.c164 put("-clocal", CLOCAL, 0); in print()
Dkey.c296 ip->t.c_cflag = TTYDEF_CFLAG | (ip->t.c_cflag & (CLOCAL|CRTSCTS)); in f_sane()
/openbsd/src/usr.sbin/lpd/
Dlp_stty.c260 ip->t.c_cflag = TTYDEF_CFLAG | (ip->t.c_cflag & (CLOCAL|CRTSCTS)); in f_sane()
319 { "clocal", CLOCAL, 0 },
320 { "-clocal", 0, CLOCAL },
/openbsd/src/sys/kern/
Dtty.c889 ISSET(tp->t_cflag, CLOCAL) && in ttioctl()
890 !ISSET(t->c_cflag, CLOCAL)) { in ttioctl()
1139 if (!ISSET(tp->t_cflag, CLOCAL) && !ISSET(tp->t_state, TS_CARR_ON)) { in filt_ttyread()
1174 if (!ISSET(tp->t_cflag, CLOCAL) && in filt_ttywrite()
1195 if (!ISSET(tp->t_cflag, CLOCAL) && in filt_ttyexcept()
1236 (ISSET(tp->t_state, TS_CARR_ON) || ISSET(tp->t_cflag, CLOCAL)) && in ttywait_nsec()
1240 (ISSET(tp->t_state, TS_CARR_ON) || ISSET(tp->t_cflag, CLOCAL)) in ttywait_nsec()
1412 !ISSET(tp->t_cflag, CLOCAL)) { in ttymodem()
1441 !ISSET(tp->t_cflag, CLOCAL)) { in nullmodem()
1576 ISSET(tp->t_cflag, CLOCAL); in ttread()
[all …]
/openbsd/src/sys/arch/loongson/dev/
Dcom_leioc.c120 CS8 | CLOCAL; in leioc_cons_setup()
/openbsd/src/lib/libcurses/
Dnc_termios.h139 #define CLOCAL 0x00800 macro
/openbsd/src/sys/sys/
Dtermios.h146 #define CLOCAL 0x00008000 /* ignore modem status lines */ macro
/openbsd/src/gnu/usr.bin/binutils/gdb/gdbserver/
Dremote-utils.c83 termios.c_cflag |= CLOCAL | CS8; in remote_open()
100 termio.c_cflag |= CLOCAL | CS8; in remote_open()
/openbsd/src/sys/net/
Dppp_tty.c302 if ((tp->t_state & TS_CARR_ON) == 0 && (tp->t_cflag & CLOCAL) == 0 in pppread()
341 if ((tp->t_state & TS_CARR_ON) == 0 && (tp->t_cflag & CLOCAL) == 0) in pppwrite()
717 && !((tp->t_state & TS_CARR_ON) == 0 && (tp->t_cflag & CLOCAL) == 0) in pppstart_internal()
/openbsd/src/sys/dev/ic/
Dz8530tty.c513 SET(t.c_cflag, CLOCAL); in zsopen()
598 (!ISSET(tp->t_cflag, CLOCAL) && !ISSET(tp->t_state, TS_CARR_ON))) { in zsopen()
628 if ((ISSET(tp->t_cflag, CLOCAL) || in zsopen()
914 SET(cflag, CLOCAL); in zsparam()
Dpluart.c592 SET(tp->t_cflag, CLOCAL); in pluartopen()
662 (!ISSET(tp->t_cflag, CLOCAL) && in pluartopen()
/openbsd/src/sys/dev/usb/
Ducom.c264 CLR(tp->t_cflag, CLOCAL | MDMBUF); in ucom_detach()
457 SET(t.c_cflag, CLOCAL); in ucom_do_open()
513 while (sc->sc_cua || (!ISSET(tp->t_cflag, CLOCAL) && in ucom_do_open()
900 SET(t->c_cflag, CLOCAL); in ucomparam()
/openbsd/src/sbin/ldattach/
Dldattach.c277 tty.c_cflag |= CLOCAL; in main()
/openbsd/src/sys/arch/luna88k/dev/
Dsiotty.c366 t->c_cflag |= CLOCAL; in sioparam()
370 t->c_cflag |= CLOCAL; in sioparam()
/openbsd/src/sys/arch/macppc/dev/
Dzs.c706 cflag |= CLOCAL; in zs_set_modes()
721 if ((cflag & (CLOCAL | MDMBUF)) != 0) in zs_set_modes()
/openbsd/src/sys/arch/loongson/loongson/
Dyeeloong_machdep.c510 CS8 | CLOCAL; /* 8N1 */ in fuloong_setup()
/openbsd/src/sys/arch/sparc64/dev/
Dsab.c661 tp->t_cflag |= CLOCAL; in sabttyopen()
709 while ((tp->t_cflag & CLOCAL) == 0 && in sabttyopen()
989 cflag |= CLOCAL; in sabttyparam()
/openbsd/src/gnu/usr.bin/binutils/gdb/
Dser-unix.c396 state.termios.c_cflag |= CLOCAL | CS8; in hardwire_raw()
406 state.termio.c_cflag |= CLOCAL | CS8; in hardwire_raw()
/openbsd/src/sys/dev/fdt/
Dimxuart.c517 SET(tp->t_cflag, CLOCAL); in imxuartopen()
589 (!ISSET(tp->t_cflag, CLOCAL) && in imxuartopen()
/openbsd/src/gnu/usr.bin/perl/ext/POSIX/
DMakefile.PL39 CLOCAL CLOCKS_PER_SEC CREAD CS5 CS6 CS7 CS8 CSIZE CSTOPB E2BIG
/openbsd/src/sys/arch/hppa/dev/
Dpdc.c217 tp->t_cflag = TTYDEF_CFLAG|CLOCAL;

12