Searched refs:__NR_fadvise64 (Results 1 - 21 of 21) sorted by relevance

/external/valgrind/main/include/vki/
H A Dvki-scnums-amd64-linux.h304 #define __NR_fadvise64 221 macro
H A Dvki-scnums-s390x-linux.h223 #define __NR_fadvise64 253 macro
H A Dvki-scnums-arm-linux.h308 #define __NR_fadvise64 270 //Added by Johan, 2008-10-11, not sure why it's called _arm_.. otherwise. macro
H A Dvki-scnums-ppc32-linux.h276 #define __NR_fadvise64 233 macro
H A Dvki-scnums-ppc64-linux.h270 #define __NR_fadvise64 233 macro
H A Dvki-scnums-x86-linux.h287 #define __NR_fadvise64 250 macro
H A Dvki-scnums-mips32-linux.h294 #define __NR_fadvise64 (__NR_Linux + 254) macro
/external/chromium_org/sandbox/linux/services/
H A Dx86_64_linux_syscalls.h897 #if !defined(__NR_fadvise64)
898 #define __NR_fadvise64 221 macro
H A Dx86_32_linux_syscalls.h1005 #if !defined(__NR_fadvise64)
1006 #define __NR_fadvise64 250 macro
/external/kernel-headers/original/asm-x86/
H A Dunistd_32.h258 #define __NR_fadvise64 250 macro
/external/kernel-headers/original/asm-mips/
H A Dunistd.h277 #define __NR_fadvise64 (__NR_Linux + 254) macro
602 #define __NR_fadvise64 (__NR_Linux + 215) macro
926 #define __NR_fadvise64 (__NR_Linux + 216) macro
/external/chromium_org/sandbox/linux/seccomp-bpf-helpers/
H A Dsyscall_sets.cc163 case __NR_fadvise64: // EPERM not a valid errno.
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-ppc64-linux.c1377 PLAX_(__NR_fadvise64, sys_fadvise64), // 233
H A Dsyswrap-amd64-linux.c1337 PLAX_(__NR_fadvise64, sys_fadvise64), // 221
H A Dsyswrap-ppc32-linux.c1737 LINX_(__NR_fadvise64, sys_fadvise64), // 233 */(Linux?)
H A Dsyswrap-s390x-linux.c1420 PLAX_(__NR_fadvise64, sys_fadvise64), // 253
H A Dsyswrap-mips32-linux.c1682 LINX_ (__NR_fadvise64, sys_fadvise64), // 254
H A Dsyswrap-x86-linux.c2120 LINX_(__NR_fadvise64, sys_fadvise64), // 250 */(Linux?)
/external/valgrind/main/memcheck/tests/x86-linux/
H A Dscalar.c1120 // __NR_fadvise64 250
1121 GO(__NR_fadvise64, "n/a");
1122 //SY(__NR_fadvise64); // (Not yet handled by Valgrind) FAIL;
H A Dscalar.stderr.exp3493 250: __NR_fadvise64 n/a
/external/valgrind/main/memcheck/tests/darwin/
H A Dscalar.c1700 // __NR_fadvise64 250
1701 GO(__NR_fadvise64, "n/a");
1702 //SY(__NR_fadvise64); // (Not yet handled by Valgrind) FAIL;

Completed in 82 milliseconds