Searched defs:EventNotifyFn (Results 1 – 4 of 4) sorted by relevance
325 notify_fn: Option<EventNotifyFn>, in create_event()390 notify_fn: Option<EventNotifyFn>, in create_event_ex()1689 pub type EventNotifyFn = unsafe extern "efiapi" fn(event: Event, context: Option<NonNull<c_void>>); typedef
277 pub type EventNotifyFn = unsafe extern "efiapi" fn(event: Event, context: *mut c_void); typedef