/external/libchrome/sandbox/linux/system_headers/ |
D | arm64_linux_syscalls.h | 918 #if !defined(__NR_msync) 919 #define __NR_msync 227 macro
|
D | x86_64_linux_syscalls.h | 117 #if !defined(__NR_msync) 118 #define __NR_msync 26 macro
|
D | x86_32_linux_syscalls.h | 589 #if !defined(__NR_msync) 590 #define __NR_msync 144 macro
|
D | mips64_linux_syscalls.h | 116 #if !defined(__NR_msync) 117 #define __NR_msync (__NR_Linux + 25) macro
|
D | mips_linux_syscalls.h | 594 #if !defined(__NR_msync) 595 #define __NR_msync (__NR_Linux + 144) macro
|
D | arm_linux_syscalls.h | 448 #if !defined(__NR_msync) 449 #define __NR_msync (__NR_SYSCALL_BASE+144) macro
|
/external/minijail/linux-x86/ |
D | libsyscalls.gen.c | 84 #ifdef __NR_msync 85 { "msync", __NR_msync },
|
/external/valgrind/include/vki/ |
D | vki-scnums-tilegx-linux.h | 384 #define __NR_msync 227 macro
|
D | vki-scnums-s390x-linux.h | 148 #define __NR_msync 144 macro
|
D | vki-scnums-arm64-linux.h | 272 #define __NR_msync 227 macro
|
D | vki-scnums-amd64-linux.h | 66 #define __NR_msync 26 macro
|
D | vki-scnums-ppc64-linux.h | 181 #define __NR_msync 144 macro
|
D | vki-scnums-arm-linux.h | 181 #define __NR_msync 144 macro
|
D | vki-scnums-ppc32-linux.h | 181 #define __NR_msync 144 macro
|
D | vki-scnums-x86-linux.h | 181 #define __NR_msync 144 macro
|
D | vki-scnums-mips64-linux.h | 64 #define __NR_msync (__NR_Linux + 25) macro
|
D | vki-scnums-mips32-linux.h | 184 #define __NR_msync (__NR_Linux + 144) macro
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | unistd_64.h | 30 #define __NR_msync 26 macro
|
D | unistd_32.h | 148 #define __NR_msync 144 macro
|
D | unistd_x32.h | 25 #define __NR_msync (__X32_SYSCALL_BIT + 26) macro
|
/external/strace/ |
D | scno.h | 86 #ifndef __NR_msync 87 # define __NR_msync (SYSCALL_BIT | 26) macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | unistd.h | 167 #define __NR_msync (__NR_Linux + 144) macro 432 #define __NR_msync (__NR_Linux + 25) macro 775 #define __NR_msync (__NR_Linux + 25) macro
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | unistd.h | 624 #define __NR_msync 227 macro 625 __SYSCALL(__NR_msync, sys_msync)
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
D | unistd-common.h | 111 #define __NR_msync (__NR_SYSCALL_BASE + 144) macro
|
/external/valgrind/memcheck/tests/x86-linux/ |
D | scalar.c | 655 GO(__NR_msync, "3s 1m"); in main() 656 SY(__NR_msync, x0, x0+1, x0); FAIL; in main()
|