Home
last modified time | relevance | path

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

/external/kmod/libkmod/
Dlibkmod.sym47 kmod_module_get_path;
Dlibkmod.h186 const char *kmod_module_get_path(const struct kmod_module *mod);
Dlibkmod-module.c737 KMOD_EXPORT const char *kmod_module_get_path(const struct kmod_module *mod) in kmod_module_get_path() function
830 path = kmod_module_get_path(mod); in kmod_module_insert_module()
2137 const char *path = kmod_module_get_path(mod); in kmod_module_get_elf()
/external/kmod/libkmod/docs/
Dlibkmod-sections.txt69 kmod_module_get_path
/external/kmod/tools/
Dmodinfo.c178 printf("%s%c", kmod_module_get_path(mod), separator); in modinfo_do()
182 kmod_module_get_path(mod), separator); in modinfo_do()
Dmodprobe.c499 path = kmod_module_get_path(m); in print_action()
509 printf("insmod %s %s\n", kmod_module_get_path(m), options); in print_action()
Ddepmod.c1015 mod->path = strdup(kmod_module_get_path(kmod)); in depmod_module_add()
/external/kmod/libkmod/python/kmod/
D_libkmod_h.pxd94 const_char_ptr kmod_module_get_path(const_kmod_module_ptr mod)
Dmodule.pyx53 _libkmod_h.kmod_module_get_path(self.module))