Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/gnu-efi/dist/lib/
H A Dsread.c79 Status = EFI_OUT_OF_RESOURCES; in OpenSimpleReadFile()
119 return EFI_OUT_OF_RESOURCES; in OpenSimpleReadFile()
H A Derror.c36 { EFI_OUT_OF_RESOURCES, L"Out of Resources"},
H A Dmisc.c188 *Status = EFI_OUT_OF_RESOURCES; in GrowBuffer()
393 return EFI_OUT_OF_RESOURCES; in LibInsertToTailOfBootOrder()
H A Dhand.c280 return EFI_OUT_OF_RESOURCES; in LibLocateHandleByDiskSignature()
/netbsd-src/sys/external/bsd/gnu-efi/dist/apps/
H A Dtcc.c258 return EFI_OUT_OF_RESOURCES; in test_call9_callback()
299 return EFI_OUT_OF_RESOURCES; in test_call10_callback()
H A Ddebughook.c21 return EFI_OUT_OF_RESOURCES; in GetVariableAttr()
/netbsd-src/sys/external/bsd/gnu-efi/dist/inc/
H A Defierr.h39 #define EFI_OUT_OF_RESOURCES EFIERR(9) macro
/netbsd-src/sys/dev/efi/
H A Defi.h59 #define EFI_OUT_OF_RESOURCES EFIERR(9) macro
/netbsd-src/sys/stand/efiboot/
H A Defiblock.c148 return EFI_OUT_OF_RESOURCES; in efi_block_do_read_blockio()
204 return EFI_OUT_OF_RESOURCES; in efi_block_readahead()
/netbsd-src/sys/dev/
H A Defi.c128 case EFI_OUT_OF_RESOURCES: in efi_status_to_error()