Home
last modified time | relevance | path

Searched refs:EFI_NOT_FOUND (Results 1 – 7 of 7) sorted by relevance

/DragonStub/inc/
H A Defierr.h42 #define EFI_NOT_FOUND EFIERR(14) macro
/DragonStub/lib/
H A Dsmbios.c43 return EFI_NOT_FOUND; in LibGetSmbiosSystemGuidAndSerialNumber()
H A Derror.c40 { EFI_NOT_FOUND, L"Not Found"},
H A Dmisc.c305 Status = EFI_NOT_FOUND; in LibDeleteVariable()
523 return EFI_NOT_FOUND; in LibGetSystemConfigurationTable()
H A Ddpath.c450 Status = EFI_NOT_FOUND; in LibDevicePathToInterface()
/DragonStub/apps/
H A Dstub.c131 return EFI_NOT_FOUND; in find_elf()
144 return EFI_NOT_FOUND; in find_elf()
/DragonStub/inc/dragonstub/
H A Dlinux-efi.h438 if (status == EFI_NOT_FOUND) in efi_get_secureboot_mode()