Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dfcntl.h39 #define O_SYNC 0x0010 macro
46 #define O_FSYNC O_SYNC
61 # define O_DSYNC O_SYNC /* Synchronize data. */
62 # define O_RSYNC O_SYNC /* Synchronize read operations. */
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/asm-generic/
H A Dfcntl.h30 #ifndef O_SYNC
31 #define O_SYNC 00010000 macro
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/asm/
H A Dfcntl.h13 #define O_SYNC 0x0010 macro
/utopia/UTPA2-700.0.x/modules/mfe/api/mfe_ex/
H A Dmadp_mfe_int.c163 mfe_irq_fd = open("/dev/int_mfe", O_RDWR | O_SYNC); in mfe_open_int()
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/sys/
H A Dfcntl.h40 #define O_SYNC _FSYNC macro