Home
last modified time | relevance | path

Searched refs:lookup_errno (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/tools/bpf/bpftool/
H A Dmap.c237 print_entry_error(struct bpf_map_info *map_info, void *key, int lookup_errno) in print_entry_error() argument
244 map_is_map_of_progs(map_info->type)) && lookup_errno == ENOENT) in print_entry_error()
253 jsonw_string_field(json_wtr, "error", strerror(lookup_errno)); in print_entry_error()
259 if (lookup_errno == ENOENT) in print_entry_error()
261 else if (lookup_errno == ENOSPC && in print_entry_error()
266 msg ? : strerror(lookup_errno)); in print_entry_error()
/kernel/linux/linux-6.6/tools/bpf/bpftool/
H A Dmap.c214 print_entry_error(struct bpf_map_info *map_info, void *key, int lookup_errno) in print_entry_error() argument
221 map_is_map_of_progs(map_info->type)) && lookup_errno == ENOENT) in print_entry_error()
230 jsonw_string_field(json_wtr, "error", strerror(lookup_errno)); in print_entry_error()
236 if (lookup_errno == ENOENT) in print_entry_error()
238 else if (lookup_errno == ENOSPC && in print_entry_error()
243 msg ? : strerror(lookup_errno)); in print_entry_error()

Completed in 4 milliseconds