HomeSort by relevance Sort by last modified time
    Searched defs:finit_module (Results 1 - 3 of 3) sorted by null

  /external/kmod/shared/
missing.h 25 static inline int finit_module(int fd, const char *uargs, int flags) function
  /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/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);

Completed in 82 milliseconds