We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
close_event
1 parent 8eefdd9 commit 463c6caCopy full SHA for 463c6ca
src/table/boot.rs
@@ -459,10 +459,6 @@ impl BootServices {
459
///
460
/// Note: The UEFI Specification v2.9 states that this may only return `EFI_SUCCESS`, but,
461
/// at least for application based on EDK2 (such as OVMF), it may also return `EFI_INVALID_PARAMETER`.
462
- ///
463
- /// # Safety
464
- /// Once the event is closed, it is no longer valid and may not be used again. The firmware
465
- /// implementation will have `free`'d the event's memory.
466
pub fn close_event(&self, event: Event) -> Result {
467
unsafe { (self.close_event)(event).into() }
468
}
0 commit comments