Searched refs:EFI_OUT_OF_RESOURCES (Results 1 – 10 of 10) sorted by relevance
31 return EFI_OUT_OF_RESOURCES;44 return EFI_OUT_OF_RESOURCES;
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()
193 status = EFI_OUT_OF_RESOURCES; in handle_cmdline_files()198 if (status == EFI_OUT_OF_RESOURCES) in handle_cmdline_files()
138 status = EFI_OUT_OF_RESOURCES; in handle_kernel_image()
171 status = EFI_OUT_OF_RESOURCES; in efi_pe_entry()
277 return EFI_OUT_OF_RESOURCES; in efi_create_event()471 r = EFI_OUT_OF_RESOURCES; in efi_install_protocol_interface()504 r = EFI_OUT_OF_RESOURCES; in efi_install_protocol_interface()588 return EFI_EXIT(EFI_OUT_OF_RESOURCES); in efi_register_protocol_notify()712 return EFI_OUT_OF_RESOURCES; in efi_install_configuration_table()
321 r = EFI_OUT_OF_RESOURCES; in efi_allocate_pages()
58 #define EFI_OUT_OF_RESOURCES (EFI_ERROR_MASK | 9) macro
862 case EFI_OUT_OF_RESOURCES: in efi_status_to_err()
40 #define EFI_OUT_OF_RESOURCES ( 9 | (1UL << (BITS_PER_LONG-1))) macro