Lines Matching refs:name
35 #define BPF_HELPER_MAKE_ENTRY(name) [BPF_FUNC_ ## name] = "bpf_" # name
89 static void print_kernel_option(const char *name, const char *value,
97 jsonw_null_field(json_wtr, name);
103 jsonw_int_field(json_wtr, name, res);
105 jsonw_string_field(json_wtr, name, value);
109 name, value);
111 printf("/* %s%s is not set */\n", define_prefix, name);
114 printf("%s is set to %s\n", name, value);
116 printf("%s is not set\n", name);
361 const char * const name;
482 values[i] || strcmp(buf, options[i].name))
492 print_kernel_option(options[i].name, values[i], define_prefix);
585 p_info("program type name too long");
646 p_info("map type name too long");
1040 #define capability_msg(a, i) a[i].set ? "" : a[i].name, a[i].set ? "" : ", "
1049 char name[14]; /* strlen("CAP_SYS_ADMIN") */
1078 const char *cap_name = bpf_caps[i].name;
1111 bpf_caps[0].name);
1296 const char *name;
1298 name = get_name(id++);
1299 if (!name)
1302 jsonw_string(json_wtr, name);
1304 printf("%s\n", name);