Searched defs:finit_module (Results 1 – 2 of 2) sorted by relevance
20 #define finit_module(fd, opts, flags) syscall(SYS_finit_module, fd, opts, flags) macro22 #define finit_module(a, b, c) (errno = ENOSYS) macro
20 static inline int finit_module(int fd, const char *param_values, int flags) in finit_module() function