Home
last modified time | relevance | path

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

/external/kmod/libkmod/
Dlibkmod.sym48 kmod_module_get_path;
Dlibkmod.h192 const char *kmod_module_get_path(const struct kmod_module *mod);
Dlibkmod-module.c795 KMOD_EXPORT const char *kmod_module_get_path(const struct kmod_module *mod) in kmod_module_get_path() function
893 path = kmod_module_get_path(mod); in kmod_module_insert_module()
2205 const char *path = kmod_module_get_path(mod); in kmod_module_get_elf()
/external/kmod/libkmod/docs/
Dlibkmod-sections.txt71 kmod_module_get_path
/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))
/external/kmod/tools/
Dmodprobe.c559 path = kmod_module_get_path(m); in print_action()
569 printf("insmod %s %s\n", kmod_module_get_path(m), options); in print_action()
Dmodinfo.c176 const char *filename = kmod_module_get_path(mod); in modinfo_do()
Ddepmod.c1057 mod->path = strdup(kmod_module_get_path(kmod)); in depmod_module_add()