Home
last modified time | relevance | path

Searched defs:finit_module (Results 1 – 2 of 2) sorted by relevance

/third_party/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
/third_party/ltp/include/lapi/
Dinit_module.h20 static inline int finit_module(int fd, const char *param_values, int flags) in finit_module() function