Searched refs:O_EVENP (Results 1 – 6 of 6) sorted by relevance
178 #define O_EVENP 0200 /* get/send even parity */205 #define O_EVENP 0x00000080 /* get/send even parity */ macro
94 #define EVENP O_EVENP
32 #define EVENP O_EVENP
96 #define O_EVENP 0x00000080 /* get/send even parity */ macro
1228 switch (csp->t_flags & (O_EVENP|O_ODDP)) { in from_compat()1235 case O_EVENP: 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()1365 csp->t_flags |= O_EVENP; in to_compat()1367 csp->t_flags |= O_ODDP|O_EVENP; in to_compat()
91 #define EVENP O_EVENP