Searched defs:license (Results 1 – 19 of 19) sorted by relevance
/linux/include/linux/ |
A D | license.h | 5 static inline int license_is_gpl_compatible(const char *license) in license_is_gpl_compatible()
|
/linux/tools/testing/selftests/bpf/ |
A D | test_stub.c | 26 size_t insns_cnt, const char *license, in bpf_test_load_program()
|
/linux/tools/perf/include/bpf/ |
A D | bpf.h | 61 #define license(name) \ macro
|
/linux/tools/testing/selftests/bpf/progs/ |
A D | syscall.c | 63 static char license[] = "GPL"; in bpf_prog() local
|
/linux/tools/perf/tests/ |
A D | bpf.c | 286 char license[] = "GPL"; in check_env() local
|
/linux/drivers/net/can/softing/ |
A D | softing.h | 69 uint16_t fw_version, hw_version, license, serial; member
|
/linux/drivers/media/i2c/ccs/ |
A D | ccs-data.h | 222 char *license; member
|
A D | ccs-data.c | 758 char *license; in ccs_data_parse_license() local
|
/linux/tools/lib/bpf/ |
A D | bpf.c | 414 size_t insns_cnt, const char *license, in bpf_load_program() 433 size_t insns_cnt, __u32 prog_flags, const char *license, in bpf_verify_program()
|
A D | bpf.h | 80 const char *license; member
|
A D | gen_loader.c | 919 int prog_load_attr, license, insns, func_info, line_info; in bpf_gen__prog_load() local
|
A D | libbpf_internal.h | 285 const char *license; member
|
A D | libbpf.c | 501 char license[64]; member 6416 char *license, __u32 kern_version, int *pfd) in load_program() 6594 int bpf_program__load(struct bpf_program *prog, char *license, __u32 kern_ver) in bpf_program__load()
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
A D | btf_dump.c | 819 char license[4] = "GPL"; in test_btf_dump_datasec_data() local
|
/linux/kernel/ |
A D | module.c | 431 } license; member 444 enum mod_license license; member 2515 static void set_license(struct module *mod, const char *license) in set_license()
|
/linux/scripts/mod/ |
A D | modpost.c | 1988 char *license; in read_symbols() local
|
/linux/kernel/bpf/ |
A D | syscall.c | 2209 char license[128]; in bpf_prog_load() local
|
/linux/tools/include/uapi/linux/ |
A D | bpf.h | 1318 __aligned_u64 license; member
|
/linux/include/uapi/linux/ |
A D | bpf.h | 1318 __aligned_u64 license; member
|
Completed in 115 milliseconds