Home
last modified time | relevance | path

Searched refs:command_do (Results 1 – 2 of 2) sorted by relevance

/external/kmod/tools/
Dmodprobe.c265 static int command_do(struct kmod_module *module, const char *type, in command_do() function
435 err = command_do(mod, "remove", cmd, NULL); in rmmod_do_module()
/external/kmod/libkmod/
Dlibkmod-module.c965 static int command_do(struct kmod_module *mod, const char *type, in command_do() function
1037 err = command_do(mod, "install", cmd); in module_do_install_commands()