/external/strace/tests/ |
D | aio.c | 45 && defined __NR_io_destroy 191 assert(syscall(__NR_io_destroy, ctx) == 0); in main()
|
/external/libchrome/sandbox/linux/system_headers/ |
D | arm64_linux_syscalls.h | 14 #if !defined(__NR_io_destroy) 15 #define __NR_io_destroy 1 macro
|
D | x86_64_linux_syscalls.h | 841 #if !defined(__NR_io_destroy) 842 #define __NR_io_destroy 207 macro
|
D | x86_32_linux_syscalls.h | 989 #if !defined(__NR_io_destroy) 990 #define __NR_io_destroy 246 macro
|
D | mips64_linux_syscalls.h | 820 #if !defined(__NR_io_destroy) 821 #define __NR_io_destroy (__NR_Linux + 201) macro
|
D | arm_linux_syscalls.h | 824 #if !defined(__NR_io_destroy) 825 #define __NR_io_destroy (__NR_SYSCALL_BASE+244) macro
|
D | mips_linux_syscalls.h | 986 #if !defined(__NR_io_destroy) 987 #define __NR_io_destroy (__NR_Linux + 242) macro
|
/external/valgrind/include/vki/ |
D | vki-scnums-tilegx-linux.h | 39 #define __NR_io_destroy 1 macro
|
D | vki-scnums-arm64-linux.h | 40 #define __NR_io_destroy 1 macro
|
D | vki-scnums-s390x-linux.h | 214 #define __NR_io_destroy 244 macro
|
D | vki-scnums-amd64-linux.h | 290 #define __NR_io_destroy 207 macro
|
D | vki-scnums-ppc32-linux.h | 271 #define __NR_io_destroy 228 macro
|
D | vki-scnums-x86-linux.h | 283 #define __NR_io_destroy 246 macro
|
D | vki-scnums-ppc64-linux.h | 265 #define __NR_io_destroy 228 macro
|
D | vki-scnums-arm-linux.h | 281 #define __NR_io_destroy 244 macro
|
D | vki-scnums-mips64-linux.h | 240 #define __NR_io_destroy (__NR_Linux + 201) macro
|
D | vki-scnums-mips32-linux.h | 282 #define __NR_io_destroy (__NR_Linux + 242) macro
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | unistd_64.h | 211 #define __NR_io_destroy 207 macro
|
D | unistd_32.h | 248 #define __NR_io_destroy 246 macro
|
D | unistd_x32.h | 187 #define __NR_io_destroy (__X32_SYSCALL_BIT + 207) macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | unistd.h | 265 #define __NR_io_destroy (__NR_Linux + 242) macro 601 #define __NR_io_destroy (__NR_Linux + 201) macro 938 #define __NR_io_destroy (__NR_Linux + 201) macro
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | unistd.h | 34 #define __NR_io_destroy 1 macro 35 __SYSCALL(__NR_io_destroy, sys_io_destroy)
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
D | unistd.h | 272 #define __NR_io_destroy (__NR_SYSCALL_BASE+244) macro
|
/external/valgrind/memcheck/tests/x86-linux/ |
D | scalar.c | 1104 GO(__NR_io_destroy, "1s 0m"); in main() 1105 SY(__NR_io_destroy, x0+&ringptr); FAIL; in main()
|
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/ |
D | syscall_sets.cc | 783 case __NR_io_destroy: in IsAsyncIo()
|