Home
last modified time | relevance | path

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

/titanic_50/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
/titanic_50/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
/titanic_50/usr/src/uts/common/io/
H A Dttcompat.c1228 switch (csp->t_flags & (O_EVENP|O_ODDP)) { in from_compat()
1240 case O_ODDP: 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()
1363 csp->t_flags |= O_ODDP; in to_compat()
1367 csp->t_flags |= O_ODDP|O_EVENP; in to_compat()
/titanic_50/usr/src/ucbhead/sys/
H A Dioctl.h90 #define ODDP O_ODDP