/titanic_44/usr/src/uts/sun/sys/ |
H A D | ser_async.h | 68 #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 D | tmautobaud.c | 93 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 D | sttytable.c | 104 "cread", CREAD, 0, 105 "-cread", 0, CREAD, 113 "sane", (CS7|PARENB|CREAD), (CSIZE|PARODD|CLOCAL),
|
H A D | stty.c | 299 if (!(m&CREAD)) in prmodes() 570 (void) printf("-cread "+((m&CREAD) != 0)); in pramodes()
|
/titanic_44/usr/src/ucbcmd/stty/ |
H A D | sttytable.c | 100 "cread", CREAD, 0, 101 "-cread", 0, CREAD, 109 "sane", (CS7|PARENB|CREAD), (CSIZE|PARODD|CLOCAL),
|
H A D | stty.c | 248 if (!(m & CREAD)) in prmodes() 520 (void) fprintf(output, "-cread " + ((m & CREAD) != 0)); in pramodes()
|
/titanic_44/usr/src/cmd/bnu/ |
H A D | setmode.c | 74 "cread", CREAD, 0, 75 "-cread", 0, CREAD, 93 "sane", (CS7|PARENB|CREAD), (CSIZE|PARODD|CLOCAL),
|
H A D | line.c | 190 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 D | line.c | 172 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 D | termios.h | 175 #define CREAD 0x00000080 macro
|
/titanic_44/usr/src/lib/libbc/inc/include/ |
H A D | termios.h | 175 #define CREAD 0x00000080 macro
|
/titanic_44/usr/src/cmd/lp/filter/postscript/postio/ |
H A D | ifdef.c | 121 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 D | stty.c | 206 #ifdef CREAD 207 { "cread", BIT, C_FLAG, SS, CREAD, CREAD, C("Enable (disable) input") },
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | termios.h | 264 #define CREAD 0000200 macro
|
/titanic_44/usr/src/uts/sun4/io/ |
H A D | su_driver.c | 955 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 D | tty_common.c | 36 B9600|CS8|CREAD, /* c_cflag */
|
H A D | ttcompat.c | 167 CS8|CREAD|B9600, /* cflag */ 1141 (CRTSCTS|CRTSXOFF|PAREXT|LOBLK|HUPCL)) | CREAD; in from_compat()
|
H A D | asy.c | 2057 (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 D | tty_pts.c | 59 #define IFLAGS (CS7|CREAD|PARENB)
|
/titanic_44/usr/src/cmd/tip/ |
H A D | tip.c | 508 buf.c_cflag &= (CREAD|HUPCL|CLOCAL|CRTSCTS|CRTSXOFF); in ttysetup()
|
/titanic_44/usr/src/uts/sun/io/ |
H A D | ms.c | 346 cb->c_cflag = CREAD|CS8|B9600; 998 cb->c_cflag = CREAD|CS8|msd->msd_baud_rate;
|
H A D | zs_async.c | 3007 (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 D | ttymux_dacf.c | 619 tc.c_cflag |= CREAD; in link_aconsole()
|
/titanic_44/usr/src/ucbcmd/tset/ |
H A D | tset.c | 521 modes.c_cflag |= (CS7|CREAD); in main()
|
/titanic_44/usr/src/cmd/rcm_daemon/common/ |
H A D | ttymux_rcm.c | 547 tc.c_cflag |= CREAD; in mux_connect()
|