Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libbc/inc/include/sys/
H A Dttold.h135 #define O_NOFLSH 0x80000000 /* no output flush on signal */ macro
155 #define LNOFLSH (O_NOFLSH>>16)
H A Dioctl.h71 #define NOFLSH O_NOFLSH
/titanic_41/usr/src/uts/common/sys/
H A Dttold.h247 #define O_NOFLSH 0x80000000 /* no output flush on signal */ macro
264 #define LNOFLSH (O_NOFLSH>>16)
H A Dioctl.h134 #define NOFLSH O_NOFLSH
/titanic_41/usr/src/ucbhead/sys/
H A Dioctl.h131 #define NOFLSH O_NOFLSH
/titanic_41/usr/src/uts/common/io/
H A Dttcompat.c1296 if (csp->t_flags & O_NOFLSH) in from_compat()
1443 csp->t_flags |= O_NOFLSH; in to_compat()