| /kernel/linux/linux-6.6/include/linux/ |
| D | export.h | 45 #define ___EXPORT_SYMBOL(sym, license, ns) \ argument 60 #define __EXPORT_SYMBOL(sym, license, ns) argument 64 #define __EXPORT_SYMBOL(sym, license, ns) __GENKSYMS_EXPORT_SYMBOL(sym) argument 68 #define __EXPORT_SYMBOL(sym, license, ns) \ argument 73 #define __EXPORT_SYMBOL(sym, license, ns) \ argument 81 #define _EXPORT_SYMBOL(sym, license) __EXPORT_SYMBOL(sym, license, __stringify(DEFAULT_SYMBOL_NAMES… argument 83 #define _EXPORT_SYMBOL(sym, license) __EXPORT_SYMBOL(sym, license, "") argument
|
| D | license.h | 5 static inline int license_is_gpl_compatible(const char *license) in license_is_gpl_compatible()
|
| D | pm.h | 377 #define _EXPORT_PM_OPS(name, license, ns) \ argument 382 #define _DISCARD_PM_OPS(name, license, ns) \ argument 386 #define _EXPORT_DEV_PM_OPS(name, license, ns) _EXPORT_PM_OPS(name, license, ns) argument 390 #define _EXPORT_DEV_PM_OPS(name, license, ns) _DISCARD_PM_OPS(name, license, ns) argument 396 #define _EXPORT_DEV_SLEEP_PM_OPS(name, license, ns) _EXPORT_PM_OPS(name, license, ns) argument 398 #define _EXPORT_DEV_SLEEP_PM_OPS(name, license, ns) _DISCARD_PM_OPS(name, license, ns) argument
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | license.h | 5 static inline int license_is_gpl_compatible(const char *license) in license_is_gpl_compatible()
|
| /kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
| D | test_stub.c | 26 size_t insns_cnt, const char *license, in bpf_test_load_program()
|
| /kernel/linux/build/ |
| D | bundle.json | 6 "license": "GPL 2.0", string
|
| /kernel/linux/linux-5.10/tools/perf/include/bpf/ |
| D | bpf.h | 61 #define license(name) \ macro
|
| /kernel/uniproton/ |
| D | bundle.json | 8 "license": "BSD 3-clause", string
|
| /kernel/liteos_m/ |
| D | bundle.json | 8 "license": "BSD 3-clause", string
|
| /kernel/liteos_a/ |
| D | bundle.json | 6 "license": "BSD 3-clause", string
|
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
| D | syscall.c | 63 static char license[] = "GPL"; in bpf_prog() local
|
| /kernel/linux/linux-6.6/rust/macros/ |
| D | module.rs | 95 license: String, field
|
| /kernel/linux/linux-5.10/tools/perf/tests/ |
| D | bpf.c | 308 char license[] = "GPL"; in check_env() local
|
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
| D | testing_helpers.c | 296 size_t insns_cnt, const char *license, in bpf_test_load_program()
|
| /kernel/linux/linux-5.10/samples/bpf/ |
| D | bpf_load.c | 32 static char license[128]; variable
|
| /kernel/linux/linux-5.10/tools/lib/bpf/ |
| D | bpf.c | 330 size_t insns_cnt, const char *license, in bpf_load_program() 349 size_t insns_cnt, __u32 prog_flags, const char *license, in bpf_verify_program()
|
| D | bpf.h | 80 const char *license; member
|
| /kernel/linux/linux-6.6/drivers/net/can/softing/ |
| D | softing.h | 69 uint16_t fw_version, hw_version, license, serial; member
|
| /kernel/linux/linux-5.10/drivers/net/can/softing/ |
| D | softing.h | 69 uint16_t fw_version, hw_version, license, serial; member
|
| /kernel/linux/linux-6.6/drivers/media/i2c/ccs/ |
| D | ccs-data.h | 222 char *license; member
|
| D | ccs-data.c | 769 char *license; in ccs_data_parse_license() local
|
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
| D | btf_dump.c | 841 char license[4] = "GPL"; in test_btf_dump_datasec_data() local
|
| /kernel/linux/linux-5.10/kernel/ |
| D | module.c | 504 enum mod_license license; member 598 enum mod_license *license, in find_symbol() 1468 enum mod_license license; in resolve_symbol() local 2276 enum mod_license license; in __symbol_get() local 2579 static void set_license(struct module *mod, const char *license) in set_license()
|
| /kernel/linux/linux-6.6/kernel/module/ |
| D | internal.h | 102 enum mod_license license; member
|
| D | main.c | 88 enum mod_license license; member 1577 static void module_license_taint_check(struct module *mod, const char *license) in module_license_taint_check()
|