Searched refs:get_next_modinfo (Results 1 - 3 of 3) sorted by relevance

/linux-master/kernel/module/
H A Dinternal.h118 for (entry = get_modinfo(info, name); entry; entry = get_next_modinfo(info, name, entry))
H A Dmain.c1031 static char *get_next_modinfo(const struct load_info *info, const char *tag, function
1059 return get_next_modinfo(info, tag, NULL);
/linux-master/scripts/mod/
H A Dmodpost.c676 static char *get_next_modinfo(struct elf_info *info, const char *tag, function
699 return get_next_modinfo(info, tag, NULL);
1646 license = get_next_modinfo(&info, "license", license);
1652 namespace = get_next_modinfo(&info, "import_ns",

Completed in 487 milliseconds