Searched refs:O_SYNC (Results 1 – 8 of 8) sorted by relevance
73 #define O_SYNC O_FSYNC macro85 # define O_DSYNC O_SYNC /* Synchronize data. */86 # define O_RSYNC O_SYNC /* Synchronize read operations. */149 # define FSYNC O_SYNC
67 #ifndef O_SYNC68 # define O_SYNC 04010000 macro70 #define O_FSYNC O_SYNC162 # define O_RSYNC O_SYNC /* Synchronize read operations. */
30 #define O_SYNC 04000000 macro
30 #define O_SYNC 020040000 macro
30 #define O_SYNC (__O_SYNC|__O_DSYNC) macro
30 #define O_SYNC 0x802000 macro
26 #define O_SYNC 0x4010 macro
84 fd = __open ("/dev/mem", O_RDWR | O_SYNC); in _ioperm()
Completed in 9 milliseconds