Searched refs:finit_module (Results 1 – 20 of 20) sorted by relevance
/third_party/toybox/toys/other/ |
D | insmod.c | 20 #define finit_module(fd, opts, flags) syscall(SYS_finit_module, fd, opts, flags) macro 22 #define finit_module(a, b, c) (errno = ENOSYS) macro 41 rc = finit_module(fd, toybuf, 0); in insmod_main()
|
/third_party/ltp/testcases/kernel/syscalls/finit_module/ |
D | Makefile | 5 obj-m := finit_module.o 16 MAKE_TARGETS := finit_module01 finit_module02 finit_module.ko
|
D | finit_module01.c | 37 TST_EXP_PASS(finit_module(fd, "status=valid", 0)); in run()
|
D | finit_module02.c | 121 TST_EXP_FAIL(finit_module(*tc->fd, tc->param, tc->flags), tc->exp_errno, in run()
|
/third_party/ltp/include/lapi/ |
D | init_module.h | 20 static inline int finit_module(int fd, const char *param_values, int flags) in finit_module() function
|
/third_party/ltp/include/lapi/syscalls/ |
D | aarch64.in | 259 finit_module 273
|
D | mips_n64.in | 307 finit_module 5307
|
D | ia64.in | 306 finit_module 1335
|
D | sparc64.in | 325 finit_module 342
|
D | s390x.in | 289 finit_module 344
|
D | mips_n32.in | 312 finit_module 6312
|
D | sh.in | 340 finit_module 368
|
D | x86_64.in | 314 finit_module 313
|
D | mips_o32.in | 348 finit_module 4348
|
D | s390.in | 322 finit_module 344
|
D | sparc.in | 341 finit_module 342
|
D | powerpc.in | 353 finit_module 353
|
D | powerpc64.in | 353 finit_module 353
|
D | i386.in | 348 finit_module 350
|
D | arm.in | 336 finit_module (__NR_SYSCALL_BASE+379)
|