Home
last modified time | relevance | path

Searched refs:finit_module (Results 1 – 25 of 51) sorted by relevance

123

/external/toybox/toys/other/
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
41 rc = finit_module(fd, toybuf, 0); in insmod_main()
/external/kmod/testsuite/
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) in finit_module() function
352 ret = finit_module(fd, args, flags); in syscall()
/external/strace/
Dbjm.c57 SYS_FUNC(finit_module) in SYS_FUNC() argument
Dsys_func.h51 extern SYS_FUNC(finit_module);
/external/kmod/shared/
Dmissing.h25 static inline int finit_module(int fd, const char *uargs, int flags) in finit_module() function
/external/strace/tests/
Dpure_executables.am55 finit_module \
Dpure_executables.list54 finit_module
/external/strace/tests-m32/
Dpure_executables.am55 finit_module \
Dpure_executables.list54 finit_module
/external/strace/tests-mx32/
Dpure_executables.am55 finit_module \
Dpure_executables.list54 finit_module
/external/strace/linux/64/
Dsyscallent.h259 [273] = { 3, TD, SEN(finit_module), "finit_module" },
/external/kmod/
DNEWS244 - Avoid calling syscall() with -1 when finit_module() is not available,
268 - Add support for finit_module(2). If the module is load straight from
269 the disk and without compression we use finit_module() syscall when
Dconfigure.ac43 AC_CHECK_FUNCS_ONCE([finit_module])
/external/strace/linux/32/
Dsyscallent.h266 [273] = { 3, TD, SEN(finit_module), "finit_module" },
/external/strace/linux/mips/
Dsyscallent-n32.h315 [6312] = { 3, TD, SEN(finit_module), "finit_module" },
Dsyscallent-n64.h310 [5307] = { 3, TD, SEN(finit_module), "finit_module" },
/external/strace/linux/sparc64/
Dsyscallent.h341 [342] = { 3, TD, SEN(finit_module), "finit_module" },
/external/strace/linux/s390x/
Dsyscallent.h360 [344] = { 3, TD, SEN(finit_module), "finit_module" },
/external/strace/linux/xtensa/
Dsyscallent.h323 [332] = { 3, TD, SEN(finit_module), "finit_module" },
/external/strace/linux/ia64/
Dsyscallent.h356 [1335] = { 3, TD, SEN(finit_module), "finit_module" },
/external/strace/linux/x86_64/
Dsyscallent.h314 [313] = { 3, TD, SEN(finit_module), "finit_module" },
/external/strace/linux/avr32/
Dsyscallent.h341 [312] = { 3, TD, SEN(finit_module), "finit_module" },
/external/strace/linux/crisv10/
Dsyscallent.h347 [351] = { 3, TD, SEN(finit_module), "finit_module" },
/external/strace/linux/s390/
Dsyscallent.h376 [344] = { 3, TD, SEN(finit_module), "finit_module" },

123