Home
last modified time | relevance | path

Searched refs:EFI_TIMER_STOP (Results 1 – 6 of 6) sorted by relevance

/third_party/uboot/u-boot-2020.01/lib/efi_selftest/
Defi_selftest_events.c149 ret = boottime->set_timer(event_notify, EFI_TIMER_STOP, 0); in execute()
189 ret = boottime->set_timer(event_wait, EFI_TIMER_STOP, 0); in execute()
Defi_selftest_tpl.c153 ret = boottime->set_timer(event_notify, EFI_TIMER_STOP, 0); in execute()
211 ret = boottime->set_timer(event_wait, EFI_TIMER_STOP, 0); in execute()
Defi_selftest_snp.c427 ret = boottime->set_timer(timer, EFI_TIMER_STOP, 0); in teardown()
/third_party/uboot/u-boot-2020.01/lib/efi_loader/
Defi_watchdog.c52 r = efi_set_timer(watchdog_timer_event, EFI_TIMER_STOP, 0); in efi_set_watchdog()
Defi_boottime.c787 evt->trigger_type = EFI_TIMER_STOP; in efi_timer_check()
827 case EFI_TIMER_STOP: in efi_set_timer()
/third_party/uboot/u-boot-2020.01/include/
Defi_api.h31 EFI_TIMER_STOP = 0, enumerator