OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kmod_module_get_install_commands
(Results
1 - 4
of
4
) sorted by null
/external/kmod/libkmod/
libkmod.h
188
const char *
kmod_module_get_install_commands
(const struct kmod_module *mod);
libkmod-module.c
996
const char *command =
kmod_module_get_install_commands
(mod);
1447
KMOD_EXPORT const char *
kmod_module_get_install_commands
(const struct kmod_module *mod)
function
[
all
...]
/external/kmod/libkmod/python/kmod/
module.pyx
63
_libkmod_h.
kmod_module_get_install_commands
(self.module))
/external/kmod/tools/
modprobe.c
464
printf("install %s %s\n",
kmod_module_get_install_commands
(m),
Completed in 538 milliseconds