Home
last modified time | relevance | path

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

/external/kmod/tools/
Dmodprobe.c358 static int rmmod_do_module(struct kmod_module *mod, int flags);
366 int r = rmmod_do_module(m, RMMOD_FLAG_IGNORE_BUILTIN); in rmmod_do_deps_list()
376 static int rmmod_do_module(struct kmod_module *mod, int flags) in rmmod_do_module() function
471 err = rmmod_do_module(mod, RMMOD_FLAG_DO_DEPENDENCIES); in rmmod()