Home
last modified time | relevance | path

Searched refs:create_event (Results 1 – 12 of 12) sorted by relevance

/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_watchdog.c79 ret = boottime->create_event(EVT_TIMER | EVT_NOTIFY_SIGNAL, in setup()
87 ret = boottime->create_event(EVT_TIMER | EVT_NOTIFY_WAIT, in setup()
H A Defi_selftest_events.c51 ret = boottime->create_event(EVT_TIMER | EVT_NOTIFY_SIGNAL, in setup()
58 ret = boottime->create_event(EVT_TIMER | EVT_NOTIFY_WAIT, in setup()
H A Defi_selftest_tpl.c49 ret = boottime->create_event(EVT_TIMER | EVT_NOTIFY_SIGNAL, in setup()
57 ret = boottime->create_event(EVT_TIMER | EVT_NOTIFY_WAIT, in setup()
H A Defi_selftest_exitbootservices.c47 ret = boottime->create_event(EVT_SIGNAL_EXIT_BOOT_SERVICES, in setup()
H A Defi_selftest_snp.c189 ret = boottime->create_event(EVT_TIMER, TPL_CALLBACK, NULL, NULL, in setup()
H A Defi_selftest_bitblt.c109 ret = boottime->create_event(EVT_TIMER | EVT_NOTIFY_SIGNAL, in setup()
/openbmc/linux/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
H A DEventClass.py26 def create_event(name, comm, dso, symbol, raw_buf): function
/openbmc/linux/tools/perf/scripts/python/
H A Devent_analyzing_sample.py92 event = create_event(name, comm, dso, symbol, raw_buf)
/openbmc/linux/drivers/firmware/efi/libstub/
H A Defistub.h267 efi_status_t (__efiapi *create_event)(u32, unsigned long,
336 u32 create_event; member
H A Defi-stub-helper.c642 status = efi_bs_call(create_event, EFI_EVT_TIMER, 0, NULL, NULL, &timer); in efi_wait_for_key()
/openbmc/u-boot/include/
H A Defi_api.h78 efi_status_t (EFIAPI *create_event)(uint32_t type,
/openbmc/u-boot/lib/efi_loader/
H A Defi_boottime.c3155 .create_event = efi_create_event_ext,