Searched +defs:license +defs:file (Results 1 – 6 of 6) sorted by relevance
/linux-6.14.4/rust/macros/ |
D | module.rs | 95 license: String, field 205 let file = in module() localVariable
|
/linux-6.14.4/tools/testing/selftests/bpf/ |
D | testing_helpers.c | 284 int bpf_prog_test_load(const char *file, enum bpf_prog_type type, in bpf_prog_test_load() 325 size_t insns_cnt, const char *license, in bpf_test_load_program()
|
/linux-6.14.4/tools/testing/selftests/bpf/prog_tests/ |
D | btf_dump.c | 14 const char *file; member 841 char license[4] = "GPL"; in test_btf_dump_datasec_data() local
|
/linux-6.14.4/scripts/mod/ |
D | modpost.c | 386 static void release_file(void *file, size_t size) in release_file() 1555 char *license; in read_symbols() local 1971 FILE *file; in write_buf() local 1994 FILE *file; in write_if_changed() local 2183 const char *file; member
|
/linux-6.14.4/kernel/bpf/ |
D | syscall.c | 2748 char license[128]; in bpf_prog_load() local 3231 static __poll_t bpf_link_poll(struct file *file, struct poll_table_struct *pts) in bpf_link_poll() 3285 struct file *file; in bpf_link_prime() local 4676 static int bpf_prog_get_info_by_fd(struct file *file, in bpf_prog_get_info_by_fd() 4965 static int bpf_map_get_info_by_fd(struct file *file, in bpf_map_get_info_by_fd() 5012 static int bpf_btf_get_info_by_fd(struct file *file, in bpf_btf_get_info_by_fd() 5028 static int bpf_link_get_info_by_fd(struct file *file, in bpf_link_get_info_by_fd() 5193 struct file *file; in bpf_task_fd_query() local 5600 static int bpf_stats_release(struct inode *inode, struct file *file) in bpf_stats_release()
|
/linux-6.14.4/tools/lib/bpf/ |
D | libbpf.c | 675 char license[64]; member 2281 gzFile file; in bpf_object__read_kconfig_file() local 2319 FILE *file; in bpf_object__read_kconfig_mem() local 4814 char file[PATH_MAX], buff[4096]; in bpf_get_map_info_from_fdinfo() local 7465 const char *license, __u32 kern_version, int *prog_fd) in bpf_object_load_prog() 10896 static int parse_uint_from_file(const char *file, const char *fmt) in parse_uint_from_file() 10920 const char *file = "/sys/bus/event_source/devices/kprobe/type"; in determine_kprobe_perf_type() local 10927 const char *file = "/sys/bus/event_source/devices/uprobe/type"; in determine_uprobe_perf_type() local 10934 const char *file = "/sys/bus/event_source/devices/kprobe/format/retprobe"; in determine_kprobe_retprobe_bit() local 10941 const char *file = "/sys/bus/event_source/devices/uprobe/format/retprobe"; in determine_uprobe_retprobe_bit() local [all …]
|