Home
last modified time | relevance | path

Searched refs:EFI_NOT_READY (Results 1 – 19 of 19) sorted by relevance

/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_tpl.c137 if (ret != EFI_NOT_READY) { in execute()
179 } while (ret == EFI_NOT_READY); in execute()
H A Defi_selftest_textinput.c52 if (ret != EFI_NOT_READY) { in execute()
H A Defi_selftest_event_groups.c107 if (ret != EFI_NOT_READY) { in execute()
H A Defi_selftest_textinputex.c135 if (ret != EFI_NOT_READY) { in execute()
H A Defi_selftest_events.c135 if (ret != EFI_NOT_READY) { in execute()
H A Defi_selftest_console.c253 } while (ret == EFI_NOT_READY); in efi_st_get_key()
H A Defi_selftest.c312 runtime->reset_system(EFI_RESET_WARM, EFI_NOT_READY, in efi_selftest()
/openbmc/u-boot/lib/efi_loader/
H A Defi_disk.c246 return EFI_NOT_READY; in efi_disk_add_dev()
375 if (ret == EFI_NOT_READY) { in efi_disk_register()
421 if (ret == EFI_NOT_READY) { in efi_disk_register()
H A Defi_console.c541 return EFI_NOT_READY; in efi_cin_read_key()
797 ret = EFI_NOT_READY; in efi_cin_read_key_stroke_ex()
998 ret = EFI_NOT_READY; in efi_cin_read_key_stroke()
H A Defi_net.c486 ret = EFI_NOT_READY; in efi_net_receive()
492 ret = EFI_NOT_READY; in efi_net_receive()
H A Defi_boottime.c924 return EFI_EXIT(EFI_NOT_READY); in efi_check_event()
/openbmc/u-boot/drivers/serial/
H A Dserial_efi.c38 if (ret == EFI_NOT_READY) in serial_efi_get_key()
/openbmc/linux/drivers/firmware/efi/
H A Druntime-wrappers.c445 return EFI_NOT_READY; in virt_efi_set_variable_nb()
482 return EFI_NOT_READY; in virt_efi_query_variable_info_nb()
/openbmc/u-boot/include/
H A Defi.h65 #define EFI_NOT_READY (EFI_ERROR_MASK | 6) macro
/openbmc/linux/arch/x86/platform/efi/
H A Defi_64.c678 return EFI_NOT_READY; in efi_thunk_set_variable_nonblocking()
801 return EFI_NOT_READY; in efi_thunk_query_variable_info_nonblocking()
/openbmc/linux/drivers/firmware/efi/libstub/
H A Dfile.c297 return EFI_NOT_READY; in handle_cmdline_files()
H A Dfdt.c256 if (status != EFI_SUCCESS && status != EFI_NOT_READY) { in allocate_new_fdt_and_exit_boot()
H A Defi-stub-helper.c590 if (status == EFI_UNSUPPORTED || status == EFI_NOT_READY) in efi_load_initrd()
/openbmc/linux/include/linux/
H A Defi.h38 #define EFI_NOT_READY ( 6 | (1UL << (BITS_PER_LONG-1))) macro