Home | History | Annotate | Download | only in libkmod

Lines Matching defs:args

799 extern long init_module(const void *mem, unsigned long len, const char *args);
825 const char *args = options ? options : "";
852 err = finit_module(kmod_file_get_fd(mod->file), args, kernel_flags);
882 err = init_module(mem, size, args);