Home
last modified time | relevance | path

Searched defs:finit_module (Results 1 - 3 of 3) sorted by relevance

/third_party/rust/crates/nix/src/
H A Dkmod.rs82 pub fn finit_module<T: AsRawFd>( in finit_module() functions
/third_party/ltp/include/lapi/
H A Dinit_module.h20 static inline int finit_module(int fd, const char *param_values, int flags) in finit_module() function
/third_party/toybox/toys/other/
H A 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

Completed in 2 milliseconds