Searched refs:O_ODDP (Results 1 – 4 of 4) sorted by relevance
175 #define O_ODDP 0100 /* get/send odd parity */202 #define O_ODDP 0x00000040 /* get/send odd parity */ macro
91 #define ODDP O_ODDP
1130 switch (csp->t_flags & (O_EVENP|O_ODDP)) { in from_compat()1142 case O_ODDP: in from_compat()1147 case O_EVENP|O_ODDP: in from_compat()1239 csp->t_flags &= (O_CTLECH|O_LITOUT|O_PASS8|O_ODDP|O_EVENP); in to_compat()1263 csp->t_flags &= ~(O_ODDP|O_EVENP|O_PASS8); in to_compat()1265 csp->t_flags |= O_ODDP; in to_compat()1269 csp->t_flags |= O_ODDP|O_EVENP; in to_compat()
88 #define ODDP O_ODDP