Home
last modified time | relevance | path

Searched refs:EFI_OUT_OF_RESOURCES (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/lib/efi_loader/
H A Defi_boottime.c277 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()
H A Defi_memory.c321 r = EFI_OUT_OF_RESOURCES; in efi_allocate_pages()
/rk3399_rockchip-uboot/include/
H A Defi.h58 #define EFI_OUT_OF_RESOURCES (EFI_ERROR_MASK | 9) macro