HomeSort by relevance Sort by last modified time
    Searched refs:finit_module (Results 1 - 25 of 35) sorted by null

1 2

  /external/toybox/toys/other/
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
39 // finit_module was new in Linux 3.8, and doesn't work on stdin,
41 rc = finit_module(fd, toybuf, 0);
  /external/strace/
bjm.c 56 SYS_FUNC(finit_module)
sys_func.h 51 extern SYS_FUNC(finit_module);
  /external/kmod/shared/
missing.h 25 static inline int finit_module(int fd, const char *uargs, int flags) function
  /external/kmod/testsuite/
init_module.c 304 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/
syscallent.h 266 [273] = { 3, TD, SEN(finit_module), "finit_module" },
  /external/strace/linux/s390x/
syscallent.h 359 [344] = { 3, TD, SEN(finit_module), "finit_module" },
  /external/strace/linux/64/
syscallent.h 259 [273] = { 3, TD, SEN(finit_module), "finit_module" },
  /external/strace/linux/avr32/
syscallent.h 340 [312] = { 3, TD, SEN(finit_module), "finit_module" },
  /external/strace/linux/hppa/
syscallent.h 338 [333] = { 3, TD, SEN(finit_module), "finit_module" },
  /external/strace/linux/x86_64/
syscallent.h 314 [313] = { 3, TD, SEN(finit_module), "finit_module" },
  /external/strace/linux/xtensa/
syscallent.h 323 [332] = { 3, TD, SEN(finit_module), "finit_module" },
  /external/strace/linux/arm/
syscallent.h 406 [379] = { 3, TD, SEN(finit_module), "finit_module" },
  /external/strace/linux/crisv10/
syscallent.h 347 [351] = { 3, TD, SEN(finit_module), "finit_module" },
  /external/strace/linux/i386/
syscallent.h 378 [350] = { 3, TD, SEN(finit_module), "finit_module" },
  /external/strace/linux/ia64/
syscallent.h 355 [1335] = { 3, TD, SEN(finit_module), "finit_module" },
  /external/strace/linux/m68k/
syscallent.h 376 [348] = { 3, TD, SEN(finit_module), "finit_module" },
  /external/strace/linux/mips/
syscallent-n32.h 315 [6312] = { 3, TD, SEN(finit_module), "finit_module" },
syscallent-n64.h 310 [5307] = { 3, TD, SEN(finit_module), "finit_module" },
syscallent-o32.h 351 [4348] = { 3, TD, SEN(finit_module), "finit_module" },
  /external/strace/linux/powerpc/
syscallent.h 382 [353] = { 3, TD, SEN(finit_module), "finit_module" },
  /external/strace/linux/powerpc64/
syscallent.h 377 [353] = { 3, TD, SEN(finit_module), "finit_module" },
  /external/strace/linux/s390/
syscallent.h 375 [344] = { 3, TD, SEN(finit_module), "finit_module" },
  /external/strace/linux/sh/
syscallent.h 396 [368] = { 3, TD, SEN(finit_module), "finit_module" },
  /external/strace/linux/sh64/
syscallent.h 405 [379] = { 3, TD, SEN(finit_module), "finit_module" },

Completed in 670 milliseconds

1 2