Searched refs:EFI_BUFFER_TOO_SMALL (Results 1 – 7 of 7) sorted by relevance
144 if (status == EFI_BUFFER_TOO_SMALL) { in setup_efi_pci()227 if (status == EFI_BUFFER_TOO_SMALL) in retrieve_apple_device_properties()229 } while (status == EFI_BUFFER_TOO_SMALL); in retrieve_apple_device_properties()361 if (status == EFI_BUFFER_TOO_SMALL) in setup_graphics()369 if (status == EFI_BUFFER_TOO_SMALL) in setup_graphics()589 return EFI_BUFFER_TOO_SMALL; in setup_e820()
101 if (status == EFI_BUFFER_TOO_SMALL || in efi_get_memory_map()377 if (status != EFI_BUFFER_TOO_SMALL) { in efi_file_size()392 if (status == EFI_BUFFER_TOO_SMALL) { in efi_file_size()
63 if (status == EFI_BUFFER_TOO_SMALL) { in setup_graphics()
165 return EFI_BUFFER_TOO_SMALL; in update_fdt()
203 if (status == EFI_BUFFER_TOO_SMALL) { in efi_runtime_get_variable()477 if (status == EFI_BUFFER_TOO_SMALL) { in efi_runtime_get_nextvariablename()
843 if (status != EFI_BUFFER_TOO_SMALL) in efivar_entry_size()983 if (status && status != EFI_BUFFER_TOO_SMALL) in efivar_entry_set_get_size()
36 #define EFI_BUFFER_TOO_SMALL ( 5 | (1UL << (BITS_PER_LONG-1))) macro