Home
last modified time | relevance | path

Searched refs:__NR_init_module (Results 1 – 11 of 11) sorted by relevance

/external/strace/tests/
Dinit_module.c35 #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/
Dinit_module.c35 #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/
Dinit_module.c35 #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/
Dlibsyscalls.gen.c531 #ifdef __NR_init_module
532 { "init_module", __NR_init_module },
/external/kernel-headers/original/uapi/asm-x86/asm/
Dunistd_64.h179 #define __NR_init_module 175 macro
Dunistd_32.h132 #define __NR_init_module 128 macro
Dunistd_x32.h160 #define __NR_init_module (__X32_SYSCALL_BIT + 175) macro
/external/strace/
Dscno.h533 #ifndef __NR_init_module
534 # define __NR_init_module (SYSCALL_BIT | 175) macro
/external/kernel-headers/original/uapi/asm-generic/
Dunistd.h348 #define __NR_init_module 105 macro
349 __SYSCALL(__NR_init_module, sys_init_module)
/external/kernel-headers/original/uapi/asm-arm/asm/
Dunistd-common.h97 #define __NR_init_module (__NR_SYSCALL_BASE + 128) macro
/external/toybox/toys/pending/
Dmodprobe.c390 res = syscall(__NR_init_module, buf, len, toybuf); in ins_mod()