/external/fio/os/ |
D | os-linux-syscall.h | 13 #ifndef __NR_fadvise64 14 #define __NR_fadvise64 250 macro 37 #ifndef __NR_fadvise64 38 #define __NR_fadvise64 221 macro 68 #ifndef __NR_fadvise64 69 #define __NR_fadvise64 233 macro 85 #ifndef __NR_fadvise64 86 #define __NR_fadvise64 1234 macro 109 #ifndef __NR_fadvise64 110 #define __NR_fadvise64 413 macro [all …]
|
/external/strace/tests/ |
D | fadvise64.c | 35 #ifdef __NR_fadvise64 48 ret = syscall(__NR_fadvise64, fd, offset, llen, advice); in do_fadvise() 52 ret = syscall(__NR_fadvise64, fd, 0, in do_fadvise() 59 ret = syscall(__NR_fadvise64, fd, 0, in do_fadvise() 62 ret = syscall(__NR_fadvise64, fd, in do_fadvise()
|
/external/strace/tests-m32/ |
D | fadvise64.c | 35 #ifdef __NR_fadvise64 48 ret = syscall(__NR_fadvise64, fd, offset, llen, advice); in do_fadvise() 52 ret = syscall(__NR_fadvise64, fd, 0, in do_fadvise() 59 ret = syscall(__NR_fadvise64, fd, 0, in do_fadvise() 62 ret = syscall(__NR_fadvise64, fd, in do_fadvise()
|
/external/strace/tests-mx32/ |
D | fadvise64.c | 35 #ifdef __NR_fadvise64 48 ret = syscall(__NR_fadvise64, fd, offset, llen, advice); in do_fadvise() 52 ret = syscall(__NR_fadvise64, fd, 0, in do_fadvise() 59 ret = syscall(__NR_fadvise64, fd, 0, in do_fadvise() 62 ret = syscall(__NR_fadvise64, fd, in do_fadvise()
|
/external/ltp/testcases/kernel/syscalls/fadvise/ |
D | posix_fadvise01.c | 52 #ifndef __NR_fadvise64 53 #define __NR_fadvise64 0 macro 90 if ((_FILE_OFFSET_BITS != 64) && (__NR_fadvise64 == 0)) { in main()
|
D | posix_fadvise03.c | 51 #ifndef __NR_fadvise64 52 #define __NR_fadvise64 0 macro 126 if ((_FILE_OFFSET_BITS != 64) && (__NR_fadvise64 == 0)) { in main()
|
D | posix_fadvise02.c | 49 #ifndef __NR_fadvise64 50 #define __NR_fadvise64 0 macro 85 if ((_FILE_OFFSET_BITS != 64) && (__NR_fadvise64 == 0)) { in main()
|
D | posix_fadvise04.c | 48 #ifndef __NR_fadvise64 49 #define __NR_fadvise64 0 macro 84 if ((_FILE_OFFSET_BITS != 64) && (__NR_fadvise64 == 0)) { in main()
|
/external/strace/ |
D | scno.h | 677 #ifndef __NR_fadvise64 678 # define __NR_fadvise64 (SYSCALL_BIT | 223) macro 923 #ifndef __NR_fadvise64 924 # define __NR_fadvise64 (SYSCALL_BIT | 1053) macro
|
/external/minijail/linux-x86/ |
D | libsyscalls.gen.c | 669 #ifdef __NR_fadvise64 670 { "fadvise64", __NR_fadvise64 },
|
/external/valgrind/include/vki/ |
D | vki-scnums-arm64-linux.h | 490 #define __NR_fadvise64 __NR3264_fadvise64 macro
|
D | vki-scnums-s390x-linux.h | 223 #define __NR_fadvise64 253 macro
|
D | vki-scnums-amd64-linux.h | 304 #define __NR_fadvise64 221 macro
|
D | vki-scnums-ppc64-linux.h | 270 #define __NR_fadvise64 233 macro
|
D | vki-scnums-arm-linux.h | 308 #define __NR_fadvise64 270 //Added by Johan, 2008-10-11, not sure why it's called _arm_.. … macro
|
D | vki-scnums-ppc32-linux.h | 276 #define __NR_fadvise64 233 macro
|
D | vki-scnums-x86-linux.h | 287 #define __NR_fadvise64 250 macro
|
D | vki-scnums-mips64-linux.h | 254 #define __NR_fadvise64 (__NR_Linux + 215) macro
|
D | vki-scnums-mips32-linux.h | 294 #define __NR_fadvise64 (__NR_Linux + 254) macro
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | unistd_64.h | 225 #define __NR_fadvise64 221 macro
|
D | unistd_32.h | 252 #define __NR_fadvise64 250 macro
|
D | unistd_x32.h | 197 #define __NR_fadvise64 (__X32_SYSCALL_BIT + 221) macro
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | unistd.h | 819 #define __NR_fadvise64 1053 macro 821 __SYSCALL(__NR_fadvise64, sys_fadvise64) 923 #define __NR_fadvise64 __NR3264_fadvise64 macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | unistd.h | 278 #define __NR_fadvise64 (__NR_Linux + 254) macro 624 #define __NR_fadvise64 (__NR_Linux + 215) macro 969 #define __NR_fadvise64 (__NR_Linux + 216) macro
|
/external/valgrind/coregrind/m_syswrap/ |
D | syswrap-arm64-linux.c | 839 PLAX_(__NR_fadvise64, sys_fadvise64), // 223
|