OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kmod_module_get_holders
(Results
1 - 6
of
6
) sorted by null
/external/kmod/testsuite/
test-loaded.c
59
holders =
kmod_module_get_holders
(mod);
/external/kmod/tools/
lsmod.c
68
holders =
kmod_module_get_holders
(mod);
remove.c
60
holders =
kmod_module_get_holders
(mod);
rmmod.c
79
holders =
kmod_module_get_holders
(mod);
/external/kmod/libkmod/
libkmod.h
219
struct kmod_list *
kmod_module_get_holders
(const struct kmod_module *mod);
libkmod-module.c
1916
KMOD_EXPORT struct kmod_list *
kmod_module_get_holders
(const struct kmod_module *mod)
function
[
all
...]
Completed in 234 milliseconds