Searched refs:kmod_module_get_path (Results 1 – 9 of 9) sorted by relevance
47 kmod_module_get_path;
186 const char *kmod_module_get_path(const struct kmod_module *mod);
737 KMOD_EXPORT const char *kmod_module_get_path(const struct kmod_module *mod) in kmod_module_get_path() function830 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()
69 kmod_module_get_path
178 printf("%s%c", kmod_module_get_path(mod), separator); in modinfo_do()182 kmod_module_get_path(mod), separator); in modinfo_do()
469 path = kmod_module_get_path(m); in print_action()479 printf("insmod %s %s\n", kmod_module_get_path(m), options); in print_action()
943 mod->path = strdup(kmod_module_get_path(kmod)); in depmod_module_add()
94 const_char_ptr kmod_module_get_path(const_kmod_module_ptr mod)
53 _libkmod_h.kmod_module_get_path(self.module))