Lines Matching refs:boottime
33 static struct efi_boot_services *boottime; variable
53 ret = boottime->set_watchdog_timer(1, 0, 0, NULL); in notify()
75 boottime = systable->boottime; in setup()
79 ret = boottime->create_event(EVT_TIMER | EVT_NOTIFY_SIGNAL, in setup()
87 ret = boottime->create_event(EVT_TIMER | EVT_NOTIFY_WAIT, in setup()
136 ret = boottime->set_watchdog_timer(300, 0, 0, NULL); in teardown()
142 ret = boottime->close_event(event_notify); in teardown()
150 ret = boottime->close_event(event_wait); in teardown()
177 ret = boottime->set_watchdog_timer(1, 0, 0, NULL); in execute()
184 ret = boottime->set_timer(event_notify, EFI_TIMER_PERIODIC, in execute()
192 ret = boottime->set_timer(event_wait, EFI_TIMER_RELATIVE, 13500000); in execute()
198 ret = boottime->wait_for_event(1, &event_wait, &index); in execute()