Searched refs:O_SYNC (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/_types/
H A D_o_sync.h28 #ifndef O_SYNC
29 #define O_SYNC 0x0080 /* synch I/O file integrity */ macro
30 #endif /* O_SYNC */
/darwin-on-arm/xnu/bsd/sys/
H A Daio.h74 #ifndef O_SYNC /* allow simultaneous inclusion of <fcntl.h> */
75 #define O_SYNC 0x0080 /* synch I/O file integrity */ macro
210 * synchronization request has been initiated or queued. op O_SYNC is the only
H A Dfcntl.h132 #ifndef O_SYNC /* allow simultaneous inclusion of <aio.h> */
133 #define O_SYNC 0x0080 /* synch I/O file integrity */ macro
139 #define O_FSYNC O_SYNC /* source compatibility: do not use */
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_aio.c703 /* 0 := O_SYNC for binary backward compatibility with Panther */
704 if (uap->op == O_SYNC || uap->op == 0)
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dtests.c4871 my_err = aio_fsync( O_SYNC, my_aiocbp );

Completed in 45 milliseconds