Searched refs:O_SYNC (Results 1 – 5 of 5) sorted by relevance
39 #define O_SYNC 0x0010 macro46 #define O_FSYNC O_SYNC61 # define O_DSYNC O_SYNC /* Synchronize data. */62 # define O_RSYNC O_SYNC /* Synchronize read operations. */
30 #ifndef O_SYNC31 #define O_SYNC 00010000 macro
13 #define O_SYNC 0x0010 macro
163 mfe_irq_fd = open("/dev/int_mfe", O_RDWR | O_SYNC); in mfe_open_int()
40 #define O_SYNC _FSYNC macro