Home
last modified time | relevance | path

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

/freebsd/stand/efi/libefi/
H A Defienv.c45 return (EFI_OUT_OF_RESOURCES); in efi_getenv()
80 return (EFI_OUT_OF_RESOURCES); in efi_setenv()
95 return (EFI_OUT_OF_RESOURCES); in efi_setenv_freebsd_wcs()
115 return (EFI_OUT_OF_RESOURCES); in efi_delenv()
H A Derrno.c65 status = EFI_OUT_OF_RESOURCES; in errno_to_efi_status()
128 case EFI_OUT_OF_RESOURCES: in efi_status_to_errno()
H A Defi_driver_utils.c54 return (EFI_OUT_OF_RESOURCES); in connect_controllers()
/freebsd/stand/efi/include/
H A Defierr.h45 #define EFI_OUT_OF_RESOURCES EFIERR(9) macro
/freebsd/sys/contrib/edk2/Include/Uefi/
H A DUefiBaseType.h122 #define EFI_OUT_OF_RESOURCES RETURN_OUT_OF_RESOURCES macro
/freebsd/stand/efi/boot1/
H A Dproto.c189 BS->Exit(IH, EFI_OUT_OF_RESOURCES, 0, NULL); in choice_protocol()
H A Dufs_module.c171 return (EFI_OUT_OF_RESOURCES); in load()
H A Dzfs_module.c123 return (EFI_OUT_OF_RESOURCES); in probe()
H A Dboot1.c232 efi_panic(EFI_OUT_OF_RESOURCES, "Failed to allocate %d handles\n", in efi_main()
/freebsd/stand/efi/loader/
H A Dbootinfo.c155 return (EFI_OUT_OF_RESOURCES); in efi_do_vmap()