Searched refs:O_ODDP (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dioctl.h31 #define ODDP O_ODDP
H A Dttold.h95 #define O_ODDP 0x00000040 /* get/send odd parity */ macro
/illumos-gate/usr/src/uts/common/sys/
H A Dttold.h177 #define O_ODDP 0100 /* get/send odd parity */
204 #define O_ODDP 0x00000040 /* get/send odd parity */ macro
H A Dioctl.h93 #define ODDP O_ODDP
/illumos-gate/usr/src/ucbhead/sys/
H A Dioctl.h90 #define ODDP O_ODDP
/illumos-gate/usr/src/uts/common/io/
H A Dttcompat.c1228 switch (csp->t_flags & (O_EVENP|O_ODDP)) {
1240 case O_ODDP:
1245 case O_EVENP|O_ODDP:
1337 csp->t_flags &= (O_CTLECH|O_LITOUT|O_PASS8|O_ODDP|O_EVENP);
1361 csp->t_flags &= ~(O_ODDP|O_EVENP|O_PASS8);
1363 csp->t_flags |= O_ODDP;
1367 csp->t_flags |= O_ODDP|O_EVENP;

Completed in 74 milliseconds