Home
last modified time | relevance | path

Searched refs:O_EVENP (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dttold.h176 #define O_EVENP 0200 /* get/send even parity */
203 #define O_EVENP 0x00000080 /* get/send even parity */ macro
H A Dioctl.h92 #define EVENP O_EVENP
/illumos-gate/usr/src/uts/common/io/
H A Dttcompat.c1130 switch (csp->t_flags & (O_EVENP|O_ODDP)) { in from_compat()
1137 case O_EVENP: 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()
1267 csp->t_flags |= O_EVENP; in to_compat()
1269 csp->t_flags |= O_ODDP|O_EVENP; in to_compat()
/illumos-gate/usr/src/ucbhead/sys/
H A Dioctl.h89 #define EVENP O_EVENP