Home
last modified time | relevance | path

Searched refs:O_SYNC (Results 1 – 8 of 8) sorted by relevance

/sysdeps/mach/hurd/bits/
A Dfcntl.h73 #define O_SYNC O_FSYNC macro
85 # define O_DSYNC O_SYNC /* Synchronize data. */
86 # define O_RSYNC O_SYNC /* Synchronize read operations. */
149 # define FSYNC O_SYNC
/sysdeps/unix/sysv/linux/bits/
A Dfcntl-linux.h67 #ifndef O_SYNC
68 # define O_SYNC 04010000 macro
70 #define O_FSYNC O_SYNC
162 # define O_RSYNC O_SYNC /* Synchronize read operations. */
/sysdeps/unix/sysv/linux/microblaze/bits/
A Dfcntl.h30 #define O_SYNC 04000000 macro
/sysdeps/unix/sysv/linux/alpha/bits/
A Dfcntl.h30 #define O_SYNC 020040000 macro
/sysdeps/unix/sysv/linux/hppa/bits/
A Dfcntl.h30 #define O_SYNC (__O_SYNC|__O_DSYNC) macro
/sysdeps/unix/sysv/linux/sparc/bits/
A Dfcntl.h30 #define O_SYNC 0x802000 macro
/sysdeps/unix/sysv/linux/mips/bits/
A Dfcntl.h26 #define O_SYNC 0x4010 macro
/sysdeps/unix/sysv/linux/ia64/
A Dioperm.c84 fd = __open ("/dev/mem", O_RDWR | O_SYNC); in _ioperm()

Completed in 10 milliseconds