Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libbc/inc/include/sys/
H A Dttold.h127 #define O_FLUSHO 0x00800000 /* flush output to terminal */ macro
148 #define LFLUSHO (O_FLUSHO>>16)
H A Dioctl.h63 #define FLUSHO O_FLUSHO
/titanic_50/usr/src/uts/common/sys/
H A Dttold.h239 #define O_FLUSHO 0x00800000 /* flush output to terminal */ macro
257 #define LFLUSHO (O_FLUSHO>>16)
H A Dioctl.h126 #define FLUSHO O_FLUSHO
/titanic_50/usr/src/ucbhead/sys/
H A Dioctl.h123 #define FLUSHO O_FLUSHO
/titanic_50/usr/src/uts/common/io/
H A Dttcompat.c1286 if (csp->t_flags & O_FLUSHO) in from_compat()
1433 csp->t_flags |= O_FLUSHO; in to_compat()