Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dttold.h245 #define O_NOFLSH 0x80000000 /* no output flush on signal */ macro
262 #define LNOFLSH (O_NOFLSH>>16)
H A Dioctl.h132 #define NOFLSH O_NOFLSH
/illumos-gate/usr/src/ucbhead/sys/
H A Dioctl.h129 #define NOFLSH O_NOFLSH
/illumos-gate/usr/src/uts/common/io/
H A Dttcompat.c1198 if (csp->t_flags & O_NOFLSH) in from_compat()
1345 csp->t_flags |= O_NOFLSH; in to_compat()