Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Dttold.h178 #define O_EVENP 0200 /* get/send even parity */
205 #define O_EVENP 0x00000080 /* get/send even parity */ macro
H A Dioctl.h94 #define EVENP O_EVENP
/titanic_44/usr/src/lib/libbc/inc/include/sys/
H A Dioctl.h32 #define EVENP O_EVENP
H A Dttold.h96 #define O_EVENP 0x00000080 /* get/send even parity */ macro
/titanic_44/usr/src/uts/common/io/
H A Dttcompat.c1228 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()
/titanic_44/usr/src/ucbhead/sys/
H A Dioctl.h91 #define EVENP O_EVENP