Symbol: CREAD
usr/src/cmd/bhyve/common/bhyve_sol_glue.c
37
t->c_cflag |= CS8|CREAD;
usr/src/cmd/bnu/line.c
191
ttbufs.c_cflag |= (CREAD | (speed ? HUPCL : 0));
usr/src/cmd/bnu/line.c
212
ttbufs.c_cflag |= (CS8 | CREAD | (speed ? HUPCL : 0));
usr/src/cmd/bnu/line.c
452
ttbuf.c_cflag |= CREAD|HUPCL;
usr/src/cmd/bnu/setmode.c
72
"cread", CREAD, 0,
usr/src/cmd/bnu/setmode.c
73
"-cread", 0, CREAD,
usr/src/cmd/bnu/setmode.c
91
"sane", (CS7|PARENB|CREAD), (CSIZE|PARODD|CLOCAL),
usr/src/cmd/cmd-inet/usr.bin/pppd/sys-solaris.c
1260
tios.c_cflag |= CS8 | CREAD | HUPCL;
usr/src/cmd/init/init.c
422
.c_cflag = CS8|CREAD|B9600,
usr/src/cmd/lp/filter/postscript/postio/ifdef.c
119
termio.c_cflag = HUPCL | CREAD | CS8 | stopbits |
usr/src/cmd/lp/filter/postscript/postio/ifdef.c
131
termios.c_cflag = HUPCL | CREAD | CS8 | stopbits |
usr/src/cmd/tip/tip.c
513
buf.c_cflag &= (CREAD|HUPCL|CLOCAL|CRTSCTS|CRTSXOFF);
usr/src/cmd/ttymon/stty.c
299
if (!(m&CREAD))
usr/src/cmd/ttymon/stty.c
577
(void) printf("-cread "+((m&CREAD) != 0));
usr/src/cmd/ttymon/sttytable.c
112
"cread", CREAD, 0,
usr/src/cmd/ttymon/sttytable.c
113
"-cread", 0, CREAD,
usr/src/cmd/ttymon/sttytable.c
121
"sane", (CS7|PARENB|CREAD), (CSIZE|PARODD|CLOCAL),
usr/src/cmd/ttymon/tmautobaud.c
103
termios.c_cflag |= CREAD|HUPCL|(CS8&CSIZE);
usr/src/cmd/ttymon/tmautobaud.c
88
termio.c_cflag |= CREAD|HUPCL|(CS8&CSIZE)|(B2400&CBAUD);
usr/src/lib/libnsl/dial/line.c
168
ttbufs.c_cflag |= (CREAD | (speed ? HUPCL : 0));
usr/src/lib/libnsl/dial/line.c
191
ttbufs.c_cflag |= (CS8 | CREAD | (speed ? HUPCL : 0));
usr/src/ucbcmd/stty/stty.c
249
if (!(m & CREAD))
usr/src/ucbcmd/stty/stty.c
521
(void) fprintf(output, "-cread " + ((m & CREAD) != 0));
usr/src/ucbcmd/stty/sttytable.c
108
"cread", CREAD, 0,
usr/src/ucbcmd/stty/sttytable.c
109
"-cread", 0, CREAD,
usr/src/ucbcmd/stty/sttytable.c
117
"sane", (CS7|PARENB|CREAD), (CSIZE|PARODD|CLOCAL),
usr/src/ucbcmd/tset/tset.c
525
modes.c_cflag |= (CS7|CREAD);
usr/src/uts/common/io/asy.c
2719
(CLOCAL|CREAD|CSTOPB|CSIZE|PARENB|PARODD|CBAUD|CBAUDEXT);
usr/src/uts/common/io/asy.c
2810
if (((ocflags & CREAD) == 0 && (c_flag & CREAD)) ||
usr/src/uts/common/io/asy.c
2850
if (c_flag & CREAD)
usr/src/uts/common/io/asy.c
3133
if (!(tp->t_cflag & CREAD)) {
usr/src/uts/common/io/asy.c
5059
asy->asy_cflag = CREAD|B9600; /* initial default */
usr/src/uts/common/io/ttcompat.c
1043
(CRTSCTS|CRTSXOFF|PAREXT|LOBLK|HUPCL)) | CREAD;
usr/src/uts/common/io/tty_common.c
36
B9600|CS8|CREAD, /* c_cflag */
usr/src/uts/common/io/tty_pts.c
59
#define IFLAGS (CS7|CREAD|PARENB)
usr/src/uts/common/io/usb/clients/usbser/usbser.c
2089
((pp->port_ttycommon.t_cflag & CREAD) == 0)) {
usr/src/uts/sun/io/ms.c
335
cb->c_cflag = CREAD|CS8|B9600;
usr/src/uts/sun/io/ms.c
976
cb->c_cflag = CREAD|CS8|msd->msd_baud_rate;
usr/src/uts/sun/io/zs_async.c
3010
(za->za_dev == stdindev) || (za->za_ttycommon.t_cflag & CREAD))
usr/src/uts/sun/io/zs_async.c
3376
if (za->za_ttycommon.t_cflag & CREAD) printf(" t_cfl:CREAD");
usr/src/uts/sun/sys/ser_async.h
66
#define IFLAGS (CS7|CREAD|PARENB)
usr/src/uts/sun/sys/ser_async.h
67
#define IFLAGS_SVID (CS8|CREAD|HUPCL)
usr/src/uts/sun/sys/ser_async.h
69
#define I_CFLAGS ((ISPEED << IBSHIFT) | ISPEED | CS8 | CREAD | HUPCL)
usr/src/uts/sun4/io/su_driver.c
1406
(CLOCAL | CREAD | CSTOPB | CSIZE | PARENB | PARODD | CBAUD |
usr/src/uts/sun4/io/su_driver.c
1468
if ((ocflags & CREAD) == 0 && (c_flag & CREAD)) {
usr/src/uts/sun4/io/su_driver.c
1504
if (c_flag & CREAD)
usr/src/uts/sun4/io/su_driver.c
1809
if (!(tp->t_cflag & CREAD)) {
usr/src/uts/sun4/io/su_driver.c
955
async->async_ttycommon.t_cflag |= CS8 | CREAD | CLOCAL;
usr/src/uts/sun4/io/su_driver.c
960
async->async_ttycommon.t_cflag |= CS8 | CREAD | CLOCAL;