Lines Matching defs:ident

648 	char ident[256];
669 if (!get_map_ident(map, ident, sizeof(ident)))
674 ident, bpf_map_mmap_sz(map));
678 ", ident);
692 char ident[256];
736 if (!is_mmapable_map(map, ident, sizeof(ident)))
756 ", ident, bpf_map_mmap_sz(map));
798 if (!is_mmapable_map(map, ident, sizeof(ident)))
813 ident, bpf_map_mmap_sz(map), mmap_flags);
854 char ident[256];
893 if (!get_map_ident(map, ident, sizeof(ident)))
903 i, bpf_map__name(map), ident);
905 if (mmaped && is_mmapable_map(map, ident, sizeof(ident))) {
906 printf("\tmap->mmaped = (void **)&obj->%s;\n", ident);
913 ", ident);
963 static int walk_st_ops_shadow_vars(struct btf *btf, const char *ident,
1078 static int gen_st_ops_shadow_type(const char *obj_name, struct btf *btf, const char *ident,
1095 printf("\t\tstruct %s__%s__%s {\n", obj_name, ident, type_name);
1097 err = walk_st_ops_shadow_vars(btf, ident, map_type, map_type_id);
1101 printf("\t\t} *%s;\n", ident);
1110 char ident[256];
1121 if (!get_map_ident(map, ident, sizeof(ident)))
1128 err = gen_st_ops_shadow_type(obj_name, btf, ident, map);
1143 char ident[256];
1154 if (!get_map_ident(map, ident, sizeof(ident)))
1161 ", ident);
1173 char ident[256];
1247 if (!get_map_ident(map, ident, sizeof(ident))) {
1304 if (!get_map_ident(map, ident, sizeof(ident)))
1307 printf("\t\tstruct bpf_map_desc %s;\n", ident);
1309 printf("\t\tstruct bpf_map *%s;\n", ident);
1344 if (!get_map_ident(map, ident, sizeof(ident)))
1350 printf("t\tint %s_fd;\n", ident);
1352 printf("\t\tstruct bpf_link *%s;\n", ident);
1578 char ident[256];
1675 if (!get_map_ident(map, ident, sizeof(ident)))
1681 if (!is_mmapable_map(map, ident, sizeof(ident)))
1724 if (!get_map_ident(map, ident, sizeof(ident)))
1726 printf("\t\tstruct bpf_map *%s;\n", ident);
1804 if (!is_mmapable_map(map, ident, sizeof(ident)))
1831 ", var_name, ident, var_idx);