Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bnu/
H A Dsetmode.c64 "clocal", CLOCAL, 0,
65 "-clocal", 0, CLOCAL,
66 "nohang", CLOCAL, 0,
67 "-nohang", 0, CLOCAL,
91 "sane", (CS7|PARENB|CREAD), (CSIZE|PARODD|CLOCAL),
H A Dline.c180 ttbufs.c_cflag |= CLOCAL;
183 ttbufs.c_cflag &= ~CLOCAL;
426 ttbufs.c_cflag |= (CS8|CLOCAL);
451 ttbuf.c_cflag &= ~CLOCAL;
H A Dconn.c908 ttybuf.c_cflag |= CLOCAL;
910 ttybuf.c_cflag &= ~CLOCAL;
/illumos-gate/usr/src/cmd/ttymon/
H A Dsttytable.c108 "clocal", CLOCAL, 0,
109 "-clocal", 0, CLOCAL,
121 "sane", (CS7|PARENB|CREAD), (CSIZE|PARODD|CLOCAL),
H A Dstty.c301 if (m&CLOCAL) in prmodes()
578 (void) printf("-clocal "+((m&CLOCAL) != 0)); in pramodes()
/illumos-gate/usr/src/ucbcmd/stty/
H A Dsttytable.c104 "clocal", CLOCAL, 0,
105 "-clocal", 0, CLOCAL,
117 "sane", (CS7|PARENB|CREAD), (CSIZE|PARODD|CLOCAL),
H A Dstty.c251 if (m & CLOCAL) in prmodes()
522 (void) fprintf(output, "-clocal " + ((m & CLOCAL) != 0)); in pramodes()
/illumos-gate/usr/src/lib/libnsl/dial/
H A Dconn.c685 ttybuf.c_cflag |= CLOCAL; in sendthem()
687 ttybuf.c_cflag &= ~CLOCAL; in sendthem()
H A Dline.c152 ttbufs.c_cflag &= ~CLOCAL; in fixline()
/illumos-gate/usr/src/uts/sun4/io/
H A Dsu_driver.c955 async->async_ttycommon.t_cflag |= CS8 | CREAD | CLOCAL; in asyopen()
960 async->async_ttycommon.t_cflag |= CS8 | CREAD | CLOCAL; in asyopen()
1030 !(async->async_ttycommon.t_cflag & CLOCAL)) { in asyopen()
1406 (CLOCAL | CREAD | CSTOPB | CSIZE | PARENB | PARODD | CBAUD | in asy_program()
1424 if (ocflags != (c_flag & ~CLOCAL) || mode == ASY_INIT) { in asy_program()
1476 asy->asy_ocflags = c_flag & ~CLOCAL; in asy_program()
1495 if ((c_flag & CLOCAL) && !(async->async_ttycommon.t_cflag & CRTSCTS)) in asy_program()
2140 !(tp->t_cflag & CLOCAL)) { in async_softint()
/illumos-gate/usr/src/uts/common/sys/
H A Dtermios.h270 #define CLOCAL 0004000 macro
/illumos-gate/usr/src/cmd/tip/
H A Dtip.c513 buf.c_cflag &= (CREAD|HUPCL|CLOCAL|CRTSCTS|CRTSXOFF); in ttysetup()
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dstty.c221 { "clocal", BIT, C_FLAG, NL, CLOCAL, CLOCAL, C("Disable (enable) modem control signals") },
/illumos-gate/usr/src/uts/common/io/
H A Dasy.c1675 !(async->async_ttycommon.t_cflag & CLOCAL)) { in asyopen()
2059 (CLOCAL|CREAD|CSTOPB|CSIZE|PARENB|PARODD|CBAUD|CBAUDEXT); in asy_program()
2114 if (ocflags != (c_flag & ~CLOCAL) || mode == ASY_INIT) { in asy_program()
2166 asy->asy_ocflag = c_flag & ~CLOCAL; in asy_program()
2186 instance, c_flag & CLOCAL, in asy_program()
2189 if ((c_flag & CLOCAL) && !(async->async_ttycommon.t_cflag & CRTSCTS)) in asy_program()
2768 !(tp->t_cflag & CLOCAL) && in async_softint()
H A Dttcompat.c1191 termiosp->c_cflag |= CLOCAL; in from_compat()
1336 if (termiosp->c_cflag & CLOCAL) in to_compat()
H A Dtty_pts.c266 !(pty->pt_ttycommon.t_cflag & CLOCAL)) { in ptslopen()
/illumos-gate/usr/src/cmd/bhyve/
H A Duart_emul.c179 new.c_cflag |= CLOCAL; in ttyopen()
/illumos-gate/usr/src/uts/sun/io/
H A Dzs_async.c857 !(za->za_ttycommon.t_cflag & CLOCAL)) { in zsa_open()
2203 !(za->za_ttycommon.t_cflag & CLOCAL)) { in zsa_softint()
3380 if (za->za_ttycommon.t_cflag & CLOCAL) printf(" t_cfl:CLOCAL"); in zsa_print_info()
/illumos-gate/usr/src/ucbcmd/tset/
H A Dtset.c526 modes.c_cflag &= ~(PARODD|CLOCAL); in main()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dsys-solaris.c1254 tios.c_cflag &= ~(CSIZE | CSTOPB | PARENB | CLOCAL);
1262 tios.c_cflag |= CLOCAL;
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/
H A Dusbser.c1683 if ((flag & (FNDELAY | FNONBLOCK)) || (tp->t_cflag & CLOCAL) || in usbser_open_carrier_check()
2417 if (!(tp->t_cflag & CLOCAL)) { in usbser_status_proc_cb()