Searched defs:finit_module (Results 1 - 6 of 6) sorted by relevance
| /third_party/rust/crates/nix/src/ |
| H A D | kmod.rs | 82 pub fn finit_module<T: AsRawFd>( in finit_module() functions
|
| /third_party/ltp/include/lapi/ |
| H A D | init_module.h | 20 static inline int finit_module(int fd, const char *param_values, int flags) in finit_module() function
|
| /third_party/toybox/toys/other/ |
| H A D | 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
|
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
| H A D | testing_helpers.c | 331 static int finit_module(int fd, const char *param_values, int flags) in finit_module() function
|
| /kernel/linux/linux-5.10/kernel/ |
| H A D | sys_ni.c | 327 COND_SYSCALL(finit_module); variable
|
| /kernel/linux/linux-6.6/kernel/ |
| H A D | sys_ni.c | 240 COND_SYSCALL(finit_module); variable
|
Completed in 5 milliseconds