Searched refs:kmod_module_get_path (Results 1 – 7 of 7) 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() function966 path = kmod_module_get_path(mod); in kmod_module_insert_module()2246 const char *path = kmod_module_get_path(mod); in kmod_module_get_elf()
71 kmod_module_get_path
560 path = kmod_module_get_path(m); in print_action()570 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()
1062 mod->path = strdup(kmod_module_get_path(kmod)); in depmod_module_add()