Home
last modified time | relevance | path

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

12

/titanic_41/usr/src/ucbcmd/stty/
H A Dsttytable.c75 "-oddp", CS8, PARENB|PARODD|CSIZE,
76 "-odd", CS8, PARENB|PARODD|CSIZE,
77 "parity", PARENB|CS7, PARODD|CSIZE,
78 "evenp", PARENB|CS7, PARODD|CSIZE,
79 "even", PARENB|CS7, PARODD|CSIZE,
80 "oddp", PARENB|PARODD|CS7, CSIZE,
81 "odd", PARENB|PARODD|CS7, CSIZE,
84 "parodd", PARODD, 0,
85 "-parodd", 0, PARODD,
109 "sane", (CS7|PARENB|CREAD), (CSIZE|PARODD|CLOCAL),
[all …]
H A Dstty.c229 if (m & PARODD) in prmodes()
234 if (m & PARODD) in prmodes()
516 (void) fprintf(output, "-parodd " + ((m & PARODD) != 0)); in pramodes()
/titanic_41/usr/src/cmd/ttymon/
H A Dsttytable.c82 "-oddp", CS8, PARENB|PARODD|CSIZE,
83 "parity", PARENB|CS7, PARODD|CSIZE,
84 "evenp", PARENB|CS7, PARODD|CSIZE,
85 "oddp", PARENB|PARODD|CS7, CSIZE,
88 "parodd", PARODD, 0,
89 "-parodd", 0, PARODD,
113 "sane", (CS7|PARENB|CREAD), (CSIZE|PARODD|CLOCAL),
120 "markp", (PARENB|PARODD|CS7|PAREXT), CSIZE,
121 "-markp", CS8, (PARENB|PARODD|CSIZE|PAREXT),
122 "spacep", (PARENB|CS7|PAREXT), PARODD|CSIZE,
H A Dstty.c281 if (m&PARODD) in prmodes()
286 if (m&PARODD) in prmodes()
566 (void) printf("-parodd "+((m&PARODD) != 0)); in pramodes()
/titanic_41/usr/src/cmd/bnu/
H A Dsetmode.c46 "-oddp", CS8, PARENB|PARODD|CSIZE,
47 "parity", PARENB|CS7, PARODD|CSIZE,
48 "evenp", PARENB|CS7, PARODD|CSIZE,
49 "oddp", PARENB|PARODD|CS7, CSIZE,
52 "parodd", PARODD, 0,
53 "-parodd", 0, PARODD,
93 "sane", (CS7|PARENB|CREAD), (CSIZE|PARODD|CLOCAL),
H A Ddial.c185 Evenflag = ((call.attr->c_cflag & PARODD) ? 0 : 1);
186 Oddflag = ((call.attr->c_cflag & PARODD) ? 1 : 0);
H A Dline.c197 ttbufs.c_cflag &= ~PARODD;
199 ttbufs.c_cflag |= PARODD;
H A Dcu.c485 if (_Tv0s.c_cflag & PARODD)
/titanic_41/usr/src/lib/libnsl/dial/
H A Ddial.c175 Evenflag = ((call.attr->c_cflag & PARODD) ? 0 : 1); in dial()
176 Oddflag = ((call.attr->c_cflag & PARODD) ? 1 : 0); in dial()
H A Dline.c185 ttbufs.c_cflag |= PARODD; in fixline()
/titanic_41/usr/src/cmd/ssh/include/
H A Dttymodes.h190 TTYMODE(PARODD, c_cflag, 93)
/titanic_41/usr/src/lib/libbc/inc/include/sys/
H A Dtermios.h177 #define PARODD 0x00000200 macro
/titanic_41/usr/src/lib/libbc/inc/include/
H A Dtermios.h177 #define PARODD 0x00000200 macro
/titanic_41/usr/src/cmd/tip/aculib/
H A Dv831.c189 cntrl.c_cflag &= ~(CSIZE|PARENB|PARODD); in dialit()
/titanic_41/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_promif.c481 tip->c_cflag = (tip->c_cflag & ~(PARENB|PARODD)); in kmdb_parse_mode()
490 tip->c_cflag |= PARENB|PARODD; in kmdb_parse_mode()
/titanic_41/usr/src/grub/grub-0.97/grub/
H A Dasmstub.c1184 termios.c_cflag |= PARODD; in serial_hw_init()
1188 termios.c_cflag &= ~PARODD; in serial_hw_init()
/titanic_41/usr/src/lib/libcmd/common/
H A Dstty.c202 { "parodd", BIT, C_FLAG, 0, PARODD, PARODD, C("Use odd (even) parity") },
343 { "oddp", MIXED, C_FLAG, IG, PARODD, 0, C("Same as \bparenb parodd cs7\b") },
/titanic_41/usr/src/ucbcmd/tset/
H A Dtset.c522 modes.c_cflag &= ~(PARODD|CLOCAL); in main()
917 modes.c_cflag &= ~PARODD; in main()
922 modes.c_cflag |= PARODD; in main()
/titanic_41/usr/src/uts/common/sys/
H A Dtermios.h266 #define PARODD 0001000 macro
/titanic_41/usr/src/uts/sun/io/
H A Dzs_async.c2011 if ((za->za_ttycommon.t_cflag & PARODD) && in zsa_srint()
2014 else if (!(za->za_ttycommon.t_cflag & PARODD) && in zsa_srint()
3058 if (!(za->za_ttycommon.t_cflag & PARODD)) in zsa_program()
3375 if (za->za_ttycommon.t_cflag & PARODD) printf(" t_cfl:PARODD"); in zsa_print_info()
/titanic_41/usr/src/uts/common/io/
H A Dconsconfig_dacf.c1940 ~(CSIZE | CBAUD | CBAUDEXT | PARODD | PARENB | CSTOPB); in consconfig_setmodes()
1994 termiosp->c_cflag |= PARENB | PARODD; in consconfig_setmodes()
H A Dttcompat.c1242 termiosp->c_cflag |= CS7|PARENB|PARODD; in from_compat()
1362 if (termiosp->c_cflag & PARODD) in to_compat()
H A Dasy.c2057 (CLOCAL|CREAD|CSTOPB|CSIZE|PARENB|PARODD|CBAUD|CBAUDEXT); in asy_program()
2123 if ((c_flag & PARODD) == 0) in asy_program()
4517 asy->asy_cflag |= PARENB|PARODD; in asy_parse_mode()
/titanic_41/usr/src/uts/common/io/usb/clients/usbser/usbser_keyspan/
H A Dkeyspan_dsd.c2882 if (pe->val.ui & PARODD) { in keyspan_build_cmd_msg_usa19hs()
3088 if (pe->val.ui & PARODD) { in keyspan_build_cmd_msg_usa49()
/titanic_41/usr/src/uts/sun4/io/
H A Dsu_driver.c1406 (CLOCAL | CREAD | CSTOPB | CSIZE | PARENB | PARODD | CBAUD | in asy_program()
1435 if ((c_flag & PARODD) == 0) in asy_program()

12