Lines Matching refs:name
4152 verbose(env, "map '%s' has to have BTF in order to use bpf_spin_lock\n", map->name);
4157 verbose(env, "map '%s' has more than one 'struct bpf_spin_lock'\n", map->name);
4159 verbose(env, "map '%s' doesn't have 'struct bpf_spin_lock'\n", map->name);
4161 verbose(env, "map '%s' is not a struct type or bpf_spin_lock is mangled\n", map->name);
11053 func[i]->aux->name[0] = 'F';
11764 verbose(env, "attach to invalid member idx %u of struct %s\n", member_idx, st_ops->name);
11772 verbose(env, "attach to invalid member %s(@idx %u) of struct %s\n", mname, member_idx, st_ops->name);
11779 verbose(env, "attach to unsupported member %s of struct %s\n", mname, st_ops->name);
11859 bpf_log(log, "attach_btf_id %u doesn't have a name\n", btf_id);
11936 bpf_log(log, "attach_btf_id %u points to wrong type name %s\n", btf_id, tname);