/external/strace/tests-m32/ |
D | init_module.c | 35 #if defined(__NR_init_module) 59 rc = syscall(__NR_init_module, NULL, F8ILL_KULONG_MASK, NULL); in main() 63 rc = syscall(__NR_init_module, bogus_addr, 0, bogus_param1); in main() 72 rc = syscall(__NR_init_module, bogus_addr, 0, bogus_param1); in main() 79 rc = syscall(__NR_init_module, bogus_addr, bogus_len, in main() 85 rc = syscall(__NR_init_module, NULL, bogus_len, bogus_param2); in main() 91 rc = syscall(__NR_init_module, NULL, bogus_len, bogus_param2); in main()
|
/external/strace/tests/ |
D | init_module.c | 35 #if defined(__NR_init_module) 59 rc = syscall(__NR_init_module, NULL, F8ILL_KULONG_MASK, NULL); in main() 63 rc = syscall(__NR_init_module, bogus_addr, 0, bogus_param1); in main() 72 rc = syscall(__NR_init_module, bogus_addr, 0, bogus_param1); in main() 79 rc = syscall(__NR_init_module, bogus_addr, bogus_len, in main() 85 rc = syscall(__NR_init_module, NULL, bogus_len, bogus_param2); in main() 91 rc = syscall(__NR_init_module, NULL, bogus_len, bogus_param2); in main()
|
/external/strace/tests-mx32/ |
D | init_module.c | 35 #if defined(__NR_init_module) 59 rc = syscall(__NR_init_module, NULL, F8ILL_KULONG_MASK, NULL); in main() 63 rc = syscall(__NR_init_module, bogus_addr, 0, bogus_param1); in main() 72 rc = syscall(__NR_init_module, bogus_addr, 0, bogus_param1); in main() 79 rc = syscall(__NR_init_module, bogus_addr, bogus_len, in main() 85 rc = syscall(__NR_init_module, NULL, bogus_len, bogus_param2); in main() 91 rc = syscall(__NR_init_module, NULL, bogus_len, bogus_param2); in main()
|
/external/minijail/linux-x86/ |
D | libsyscalls.gen.c | 531 #ifdef __NR_init_module 532 { "init_module", __NR_init_module },
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | unistd_64.h | 179 #define __NR_init_module 175 macro
|
D | unistd_32.h | 132 #define __NR_init_module 128 macro
|
D | unistd_x32.h | 160 #define __NR_init_module (__X32_SYSCALL_BIT + 175) macro
|
/external/strace/ |
D | scno.h | 533 #ifndef __NR_init_module 534 # define __NR_init_module (SYSCALL_BIT | 175) macro
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | unistd.h | 336 #define __NR_init_module 105 macro 337 __SYSCALL(__NR_init_module, sys_init_module)
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | unistd_n64.h | 172 #define __NR_init_module (__NR_Linux + 168) macro
|
D | unistd_n32.h | 172 #define __NR_init_module (__NR_Linux + 168) macro
|
D | unistd_o32.h | 132 #define __NR_init_module (__NR_Linux + 128) macro
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
D | unistd-common.h | 97 #define __NR_init_module (__NR_SYSCALL_BASE + 128) macro
|
/external/syzkaller/sys/linux/ |
D | sys_386.const | 673 __NR_init_module = 128
|
D | sys_amd64.const | 673 __NR_init_module = 175
|
D | sys_ppc64le.const | 673 __NR_init_module = 128
|
D | sys_arm.const | 673 __NR_init_module = 128
|
D | sys_arm64.const | 673 __NR_init_module = 105
|
/external/toybox/toys/pending/ |
D | modprobe.c | 390 res = syscall(__NR_init_module, buf, len, toybuf); in ins_mod()
|