/linux/include/linux/ |
H A D | export.h | 33 #define ___EXPORT_SYMBOL(sym, license, ns...) \ argument 48 #define __EXPORT_SYMBOL(sym, license, ns) argument 52 #define __EXPORT_SYMBOL(sym, license, ns) __GENKSYMS_EXPORT_SYMBOL(sym) argument 56 #define __EXPORT_SYMBOL(sym, license, ns) \ argument 75 #define __EXPORT_SYMBOL(sym, license, ns) \ argument 84 #define _EXPORT_SYMBOL(sym, license) __EXPORT_SYMBOL(sym, license, DEFAULT_SYMBOL_NAMESPACE) argument 86 #define _EXPORT_SYMBOL(sym, license) __EXPORT_SYMBOL(sym, license, "") argument
|
H A D | license.h | 5 static inline int license_is_gpl_compatible(const char *license) in license_is_gpl_compatible()
|
H A D | pm.h | 378 #define _EXPORT_PM_OPS(name, license, ns) \ argument 383 #define _DISCARD_PM_OPS(name, license, ns) \ argument 387 #define _EXPORT_DEV_PM_OPS(name, license, ns) _EXPORT_PM_OPS(name, license, ns) argument 389 #define _EXPORT_DEV_PM_OPS(name, license, ns) _DISCARD_PM_OPS(name, license, ns) argument 393 #define _EXPORT_DEV_SLEEP_PM_OPS(name, license, ns) _EXPORT_PM_OPS(name, license, ns) argument 395 #define _EXPORT_DEV_SLEEP_PM_OPS(name, license, ns) _DISCARD_PM_OPS(name, license, ns) argument
|
/linux/tools/testing/selftests/bpf/progs/ |
H A D | syscall.c | 101 static char license[] = "GPL"; in load_prog() local
|
/linux/rust/macros/ |
H A D | module.rs | 95 license: String, field
|
/linux/tools/testing/selftests/bpf/ |
H A D | testing_helpers.c | 325 size_t insns_cnt, const char *license, in bpf_test_load_program()
|
/linux/drivers/net/can/softing/ |
H A D | softing.h | 69 uint16_t fw_version, hw_version, license, serial; member
|
/linux/drivers/media/i2c/ccs/ |
H A D | ccs-data.h | 222 char *license; member
|
H A D | ccs-data.c | 770 char *license; in ccs_data_parse_license() local
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | btf_dump.c | 1027 char license[4] = "GPL"; in test_btf_dump_datasec_data() local
|
/linux/kernel/module/ |
H A D | internal.h | 112 enum mod_license license; member
|
H A D | main.c | 90 enum mod_license license; member 1742 static void module_license_taint_check(struct module *mod, const char *license) in module_license_taint_check()
|
/linux/tools/lib/bpf/ |
H A D | gen_loader.c | 989 const char *license, struct bpf_insn *insns, size_t insn_cnt, in bpf_gen__prog_load()
|
H A D | bpf.c | 237 const char *prog_name, const char *license, in bpf_prog_load()
|
H A D | libbpf.c | 683 char license[64]; member 7477 const char *license, __u32 kern_version, int *prog_fd) in bpf_object_load_prog()
|
/linux/scripts/mod/ |
H A D | modpost.c | 1563 char *license; in read_symbols() local
|
/linux/kernel/bpf/ |
H A D | syscall.c | 2775 char license[128]; in bpf_prog_load() local
|
/linux/tools/include/uapi/linux/ |
H A D | bpf.h | 1558 __aligned_u64 license; member
|
/linux/include/uapi/linux/ |
H A D | bpf.h | 1558 __aligned_u64 license; member
|