/titanic_41/usr/src/ucbcmd/stty/ |
H A D | sttytable.c | 75 "-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 D | stty.c | 229 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 D | sttytable.c | 82 "-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 D | stty.c | 281 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 D | setmode.c | 46 "-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 D | dial.c | 185 Evenflag = ((call.attr->c_cflag & PARODD) ? 0 : 1); 186 Oddflag = ((call.attr->c_cflag & PARODD) ? 1 : 0);
|
H A D | line.c | 197 ttbufs.c_cflag &= ~PARODD; 199 ttbufs.c_cflag |= PARODD;
|
H A D | cu.c | 485 if (_Tv0s.c_cflag & PARODD)
|
/titanic_41/usr/src/lib/libnsl/dial/ |
H A D | dial.c | 175 Evenflag = ((call.attr->c_cflag & PARODD) ? 0 : 1); in dial() 176 Oddflag = ((call.attr->c_cflag & PARODD) ? 1 : 0); in dial()
|
H A D | line.c | 185 ttbufs.c_cflag |= PARODD; in fixline()
|
/titanic_41/usr/src/cmd/ssh/include/ |
H A D | ttymodes.h | 190 TTYMODE(PARODD, c_cflag, 93)
|
/titanic_41/usr/src/lib/libbc/inc/include/sys/ |
H A D | termios.h | 177 #define PARODD 0x00000200 macro
|
/titanic_41/usr/src/lib/libbc/inc/include/ |
H A D | termios.h | 177 #define PARODD 0x00000200 macro
|
/titanic_41/usr/src/cmd/tip/aculib/ |
H A D | v831.c | 189 cntrl.c_cflag &= ~(CSIZE|PARENB|PARODD); in dialit()
|
/titanic_41/usr/src/cmd/mdb/common/kmdb/ |
H A D | kmdb_promif.c | 481 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 D | asmstub.c | 1184 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 D | stty.c | 202 { "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 D | tset.c | 522 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 D | termios.h | 266 #define PARODD 0001000 macro
|
/titanic_41/usr/src/uts/sun/io/ |
H A D | zs_async.c | 2011 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 D | consconfig_dacf.c | 1940 ~(CSIZE | CBAUD | CBAUDEXT | PARODD | PARENB | CSTOPB); in consconfig_setmodes() 1994 termiosp->c_cflag |= PARENB | PARODD; in consconfig_setmodes()
|
H A D | ttcompat.c | 1242 termiosp->c_cflag |= CS7|PARENB|PARODD; in from_compat() 1362 if (termiosp->c_cflag & PARODD) in to_compat()
|
H A D | asy.c | 2057 (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 D | keyspan_dsd.c | 2882 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 D | su_driver.c | 1406 (CLOCAL | CREAD | CSTOPB | CSIZE | PARENB | PARODD | CBAUD | in asy_program() 1435 if ((c_flag & PARODD) == 0) in asy_program()
|