Searched refs:__NR_init_module (Results 1 – 11 of 11) sorted by relevance
/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-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-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 | 348 #define __NR_init_module 105 macro 349 __SYSCALL(__NR_init_module, sys_init_module)
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
D | unistd-common.h | 97 #define __NR_init_module (__NR_SYSCALL_BASE + 128) macro
|
/external/toybox/toys/pending/ |
D | modprobe.c | 390 res = syscall(__NR_init_module, buf, len, toybuf); in ins_mod()
|