Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dttold.h180 #define O_NL1 000400
209 #define O_NL1 0x00000100 /* tty 37 */ macro
H A Dioctl.h98 #define NL1 O_NL1
/titanic_50/usr/src/lib/libbc/inc/include/sys/
H A Dioctl.h36 #define NL1 O_NL1
H A Dttold.h100 #define O_NL1 0x00000100 /* tty 37 */ macro
/titanic_50/usr/src/ucbhead/sys/
H A Dioctl.h95 #define NL1 O_NL1
/titanic_50/usr/src/uts/common/io/
H A Dttcompat.c1204 if ((csp->t_flags & O_NLDELAY) == O_NL1) in from_compat()
1404 csp->t_flags |= O_NL1; /* tty37 */ in to_compat()