/external/strace/xlat/ |
D | open_mode_flags.h | 255 #if defined(O_RSYNC) || (defined(HAVE_DECL_O_RSYNC) && HAVE_DECL_O_RSYNC) 257 static_assert((O_RSYNC) == (02000000), "O_RSYNC != 02000000"); 260 # define O_RSYNC 02000000 679 XLAT(O_RSYNC), 681 #if defined(O_RSYNC) || (defined(HAVE_DECL_O_RSYNC) && HAVE_DECL_O_RSYNC) 682 XLAT(O_RSYNC),
|
D | open_mode_flags.in | 85 O_RSYNC 02000000 87 O_RSYNC
|
/external/ltp/testcases/kernel/fs/doio/ |
D | open_flags.c | 132 #if O_RSYNC 133 {"O_RSYNC", O_RSYNC},
|
D | iogen.c | 351 {"rsync", O_RSYNC}, /* affects reads */ 352 {"rsync+dsync", O_RSYNC | O_DSYNC},
|
/external/syzkaller/sys/netbsd/ |
D | fs_amd64.const | 19 O_RSYNC = 131072
|
D | sys_amd64.const | 42 O_RSYNC = 131072
|
D | fs.txt | 66 …O_SHLOCK, O_EXLOCK, O_NOFOLLOW, O_CLOEXEC, O_NOSIGPIPE, O_DSYNC, O_SYNC, O_RSYNC, O_ALT_IO, O_NOCT…
|
D | sys.txt | 203 fcntl_status = O_APPEND, O_ASYNC, O_NONBLOCK, O_DSYNC, O_RSYNC, O_ALT_IO, O_DIRECT, O_NOSIGPIPE
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 722 #ifdef O_RSYNC 723 { "O_RSYNC", (unsigned long) O_RSYNC },
|
/external/python/cpython2/RISCOS/Modules/ |
D | riscosmodule.c | 464 #ifdef O_RSYNC in all_ins() 465 if (ins(d, "O_RSYNC", (long)O_RSYNC)) return -1; in all_ins()
|
/external/python/cpython2/Lib/plat-irix6/ |
D | FILE.py | 572 O_RSYNC = 0x40 variable
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_solaris_amd64.go | 700 O_RSYNC = 0x8000 const
|
D | zerrors_openbsd_arm.go | 965 O_RSYNC = 0x80 const
|
D | zerrors_openbsd_amd64.go | 1009 O_RSYNC = 0x80 const
|
D | zerrors_openbsd_386.go | 964 O_RSYNC = 0x80 const
|
D | zerrors_netbsd_arm.go | 1070 O_RSYNC = 0x20000 const
|
D | zerrors_netbsd_386.go | 1090 O_RSYNC = 0x20000 const
|
D | zerrors_netbsd_amd64.go | 1080 O_RSYNC = 0x20000 const
|
D | zerrors_linux_sparc64.go | 931 O_RSYNC = 0x802000 const
|
D | zerrors_linux_mipsle.go | 1172 O_RSYNC = 0x4010 const
|
D | zerrors_linux_s390x.go | 1171 O_RSYNC = 0x101000 const
|
D | zerrors_linux_arm.go | 1171 O_RSYNC = 0x101000 const
|
D | zerrors_linux_ppc64le.go | 1173 O_RSYNC = 0x101000 const
|
D | zerrors_linux_mips64.go | 1172 O_RSYNC = 0x4010 const
|
D | zerrors_linux_ppc64.go | 1173 O_RSYNC = 0x101000 const
|