Searched refs:EFI_OUT_OF_RESOURCES (Results 1 – 6 of 6) sorted by relevance
193 status = EFI_OUT_OF_RESOURCES; in handle_cmdline_files()198 if (status == EFI_OUT_OF_RESOURCES) in handle_cmdline_files()
140 status = EFI_OUT_OF_RESOURCES; in handle_kernel_image()
171 status = EFI_OUT_OF_RESOURCES; in efi_pe_entry()
139 return EFI_OUT_OF_RESOURCES; in query_variable_store_nonblocking()185 return EFI_OUT_OF_RESOURCES; in efi_query_variable_store()218 return EFI_OUT_OF_RESOURCES; in efi_query_variable_store()
855 case EFI_OUT_OF_RESOURCES: in efi_status_to_err()
40 #define EFI_OUT_OF_RESOURCES ( 9 | (1UL << (BITS_PER_LONG-1))) macro