Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dttold.h173 #define O_LCASE 04 /* simulate lower case */
200 #define O_LCASE 0x00000004 /* simulate lower case */ macro
H A Dioctl.h89 #define LCASE O_LCASE
/titanic_50/usr/src/lib/libbc/inc/include/sys/
H A Dioctl.h27 #define LCASE O_LCASE
H A Dttold.h91 #define O_LCASE 0x00000004 /* simulate lower case */ macro
/titanic_50/usr/src/ucbhead/sys/
H A Dioctl.h86 #define LCASE O_LCASE
/titanic_50/usr/src/uts/common/io/
H A Dttcompat.c1183 if (csp->t_flags & O_LCASE) { in from_compat()
1386 csp->t_flags |= O_LCASE; in to_compat()