Home
last modified time | relevance | path

Searched refs:O_CTLECH (Results 1 – 4 of 4) sorted by path

/illumos-gate/usr/src/ucbhead/sys/
H A Dioctl.h126 #define CTLECH O_CTLECH
/illumos-gate/usr/src/uts/common/io/
H A Dttcompat.c1161 if (csp->t_flags & O_CTLECH) in from_compat()
1239 csp->t_flags &= (O_CTLECH|O_LITOUT|O_PASS8|O_ODDP|O_EVENP); in to_compat()
1283 csp->t_flags |= O_CTLECH; in to_compat()
1285 csp->t_flags &= ~O_CTLECH; in to_compat()
/illumos-gate/usr/src/uts/common/sys/
H A Dioctl.h129 #define CTLECH O_CTLECH
H A Dttold.h242 #define O_CTLECH 0x10000000 /* echo control chars as ^X */ macro
259 #define LCTLECH (O_CTLECH>>16)