Searched refs:EFI_OUT_OF_RESOURCES (Results 1 – 3 of 3) sorted by relevance
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