Home
last modified time | relevance | path

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

12

/titanic_44/usr/src/uts/sun/sys/
H A Dser_async.h68 #define IFLAGS (CS7|CREAD|PARENB)
69 #define IFLAGS_SVID (CS8|CREAD|HUPCL)
71 #define I_CFLAGS ((ISPEED << IBSHIFT) | ISPEED | CS8 | CREAD | HUPCL)
/titanic_44/usr/src/cmd/ttymon/
H A Dtmautobaud.c93 termio.c_cflag |= CREAD|HUPCL|(CS8&CSIZE)|(B2400&CBAUD); in auto_termio()
108 termios.c_cflag |= CREAD|HUPCL|(CS8&CSIZE); in auto_termio()
H A Dsttytable.c104 "cread", CREAD, 0,
105 "-cread", 0, CREAD,
113 "sane", (CS7|PARENB|CREAD), (CSIZE|PARODD|CLOCAL),
H A Dstty.c299 if (!(m&CREAD)) in prmodes()
570 (void) printf("-cread "+((m&CREAD) != 0)); in pramodes()
/titanic_44/usr/src/ucbcmd/stty/
H A Dsttytable.c100 "cread", CREAD, 0,
101 "-cread", 0, CREAD,
109 "sane", (CS7|PARENB|CREAD), (CSIZE|PARODD|CLOCAL),
H A Dstty.c248 if (!(m & CREAD)) in prmodes()
520 (void) fprintf(output, "-cread " + ((m & CREAD) != 0)); in pramodes()
/titanic_44/usr/src/cmd/bnu/
H A Dsetmode.c74 "cread", CREAD, 0,
75 "-cread", 0, CREAD,
93 "sane", (CS7|PARENB|CREAD), (CSIZE|PARODD|CLOCAL),
H A Dline.c190 ttbufs.c_cflag |= (CREAD | (speed ? HUPCL : 0));
211 ttbufs.c_cflag |= (CS8 | CREAD | (speed ? HUPCL : 0));
451 ttbuf.c_cflag |= CREAD|HUPCL;
/titanic_44/usr/src/lib/libnsl/dial/
H A Dline.c172 ttbufs.c_cflag |= (CREAD | (speed ? HUPCL : 0)); in fixline()
195 ttbufs.c_cflag |= (CS8 | CREAD | (speed ? HUPCL : 0)); in fixline()
/titanic_44/usr/src/lib/libbc/inc/include/sys/
H A Dtermios.h175 #define CREAD 0x00000080 macro
/titanic_44/usr/src/lib/libbc/inc/include/
H A Dtermios.h175 #define CREAD 0x00000080 macro
/titanic_44/usr/src/cmd/lp/filter/postscript/postio/
H A Difdef.c121 termio.c_cflag = HUPCL | CREAD | CS8 | stopbits | in setupline()
133 termios.c_cflag = HUPCL | CREAD | CS8 | stopbits | in setupline()
/titanic_44/usr/src/lib/libcmd/common/
H A Dstty.c206 #ifdef CREAD
207 { "cread", BIT, C_FLAG, SS, CREAD, CREAD, C("Enable (disable) input") },
/titanic_44/usr/src/uts/common/sys/
H A Dtermios.h264 #define CREAD 0000200 macro
/titanic_44/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()
/titanic_44/usr/src/uts/common/io/
H A Dtty_common.c36 B9600|CS8|CREAD, /* c_cflag */
H A Dttcompat.c167 CS8|CREAD|B9600, /* cflag */
1141 (CRTSCTS|CRTSXOFF|PAREXT|LOBLK|HUPCL)) | CREAD; in from_compat()
H A Dasy.c2057 (CLOCAL|CREAD|CSTOPB|CSIZE|PARENB|PARODD|CBAUD|CBAUDEXT); in asy_program()
2158 if ((ocflags & CREAD) == 0 && (c_flag & CREAD) || in asy_program()
2196 if (c_flag & CREAD) in asy_program()
2435 if (!(tp->t_cflag & CREAD)) { in async_rxint()
4428 asy->asy_cflag = CREAD|B9600; /* initial default */ in asy_parse_mode()
H A Dtty_pts.c59 #define IFLAGS (CS7|CREAD|PARENB)
/titanic_44/usr/src/cmd/tip/
H A Dtip.c508 buf.c_cflag &= (CREAD|HUPCL|CLOCAL|CRTSCTS|CRTSXOFF); in ttysetup()
/titanic_44/usr/src/uts/sun/io/
H A Dms.c346 cb->c_cflag = CREAD|CS8|B9600;
998 cb->c_cflag = CREAD|CS8|msd->msd_baud_rate;
H A Dzs_async.c3007 (za->za_dev == stdindev) || (za->za_ttycommon.t_cflag & CREAD)) in zsa_program()
3373 if (za->za_ttycommon.t_cflag & CREAD) printf(" t_cfl:CREAD"); in zsa_print_info()
/titanic_44/usr/src/uts/sun4u/montecarlo/io/ttymux_dacf/
H A Dttymux_dacf.c619 tc.c_cflag |= CREAD; in link_aconsole()
/titanic_44/usr/src/ucbcmd/tset/
H A Dtset.c521 modes.c_cflag |= (CS7|CREAD); in main()
/titanic_44/usr/src/cmd/rcm_daemon/common/
H A Dttymux_rcm.c547 tc.c_cflag |= CREAD; in mux_connect()

12