Home
last modified time | relevance | path

Searched defs:O_SYNC (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace/common/
H A Dio.d.in175 inline int O_SYNC = @O_SYNC@; variable
/illumos-gate/usr/src/ucbhead/sys/
H A Dfcntl.h59 #define O_SYNC 020 /* synchronous write option */ macro
/illumos-gate/usr/src/boot/sys/sys/
H A Dfcntl.h98 #define O_SYNC 0x0080 /* POSIX synonym for O_FSYNC */ macro
/illumos-gate/usr/src/uts/common/sys/
H A Dfcntl.h68 #define O_SYNC 0x10 /* synchronized file update option */ macro