Home
last modified time | relevance | path

Searched defs:EfiEventNotify (Results 1 – 2 of 2) sorted by relevance

/bootable/libbootloader/gbl/libefi_types/defs/
Dtypes.h97 typedef void (*EfiEventNotify)(EfiEvent event, void* ctx); typedef
/bootable/libbootloader/gbl/libefi/src/
Dlib.rs1188 notify_fn: EfiEventNotify, in create_event()