Searched refs:__NR_io_destroy (Results 1 – 12 of 12) 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-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/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/ltp/testcases/cve/ |
D | cve-2016-10044.c | 54 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-arm/asm/ |
D | unistd-common.h | 205 #define __NR_io_destroy (__NR_SYSCALL_BASE + 244) macro
|
/external/llvm-project/libc/config/linux/ |
D | syscall_numbers.h.inc | 649 #ifdef __NR_io_destroy 650 #define SYS_io_destroy __NR_io_destroy
|