Searched refs:O_ODDP (Results 1 – 6 of 6) sorted by relevance
177 #define O_ODDP 0100 /* get/send odd parity */204 #define O_ODDP 0x00000040 /* get/send odd parity */ macro
93 #define ODDP O_ODDP
31 #define ODDP O_ODDP
95 #define O_ODDP 0x00000040 /* get/send odd parity */ macro
1228 switch (csp->t_flags & (O_EVENP|O_ODDP)) { in from_compat()1240 case O_ODDP: in from_compat()1245 case O_EVENP|O_ODDP: in from_compat()1337 csp->t_flags &= (O_CTLECH|O_LITOUT|O_PASS8|O_ODDP|O_EVENP); in to_compat()1361 csp->t_flags &= ~(O_ODDP|O_EVENP|O_PASS8); in to_compat()1363 csp->t_flags |= O_ODDP; in to_compat()1367 csp->t_flags |= O_ODDP|O_EVENP; in to_compat()
90 #define ODDP O_ODDP