Home
last modified time | relevance | path

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

/bootable/libbootloader/gbl/libefi/src/protocol/
Dblock_io2.rs67 let mut notify = EventNotify::new(Tpl::Callback, &mut notify_fn); in read_blocks_ex() localVariable
102 let mut notify = EventNotify::new(Tpl::Callback, &mut notify_fn); in write_blocks_ex() localVariable
128 let mut notify = EventNotify::new(Tpl::Callback, &mut notify_fn); in flush_blocks_ex() localVariable
/bootable/libbootloader/gbl/efi/src/
Dnet.rs514 notify: Option<EventNotify<'b>>, field