Home
last modified time | relevance | path

Searched defs:license (Results 1 – 14 of 14) sorted by relevance

/linux/include/linux/
H A Dexport.h33 #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 Dlicense.h5 static inline int license_is_gpl_compatible(const char *license) in license_is_gpl_compatible()
/linux/tools/testing/selftests/bpf/progs/
H A Dsyscall.c101 static char license[] = "GPL"; in load_prog() local
/linux/rust/macros/
H A Dmodule.rs202 license: String, global() field
/linux/tools/testing/selftests/bpf/
H A Dtesting_helpers.c326 bpf_test_load_program(enum bpf_prog_type type,const struct bpf_insn * insns,size_t insns_cnt,const char * license,__u32 kern_version,char * log_buf,size_t log_buf_sz) bpf_test_load_program() argument
/linux/drivers/net/can/softing/
H A Dsofting.h69 uint16_t fw_version, hw_version, license, serial; member
/linux/drivers/media/i2c/ccs/
H A Dccs-data.h222 char *license; member
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbtf_dump.c1027 char license[4] = "GPL"; in test_btf_dump_datasec_data() local
/linux/tools/lib/bpf/
H A Dgen_loader.c1034 bpf_gen__prog_load(struct bpf_gen * gen,enum bpf_prog_type prog_type,const char * prog_name,const char * license,struct bpf_insn * insns,size_t insn_cnt,struct bpf_prog_load_opts * load_attr,int prog_idx) bpf_gen__prog_load() argument
H A Dlibbpf.c703 char license[64]; global() member
7785 bpf_object_load_prog(struct bpf_object * obj,struct bpf_program * prog,struct bpf_insn * insns,int insns_cnt,const char * license,__u32 kern_version,int * prog_fd) bpf_object_load_prog() argument
[all...]
/linux/scripts/mod/
H A Dmodpost.c1577 char *license; read_symbols() local
[all...]
/linux/kernel/module/
H A Dmain.c1766 static void module_license_taint_check(struct module *mod, const char *license) in module_license_taint_check()
/linux/kernel/bpf/
H A Dsyscall.c2980 char license[128]; in BTF_ID_LIST_GLOBAL_SINGLE() local
/linux/tools/include/uapi/linux/
H A Dbpf.h1564 __aligned_u64 license; global() member