Home
last modified time | relevance | path

Searched refs:EFI_LOAD_ERROR (Results 1 – 12 of 12) sorted by relevance

/external/syslinux/gnu-efi/gnu-efi-3.0/apps/
Dtcc.c64 return EFI_LOAD_ERROR; in test_call1_callback()
77 return EFI_LOAD_ERROR; in test_call2_callback()
95 return EFI_LOAD_ERROR; in test_call3_callback()
113 return EFI_LOAD_ERROR; in test_call4_callback()
134 return EFI_LOAD_ERROR; in test_call5_callback()
157 return EFI_LOAD_ERROR; in test_call6_callback()
183 return EFI_LOAD_ERROR; in test_call7_callback()
211 return EFI_LOAD_ERROR; in test_call8_callback()
247 return EFI_LOAD_ERROR; in test_call9_callback()
288 return EFI_LOAD_ERROR; in test_call10_callback()
/external/syslinux/gnu-efi/gnu-efi-3.0/gnuefi/
Dreloc_ia32.c76 return EFI_LOAD_ERROR; in _relocate()
Dreloc_x86_64.c75 return EFI_LOAD_ERROR; in _relocate()
Dreloc_ia64.S57 #define EFI_LOAD_ERROR 1 macro
173 mov r8 = EFI_LOAD_ERROR
/external/syslinux/efi64/include/efi/
Defierr.h29 #define EFI_LOAD_ERROR EFIERR(1) macro
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/
Defierr.h29 #define EFI_LOAD_ERROR EFIERR(1) macro
/external/syslinux/efi32/include/efi/
Defierr.h29 #define EFI_LOAD_ERROR EFIERR(1) macro
/external/syslinux/gnu-efi/gnu-efi-3.0/lib/
Derror.c26 { EFI_LOAD_ERROR, L"Load Error"},
Dhw.c59 return EFI_LOAD_ERROR; in InitializeGlobalIoDevice()
/external/vboot_reference/utility/include/
Deficompress.h21 #define EFI_LOAD_ERROR EFIERR (1) macro
/external/syslinux/gpxe/src/include/gpxe/efi/Uefi/
DUefiBaseType.h113 #define EFI_LOAD_ERROR RETURN_LOAD_ERROR macro
/external/syslinux/efi/
Dmain.c1340 status = EFI_LOAD_ERROR; in efi_main()