Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dttold.h237 #define O_FLUSHO 0x00800000 /* flush output to terminal */ macro
255 #define LFLUSHO (O_FLUSHO>>16)
H A Dioctl.h124 #define FLUSHO O_FLUSHO
/illumos-gate/usr/src/ucbhead/sys/
H A Dioctl.h121 #define FLUSHO O_FLUSHO
/illumos-gate/usr/src/uts/common/io/
H A Dttcompat.c1188 if (csp->t_flags & O_FLUSHO) in from_compat()
1335 csp->t_flags |= O_FLUSHO; in to_compat()