Home
last modified time | relevance | path

Searched refs:__NR_io_destroy (Results 1 – 25 of 37) sorted by relevance

12

/external/strace/tests/
Daio.c45 && defined __NR_io_destroy
191 assert(syscall(__NR_io_destroy, ctx) == 0); in main()
/external/libchrome/sandbox/linux/system_headers/
Darm64_linux_syscalls.h14 #if !defined(__NR_io_destroy)
15 #define __NR_io_destroy 1 macro
Dx86_64_linux_syscalls.h841 #if !defined(__NR_io_destroy)
842 #define __NR_io_destroy 207 macro
Dx86_32_linux_syscalls.h989 #if !defined(__NR_io_destroy)
990 #define __NR_io_destroy 246 macro
Dmips64_linux_syscalls.h820 #if !defined(__NR_io_destroy)
821 #define __NR_io_destroy (__NR_Linux + 201) macro
Darm_linux_syscalls.h824 #if !defined(__NR_io_destroy)
825 #define __NR_io_destroy (__NR_SYSCALL_BASE+244) macro
Dmips_linux_syscalls.h986 #if !defined(__NR_io_destroy)
987 #define __NR_io_destroy (__NR_Linux + 242) macro
/external/valgrind/include/vki/
Dvki-scnums-tilegx-linux.h39 #define __NR_io_destroy 1 macro
Dvki-scnums-arm64-linux.h40 #define __NR_io_destroy 1 macro
Dvki-scnums-s390x-linux.h214 #define __NR_io_destroy 244 macro
Dvki-scnums-amd64-linux.h290 #define __NR_io_destroy 207 macro
Dvki-scnums-ppc32-linux.h271 #define __NR_io_destroy 228 macro
Dvki-scnums-x86-linux.h283 #define __NR_io_destroy 246 macro
Dvki-scnums-ppc64-linux.h265 #define __NR_io_destroy 228 macro
Dvki-scnums-arm-linux.h281 #define __NR_io_destroy 244 macro
Dvki-scnums-mips64-linux.h240 #define __NR_io_destroy (__NR_Linux + 201) macro
Dvki-scnums-mips32-linux.h282 #define __NR_io_destroy (__NR_Linux + 242) macro
/external/kernel-headers/original/uapi/asm-x86/asm/
Dunistd_64.h211 #define __NR_io_destroy 207 macro
Dunistd_32.h248 #define __NR_io_destroy 246 macro
Dunistd_x32.h187 #define __NR_io_destroy (__X32_SYSCALL_BIT + 207) macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Dunistd.h265 #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/
Dunistd.h34 #define __NR_io_destroy 1 macro
35 __SYSCALL(__NR_io_destroy, sys_io_destroy)
/external/kernel-headers/original/uapi/asm-arm/asm/
Dunistd.h272 #define __NR_io_destroy (__NR_SYSCALL_BASE+244) macro
/external/valgrind/memcheck/tests/x86-linux/
Dscalar.c1104 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/
Dsyscall_sets.cc783 case __NR_io_destroy: in IsAsyncIo()

12