Home
last modified time | relevance | path

Searched refs:event_notify (Results 1 – 7 of 7) sorted by relevance

/external/u-boot/lib/efi_selftest/
Defi_selftest_events.c14 static struct efi_event *event_notify; variable
53 &event_notify); in setup()
78 if (event_notify) { in teardown()
79 ret = boottime->close_event(event_notify); in teardown()
80 event_notify = NULL; in teardown()
115 ret = boottime->set_timer(event_notify, EFI_TIMER_PERIODIC, 100000); in execute()
149 ret = boottime->set_timer(event_notify, EFI_TIMER_STOP, 0); in execute()
156 ret = boottime->set_timer(event_notify, EFI_TIMER_RELATIVE, 100000); in execute()
Defi_selftest_tpl.c13 static struct efi_event *event_notify; variable
52 &event_notify); in setup()
77 if (event_notify) { in teardown()
78 ret = boottime->close_event(event_notify); in teardown()
79 event_notify = NULL; in teardown()
119 ret = boottime->set_timer(event_notify, EFI_TIMER_PERIODIC, 100000); in execute()
153 ret = boottime->set_timer(event_notify, EFI_TIMER_STOP, 0); in execute()
166 ret = boottime->set_timer(event_notify, EFI_TIMER_PERIODIC, 100000); in execute()
Defi_selftest_watchdog.c31 static struct efi_event *event_notify; variable
82 &event_notify); in setup()
141 if (event_notify) { in teardown()
142 ret = boottime->close_event(event_notify); in teardown()
143 event_notify = NULL; in teardown()
184 ret = boottime->set_timer(event_notify, EFI_TIMER_PERIODIC, in execute()
Defi_selftest_exitbootservices.c14 static struct efi_event *event_notify; variable
50 &event_notify); in setup()
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
Dpeers.h28 void event_notify(WpaMsg msg);
Dwpagui.cpp954 peers->event_notify(wm); in processMsg()
Dpeers.cpp823 void Peers::event_notify(WpaMsg msg) in event_notify() function in Peers