/external/strace/tests/ |
D | fdatasync.c | 4 #ifdef __NR_fdatasync 14 long rc = syscall(__NR_fdatasync, fd); in main()
|
/external/strace/tests-mx32/ |
D | fdatasync.c | 4 #ifdef __NR_fdatasync 14 long rc = syscall(__NR_fdatasync, fd); in main()
|
/external/strace/tests-m32/ |
D | fdatasync.c | 4 #ifdef __NR_fdatasync 14 long rc = syscall(__NR_fdatasync, fd); in main()
|
/external/minijail/linux-x86/ |
D | libsyscalls.gen.c | 231 #ifdef __NR_fdatasync 232 { "fdatasync", __NR_fdatasync },
|
/external/kernel-headers/original/uapi/asm-arm64/asm/ |
D | unistd_64.h | 87 #define __NR_fdatasync 83 macro
|
/external/kernel-headers/original/uapi/asm-riscv/asm/ |
D | unistd_32.h | 81 #define __NR_fdatasync 83 macro
|
D | unistd_64.h | 86 #define __NR_fdatasync 83 macro
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | unistd_64.h | 79 #define __NR_fdatasync 75 macro
|
D | unistd_32.h | 152 #define __NR_fdatasync 148 macro
|
/external/strace/ |
D | scno.h | 233 #ifndef __NR_fdatasync 234 # define __NR_fdatasync (SYSCALL_BIT | 75) macro
|
/external/trusty/musl/arch/riscv64/bits/ |
D | syscall.h.in | 83 #define __NR_fdatasync 83 macro
|
/external/trusty/musl/arch/aarch64/bits/ |
D | syscall.h.in | 84 #define __NR_fdatasync 83 macro
|
/external/musl/arch/riscv32/bits/ |
D | syscall.h.in | 78 #define __NR_fdatasync 83 macro
|
/external/musl/arch/or1k/bits/ |
D | syscall.h.in | 85 #define __NR_fdatasync 83 macro
|
/external/trusty/musl/arch/or1k/bits/ |
D | syscall.h.in | 85 #define __NR_fdatasync 83 macro
|
/external/musl/arch/riscv64/bits/ |
D | syscall.h.in | 83 #define __NR_fdatasync 83 macro
|
/external/musl/arch/loongarch64/bits/ |
D | syscall.h.in | 81 #define __NR_fdatasync 83 macro
|
/external/musl/arch/aarch64/bits/ |
D | syscall.h.in | 84 #define __NR_fdatasync 83 macro
|
/external/trusty/musl/arch/mipsn32/bits/ |
D | syscall.h.in | 74 #define __NR_fdatasync 6073 macro
|
/external/musl/arch/mips64/bits/ |
D | syscall.h.in | 74 #define __NR_fdatasync 5073 macro
|
/external/musl/arch/x86_64/bits/ |
D | syscall.h.in | 76 #define __NR_fdatasync 75 macro
|
/external/trusty/musl/arch/x86_64/bits/ |
D | syscall.h.in | 76 #define __NR_fdatasync 75 macro
|
/external/trusty/musl/arch/mips64/bits/ |
D | syscall.h.in | 74 #define __NR_fdatasync 5073 macro
|
/external/trusty/musl/arch/s390x/bits/ |
D | syscall.h.in | 110 #define __NR_fdatasync 148 macro
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | unistd.h | 220 #define __NR_fdatasync 83 macro 221 __SYSCALL(__NR_fdatasync, sys_fdatasync)
|