HomeSort by relevance Sort by last modified time
    Searched refs:O_SYNC (Results 1 - 25 of 87) sorted by null

1 2 3 4

  /external/ltp/testcases/kernel/controllers/cpuctl_fj/
cpuctl_fj_simple_echo.c 57 if ((fd = open(argv[2], O_RDWR | O_SYNC)) == -1)
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_fsync/
12-1.c 33 if (aio_fsync(O_SYNC, &aiocb) != -1) {
3-1.c 60 if (aio_fsync(O_SYNC, &aiocb_fsync) != 0) {
4-1.c 61 if (aio_fsync(O_SYNC, &aiocb_fsync) != 0) {
5-1.c 61 if (aio_fsync(O_SYNC, &aiocb_fsync) != 0) {
8-1.c 70 if (aio_fsync(O_SYNC, &aiocb_fsync) != 0) {
8-2.c 70 if (aio_fsync(O_SYNC, &aiocb_fsync) != 0) {
8-3.c 70 if (aio_fsync(O_SYNC, &aiocb_fsync) != 0) {
8-4.c 70 if (aio_fsync(O_SYNC, &aiocb_fsync) != 0) {
9-1.c 69 if (aio_fsync(O_SYNC, &aiocb_fsync) != 0) {
  /bionic/libc/kernel/uapi/asm-mips/asm/
fcntl.h 32 #define O_SYNC (__O_SYNC | O_DSYNC)
  /external/kernel-headers/original/uapi/asm-mips/asm/
fcntl.h 15 #define O_DSYNC 0x0010 /* used to be O_SYNC, see below */
25 * the O_SYNC flag. We continue to use the existing numerical value
27 * This new value is used to request true Posix O_SYNC semantics. It is
32 * wherever we do not care if O_DSYNC or O_SYNC is used.
37 #define O_SYNC (__O_SYNC|O_DSYNC)
  /bionic/libc/kernel/uapi/asm-generic/
fcntl.h 68 #ifndef O_SYNC
70 #define O_SYNC (__O_SYNC | O_DSYNC)
  /external/kernel-headers/original/uapi/asm-generic/
fcntl.h 42 #define O_DSYNC 00010000 /* used to be O_SYNC, see below */
68 * the O_SYNC flag. We continue to use the existing numerical value
70 * This new value is used to request true Posix O_SYNC semantics. It is
75 * wherever we do not care if O_DSYNC or O_SYNC is used.
79 #ifndef O_SYNC
81 #define O_SYNC (__O_SYNC|O_DSYNC)
  /external/ltp/testcases/network/nfsv4/locks/
locktests.h 58 #ifdef O_SYNC
59 #define OPENFLAGS (O_CREAT | O_RDWR | O_SYNC )
  /external/toybox/toys/other/
devmem.c 40 fd = xopen("/dev/mem", (writing ? O_RDWR : O_RDONLY) | O_SYNC);
  /bionic/tests/headers/posix/
fcntl_h.c 71 MACRO(O_SYNC);
  /external/strace/tests/
openat.c 94 { ARG_STR(O_SYNC) },
  /external/strace/tests-m32/
openat.c 94 { ARG_STR(O_SYNC) },
  /external/strace/tests-mx32/
openat.c 94 { ARG_STR(O_SYNC) },
  /bionic/libc/include/
fcntl.h 57 #define O_RSYNC O_SYNC
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
mktemp.c 38 #define MKOTEMP_FLAGS (O_APPEND | O_CLOEXEC | O_DSYNC | O_RSYNC | O_SYNC)
  /external/ltp/testcases/kernel/fs/doio/
open_flags.c 120 {"O_SYNC", O_SYNC},
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
posixfile.py 128 if 's' in which: l_flags = l_flags | os.O_SYNC
150 if os.O_SYNC & l_flags: which = which + 's'
  /external/python/cpython2/Lib/
posixfile.py 128 if 's' in which: l_flags = l_flags | os.O_SYNC
150 if os.O_SYNC & l_flags: which = which + 's'

Completed in 2342 milliseconds

1 2 3 4