Lines Matching refs:license
507 enum mod_license license; member
517 if (syms->license == GPL_ONLY) in check_exported_symbol()
519 if (syms->license == WILL_BE_GPL_ONLY && fsa->warn) { in check_exported_symbol()
541 fsa->license = syms->license; in check_exported_symbol()
601 enum mod_license *license, in find_symbol() argument
616 if (license) in find_symbol()
617 *license = fsa.license; in find_symbol()
1472 enum mod_license license; in resolve_symbol() local
1482 sym = find_symbol(name, &owner, &crc, &license, in resolve_symbol()
1487 if (license == GPL_ONLY) in resolve_symbol()
2288 enum mod_license license; in __symbol_get() local
2292 sym = find_symbol(symbol, &owner, NULL, &license, true, true); in __symbol_get()
2295 if (license != GPL_ONLY) { in __symbol_get()
2591 static void set_license(struct module *mod, const char *license) in set_license() argument
2593 if (!license) in set_license()
2594 license = "unspecified"; in set_license()
2596 if (!license_is_gpl_compatible(license)) { in set_license()
2599 mod->name, license); in set_license()