Searched refs:lookup_errno (Results 1 – 1 of 1) sorted by relevance
214 print_entry_error(struct bpf_map_info *map_info, void *key, int lookup_errno) in print_entry_error() argument221 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()