Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dttold.h181 #define O_NL2 001000
210 #define O_NL2 0x00000200 /* vt05 */ macro
H A Dioctl.h99 #define NL2 O_NL2
/titanic_50/usr/src/lib/libbc/inc/include/sys/
H A Dioctl.h37 #define NL2 O_NL2
H A Dttold.h101 #define O_NL2 0x00000200 /* vt05 */ macro
/titanic_50/usr/src/ucbhead/sys/
H A Dioctl.h96 #define NL2 O_NL2
/titanic_50/usr/src/uts/common/io/
H A Dttcompat.c1207 if ((csp->t_flags & O_NLDELAY) == O_NL2) in from_compat()
1407 csp->t_flags |= O_NL2; in to_compat()