Searched refs:kmod_module_get_path (Results 1 – 9 of 9) sorted by relevance
48 kmod_module_get_path;
192 const char *kmod_module_get_path(const struct kmod_module *mod);
795 KMOD_EXPORT const char *kmod_module_get_path(const struct kmod_module *mod) in kmod_module_get_path() function893 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()
71 kmod_module_get_path
94 const_char_ptr kmod_module_get_path(const_kmod_module_ptr mod)
53 _libkmod_h.kmod_module_get_path(self.module))
559 path = kmod_module_get_path(m); in print_action()569 printf("insmod %s %s\n", kmod_module_get_path(m), options); in print_action()
176 const char *filename = kmod_module_get_path(mod); in modinfo_do()
1057 mod->path = strdup(kmod_module_get_path(kmod)); in depmod_module_add()