Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libbc/inc/include/sys/
H A Dttold.h125 #define O_LITOUT 0x00200000 /* literal output */ macro
146 #define LLITOUT (O_LITOUT>>16)
H A Dioctl.h61 #define LITOUT O_LITOUT
/titanic_44/usr/src/uts/common/sys/
H A Dttold.h236 #define O_LITOUT 0x00200000 /* literal output */ macro
255 #define LLITOUT (O_LITOUT>>16)
H A Dioctl.h124 #define LITOUT O_LITOUT
/titanic_44/usr/src/ucbhead/sys/
H A Dioctl.h121 #define LITOUT O_LITOUT
/titanic_44/usr/src/uts/common/io/
H A Dttcompat.c1221 if (csp->t_flags & O_LITOUT) in from_compat()
1337 csp->t_flags &= (O_CTLECH|O_LITOUT|O_PASS8|O_ODDP|O_EVENP); in to_compat()
1354 csp->t_flags |= O_LITOUT; in to_compat()
1356 csp->t_flags &= ~O_LITOUT; in to_compat()