Searched refs:__NR_io_destroy (Results 1 – 19 of 19) sorted by relevance
/external/strace/tests/ |
D | aio.c | 41 && defined __NR_io_destroy 380 rc = syscall(__NR_io_destroy, bogus_ctx); in main() 384 rc = syscall(__NR_io_destroy, *ctx); in main()
|
/external/strace/tests-mx32/ |
D | aio.c | 41 && defined __NR_io_destroy 380 rc = syscall(__NR_io_destroy, bogus_ctx); in main() 384 rc = syscall(__NR_io_destroy, *ctx); in main()
|
/external/strace/tests-m32/ |
D | aio.c | 41 && defined __NR_io_destroy 380 rc = syscall(__NR_io_destroy, bogus_ctx); in main() 384 rc = syscall(__NR_io_destroy, *ctx); in main()
|
/external/syzkaller/sys/linux/ |
D | aio_386.const | 11 __NR_io_destroy = 246
|
D | aio_amd64.const | 11 __NR_io_destroy = 207
|
D | aio_arm64.const | 11 __NR_io_destroy = 1
|
D | aio_ppc64le.const | 11 __NR_io_destroy = 228
|
D | aio_arm.const | 11 __NR_io_destroy = 244
|
/external/ltp/testcases/cve/ |
D | cve-2016-10044.c | 66 if (tst_syscall(__NR_io_destroy, ctx)) in run()
|
/external/minijail/linux-x86/ |
D | libsyscalls.gen.c | 627 #ifdef __NR_io_destroy 628 { "io_destroy", __NR_io_destroy },
|
/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/strace/ |
D | scno.h | 629 #ifndef __NR_io_destroy 630 # define __NR_io_destroy (SYSCALL_BIT | 207) macro
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | unistd.h | 35 #define __NR_io_destroy 1 macro 36 __SYSCALL(__NR_io_destroy, sys_io_destroy)
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | unistd_n64.h | 205 #define __NR_io_destroy (__NR_Linux + 201) macro
|
D | unistd_n32.h | 205 #define __NR_io_destroy (__NR_Linux + 201) macro
|
D | unistd_o32.h | 246 #define __NR_io_destroy (__NR_Linux + 242) macro
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
D | unistd-common.h | 205 #define __NR_io_destroy (__NR_SYSCALL_BASE + 244) macro
|