Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dttold.h175 #define O_ODDP 0100 /* get/send odd parity */
202 #define O_ODDP 0x00000040 /* get/send odd parity */ macro
H A Dioctl.h91 #define ODDP O_ODDP
/illumos-gate/usr/src/uts/common/io/
H A Dttcompat.c1130 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()
/illumos-gate/usr/src/ucbhead/sys/
H A Dioctl.h88 #define ODDP O_ODDP