Searched refs:EFI_OUT_OF_RESOURCES (Results 1 – 8 of 8) sorted by relevance
147 return EFI_OUT_OF_RESOURCES; in query_variable_store_nonblocking()193 return EFI_OUT_OF_RESOURCES; in efi_query_variable_store()226 return EFI_OUT_OF_RESOURCES; in efi_query_variable_store()
249 status = EFI_OUT_OF_RESOURCES; in handle_cmdline_files()254 if (status == EFI_OUT_OF_RESOURCES) in handle_cmdline_files()
126 status = EFI_OUT_OF_RESOURCES; in efi_kaslr_relocate_kernel()
106 status = EFI_OUT_OF_RESOURCES; in efi_random_alloc()
127 return EFI_OUT_OF_RESOURCES; in efi_handle_cmdline()
40 return (size <= SZ_64K) ? EFI_SUCCESS : EFI_OUT_OF_RESOURCES; in check_var_size()
997 case EFI_OUT_OF_RESOURCES: in efi_status_to_err()
41 #define EFI_OUT_OF_RESOURCES ( 9 | (1UL << (BITS_PER_LONG-1))) macro