Home
last modified time | relevance | path

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

/u-boot/lib/efi_selftest/
A Defi_selftest_tpl.c137 if (ret != EFI_NOT_READY) { in execute()
179 } while (ret == EFI_NOT_READY); in execute()
A Defi_selftest_textinput.c52 if (ret != EFI_NOT_READY) { in execute()
A Defi_selftest_event_groups.c106 if (ret != EFI_NOT_READY) { in execute()
A Defi_selftest_textinputex.c135 if (ret != EFI_NOT_READY) { in execute()
A Defi_selftest_events.c135 if (ret != EFI_NOT_READY) { in execute()
A Defi_selftest_console.c262 } while (ret == EFI_NOT_READY); in efi_st_get_key()
A Defi_selftest.c349 runtime->reset_system(EFI_RESET_WARM, EFI_NOT_READY, in efi_selftest()
/u-boot/drivers/serial/
A Dserial_efi.c39 if (ret == EFI_NOT_READY) in serial_efi_get_key()
/u-boot/lib/efi_loader/
A Defi_disk.c371 return EFI_NOT_READY; in efi_disk_add_dev()
570 if (ret == EFI_NOT_READY) { in efi_disk_register()
616 if (ret == EFI_NOT_READY) { in efi_disk_register()
A Defi_console.c706 return EFI_NOT_READY; in efi_cin_read_key()
979 ret = EFI_NOT_READY; in efi_cin_read_key_stroke_ex()
1197 ret = EFI_NOT_READY; in efi_cin_read_key_stroke()
A Defi_net.c613 ret = EFI_NOT_READY; in efi_net_receive()
A Defi_boottime.c1045 return EFI_EXIT(EFI_NOT_READY); in efi_check_event()
/u-boot/include/
A Defi.h70 #define EFI_NOT_READY (EFI_ERROR_MASK | 6) macro

Completed in 19 milliseconds