Home
last modified time | relevance | path

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

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