Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun/sys/
H A Dser_async.h66 #define IFLAGS (CS7|CREAD|PARENB)
67 #define IFLAGS_SVID (CS8|CREAD|HUPCL)
69 #define I_CFLAGS ((ISPEED << IBSHIFT) | ISPEED | CS8 | CREAD | HUPCL)
/illumos-gate/usr/src/cmd/ttymon/
H A Dtmautobaud.c88 termio.c_cflag |= CREAD|HUPCL|(CS8&CSIZE)|(B2400&CBAUD); in auto_termio()
103 termios.c_cflag |= CREAD|HUPCL|(CS8&CSIZE); in auto_termio()
H A Dsttytable.c112 "cread", CREAD, 0,
113 "-cread", 0, CREAD,
121 "sane", (CS7|PARENB|CREAD), (CSIZE|PARODD|CLOCAL),
H A Dstty.c299 if (!(m&CREAD)) in prmodes()
577 (void) printf("-cread "+((m&CREAD) != 0)); in pramodes()
/illumos-gate/usr/src/ucbcmd/stty/
H A Dsttytable.c108 "cread", CREAD, 0,
109 "-cread", 0, CREAD,
117 "sane", (CS7|PARENB|CREAD), (CSIZE|PARODD|CLOCAL),
H A Dstty.c249 if (!(m & CREAD)) in prmodes()
521 (void) fprintf(output, "-cread " + ((m & CREAD) != 0)); in pramodes()
/illumos-gate/usr/src/cmd/bnu/
H A Dsetmode.c72 "cread", CREAD, 0,
73 "-cread", 0, CREAD,
91 "sane", (CS7|PARENB|CREAD), (CSIZE|PARODD|CLOCAL),
H A Dline.c191 ttbufs.c_cflag |= (CREAD | (speed ? HUPCL : 0));
212 ttbufs.c_cflag |= (CS8 | CREAD | (speed ? HUPCL : 0));
452 ttbuf.c_cflag |= CREAD|HUPCL;
/illumos-gate/usr/src/lib/libnsl/dial/
H A Dline.c168 ttbufs.c_cflag |= (CREAD | (speed ? HUPCL : 0)); in fixline()
191 ttbufs.c_cflag |= (CS8 | CREAD | (speed ? HUPCL : 0)); in fixline()
/illumos-gate/usr/src/cmd/bhyve/
H A Dbhyve_sol_glue.c37 t->c_cflag |= CS8|CREAD; in cfmakeraw()
/illumos-gate/usr/src/cmd/lp/filter/postscript/postio/
H A Difdef.c119 termio.c_cflag = HUPCL | CREAD | CS8 | stopbits | in setupline()
131 termios.c_cflag = HUPCL | CREAD | CS8 | stopbits | in setupline()
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dstty.c208 #ifdef CREAD
209 { "cread", BIT, C_FLAG, SS, CREAD, CREAD, C("Enable (disable) input") },
/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()
1406 (CLOCAL | CREAD | CSTOPB | CSIZE | PARENB | PARODD | CBAUD | in asy_program()
1468 if ((ocflags & CREAD) == 0 && (c_flag & CREAD)) { in asy_program()
1504 if (c_flag & CREAD) in asy_program()
1809 if (!(tp->t_cflag & CREAD)) { in async_rxint()
/illumos-gate/usr/src/uts/common/sys/
H A Dtermios.h266 #define CREAD 0000200 macro
/illumos-gate/usr/src/uts/common/io/
H A Dtty_common.c36 B9600|CS8|CREAD, /* c_cflag */
H A Dasy.c2059 (CLOCAL|CREAD|CSTOPB|CSIZE|PARENB|PARODD|CBAUD|CBAUDEXT); in asy_program()
2160 if ((ocflags & CREAD) == 0 && (c_flag & CREAD) || in asy_program()
2198 if (c_flag & CREAD) in asy_program()
2463 if (!(tp->t_cflag & CREAD)) { in async_rxint()
4466 asy->asy_cflag = CREAD|B9600; /* initial default */ in asy_parse_mode()
H A Dtty_pts.c59 #define IFLAGS (CS7|CREAD|PARENB)
H A Dttcompat.c1043 (CRTSCTS|CRTSXOFF|PAREXT|LOBLK|HUPCL)) | CREAD; in from_compat()
/illumos-gate/usr/src/uts/sun/io/
H A Dms.c335 cb->c_cflag = CREAD|CS8|B9600; in msopen()
976 cb->c_cflag = CREAD|CS8|msd->msd_baud_rate; in msrput()
H A Dzs_async.c3010 (za->za_dev == stdindev) || (za->za_ttycommon.t_cflag & CREAD)) in zsa_program()
3376 if (za->za_ttycommon.t_cflag & CREAD) printf(" t_cfl:CREAD"); in zsa_print_info()
/illumos-gate/usr/src/cmd/tip/
H A Dtip.c513 buf.c_cflag &= (CREAD|HUPCL|CLOCAL|CRTSCTS|CRTSXOFF); in ttysetup()
/illumos-gate/usr/src/ucbcmd/tset/
H A Dtset.c525 modes.c_cflag |= (CS7|CREAD); in main()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dsys-solaris.c1260 tios.c_cflag |= CS8 | CREAD | HUPCL;
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/
H A Dusbser.c2089 ((pp->port_ttycommon.t_cflag & CREAD) == 0)) { in usbser_rx_cb()
/illumos-gate/usr/src/cmd/init/
H A Dinit.c422 .c_cflag = CS8|CREAD|B9600,