Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libbc/inc/include/sys/
H A Dttold.h134 #define O_DECCTQ 0x40000000 /* only ^Q starts after ^S */ macro
154 #define LDECCTQ (O_DECCTQ>>16)
H A Dioctl.h70 #define DECCTQ O_DECCTQ
/titanic_44/usr/src/uts/common/sys/
H A Dttold.h246 #define O_DECCTQ 0x40000000 /* only ^Q starts after ^S */ macro
263 #define LDECCTQ (O_DECCTQ>>16)
H A Dioctl.h133 #define DECCTQ O_DECCTQ
/titanic_44/usr/src/ucbhead/sys/
H A Dioctl.h130 #define DECCTQ O_DECCTQ
/titanic_44/usr/src/uts/common/io/
H A Dttcompat.c1294 if (!(csp->t_flags & O_DECCTQ)) in from_compat()
1441 csp->t_flags |= O_DECCTQ; in to_compat()