Searched refs:finit_module (Results 1 - 25 of 35) sorted by relevance

12

/external/toybox/toys/other/
H A Dinsmod.c20 #define finit_module(fd, opts, flags) syscall(SYS_finit_module, fd, opts, flags) macro
22 #define finit_module(a, b, c) (errno = ENOSYS) macro
39 // finit_module was new in Linux 3.8, and doesn't work on stdin,
41 rc = finit_module(fd, toybuf, 0);
/external/strace/
H A Dbjm.c56 SYS_FUNC(finit_module)
H A Dsys_func.h51 extern SYS_FUNC(finit_module);
/external/kmod/shared/
H A Dmissing.h25 static inline int finit_module(int fd, const char *uargs, int flags) function
/external/kmod/testsuite/
H A Dinit_module.c304 TS_EXPORT int finit_module(const int fd, const char *args, const int flags);
306 int finit_module(const int fd, const char *args, const int flags) function
352 ret = finit_module(fd, args, flags);
/external/strace/linux/32/
H A Dsyscallent.h266 [273] = { 3, TD, SEN(finit_module), "finit_module" },
/external/strace/linux/s390x/
H A Dsyscallent.h359 [344] = { 3, TD, SEN(finit_module), "finit_module" },
/external/strace/linux/64/
H A Dsyscallent.h259 [273] = { 3, TD, SEN(finit_module), "finit_module" },
/external/strace/linux/avr32/
H A Dsyscallent.h340 [312] = { 3, TD, SEN(finit_module), "finit_module" },
/external/strace/linux/hppa/
H A Dsyscallent.h338 [333] = { 3, TD, SEN(finit_module), "finit_module" },
/external/strace/linux/x86_64/
H A Dsyscallent.h314 [313] = { 3, TD, SEN(finit_module), "finit_module" },
/external/strace/linux/xtensa/
H A Dsyscallent.h323 [332] = { 3, TD, SEN(finit_module), "finit_module" },
/external/strace/linux/arm/
H A Dsyscallent.h406 [379] = { 3, TD, SEN(finit_module), "finit_module" },
/external/strace/linux/crisv10/
H A Dsyscallent.h347 [351] = { 3, TD, SEN(finit_module), "finit_module" },
/external/strace/linux/i386/
H A Dsyscallent.h378 [350] = { 3, TD, SEN(finit_module), "finit_module" },
/external/strace/linux/ia64/
H A Dsyscallent.h355 [1335] = { 3, TD, SEN(finit_module), "finit_module" },
/external/strace/linux/m68k/
H A Dsyscallent.h376 [348] = { 3, TD, SEN(finit_module), "finit_module" },
/external/strace/linux/mips/
H A Dsyscallent-n32.h315 [6312] = { 3, TD, SEN(finit_module), "finit_module" },
H A Dsyscallent-n64.h310 [5307] = { 3, TD, SEN(finit_module), "finit_module" },
H A Dsyscallent-o32.h351 [4348] = { 3, TD, SEN(finit_module), "finit_module" },
/external/strace/linux/powerpc/
H A Dsyscallent.h382 [353] = { 3, TD, SEN(finit_module), "finit_module" },
/external/strace/linux/powerpc64/
H A Dsyscallent.h377 [353] = { 3, TD, SEN(finit_module), "finit_module" },
/external/strace/linux/s390/
H A Dsyscallent.h375 [344] = { 3, TD, SEN(finit_module), "finit_module" },
/external/strace/linux/sh/
H A Dsyscallent.h396 [368] = { 3, TD, SEN(finit_module), "finit_module" },
/external/strace/linux/sh64/
H A Dsyscallent.h405 [379] = { 3, TD, SEN(finit_module), "finit_module" },

Completed in 314 milliseconds

12