Searched refs:lookup_errno (Results 1 – 1 of 1) sorted by relevance
212 print_entry_error(struct bpf_map_info *map_info, void *key, int lookup_errno) in print_entry_error() argument219 map_is_map_of_progs(map_info->type)) && lookup_errno == ENOENT) in print_entry_error()228 jsonw_string_field(json_wtr, "error", strerror(lookup_errno)); in print_entry_error()234 if (lookup_errno == ENOENT) in print_entry_error()236 else if (lookup_errno == ENOSPC && in print_entry_error()241 msg ? : strerror(lookup_errno)); in print_entry_error()