/linux-6.12.1/include/linux/ |
D | export.h | 27 #define ___EXPORT_SYMBOL(sym, license, ns) \ argument 42 #define __EXPORT_SYMBOL(sym, license, ns) argument 46 #define __EXPORT_SYMBOL(sym, license, ns) __GENKSYMS_EXPORT_SYMBOL(sym) argument 50 #define __EXPORT_SYMBOL(sym, license, ns) \ argument 55 #define __EXPORT_SYMBOL(sym, license, ns) \ argument 63 #define _EXPORT_SYMBOL(sym, license) __EXPORT_SYMBOL(sym, license, __stringify(DEFAULT_SYMBOL_NAMES… argument 65 #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
|
/linux-6.12.1/tools/testing/selftests/bpf/progs/ |
D | syscall.c | 101 static char license[] = "GPL"; in load_prog() local
|
/linux-6.12.1/rust/macros/ |
D | module.rs | 95 license: String, field
|
/linux-6.12.1/tools/testing/selftests/bpf/ |
D | testing_helpers.c | 325 size_t insns_cnt, const char *license, in bpf_test_load_program()
|
/linux-6.12.1/drivers/net/can/softing/ |
D | softing.h | 69 uint16_t fw_version, hw_version, license, serial; member
|
/linux-6.12.1/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
|
/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/ |
D | btf_dump.c | 841 char license[4] = "GPL"; in test_btf_dump_datasec_data() local
|
/linux-6.12.1/kernel/module/ |
D | internal.h | 102 enum mod_license license; member
|
D | main.c | 90 enum mod_license license; member 1602 static void module_license_taint_check(struct module *mod, const char *license) in module_license_taint_check()
|
/linux-6.12.1/tools/lib/bpf/ |
D | gen_loader.c | 936 const char *license, struct bpf_insn *insns, size_t insn_cnt, in bpf_gen__prog_load()
|
D | bpf.c | 237 const char *prog_name, const char *license, in bpf_prog_load()
|
D | libbpf.c | 674 char license[64]; member 7402 const char *license, __u32 kern_version, int *prog_fd) in bpf_object_load_prog()
|
/linux-6.12.1/scripts/mod/ |
D | modpost.c | 1560 char *license; in read_symbols() local
|
/linux-6.12.1/kernel/bpf/ |
D | syscall.c | 2642 char license[128]; in bpf_prog_load() local
|
/linux-6.12.1/include/uapi/linux/ |
D | bpf.h | 1535 __aligned_u64 license; member
|
/linux-6.12.1/tools/include/uapi/linux/ |
D | bpf.h | 1535 __aligned_u64 license; member
|