Home
last modified time | relevance | path

Searched refs:EfiEventNotify (Results 1 – 3 of 3) sorted by relevance

/bootable/libbootloader/gbl/libefi/defs/
Dboot_service.h70 EfiStatus (*create_event)(uint32_t type, EfiTpl notify_tpl, EfiEventNotify notify_fn,
125 EfiStatus (*create_event_ex)(EfiEventType type, EfiTpl notify_tpl, EfiEventNotify notify_fn,
Dtypes.h79 typedef void (*EfiEventNotify)(EfiEvent event, void* ctx); typedef
/bootable/libbootloader/gbl/libefi/src/
Dlib.rs420 let (tpl, c_callback, cookie): (EfiTpl, EfiEventNotify, *mut core::ffi::c_void) = match cb { in create_event()
940 pub inputs: VecDeque<(u32, EfiTpl, EfiEventNotify, *mut core::ffi::c_void)>,
953 notify_fn: EfiEventNotify, in create_event() argument
1340 let efi_cb: EfiEventNotify = Some(efi_event_cb); in test_create_event_with_notify_fn()