Searched refs:EFI_TIMER_STOP (Results 1 – 6 of 6) sorted by relevance
/u-boot/lib/efi_selftest/ |
A D | efi_selftest_events.c | 149 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()
|
A D | efi_selftest_tpl.c | 153 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()
|
A D | efi_selftest_snp.c | 428 ret = boottime->set_timer(timer, EFI_TIMER_STOP, 0); in teardown()
|
/u-boot/lib/efi_loader/ |
A D | efi_watchdog.c | 54 r = efi_set_timer(watchdog_timer_event, EFI_TIMER_STOP, 0); in efi_set_watchdog()
|
A D | efi_boottime.c | 814 evt->trigger_type = EFI_TIMER_STOP; in efi_timer_check() 854 case EFI_TIMER_STOP: in efi_set_timer()
|
/u-boot/include/ |
A D | efi_api.h | 32 EFI_TIMER_STOP = 0, enumerator
|
Completed in 19 milliseconds