Home
last modified time | relevance | path

Searched refs:ProtocolSearchKey (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/rust/crates/uefi/src/
Dboot.rs712 SearchType::ByRegisterNotify(ProtocolSearchKey(NonNull::new(key.cast_mut()).unwrap())) in register_protocol_notify()
1677 ByRegisterNotify(ProtocolSearchKey),
1710 pub struct ProtocolSearchKey(pub(crate) NonNull<c_void>); struct
/aosp_15_r20/external/rust/android-crates-io/crates/uefi/src/
Dboot.rs712 SearchType::ByRegisterNotify(ProtocolSearchKey(NonNull::new(key.cast_mut()).unwrap())) in register_protocol_notify()
1677 ByRegisterNotify(ProtocolSearchKey),
1710 pub struct ProtocolSearchKey(pub(crate) NonNull<c_void>); struct
/aosp_15_r20/external/rust/crates/uefi/
DCHANGELOG.md457 - Added `SearchType::ByRegisterNotify`and `ProtocolSearchKey`.
/aosp_15_r20/external/rust/android-crates-io/crates/uefi/
DCHANGELOG.md457 - Added `SearchType::ByRegisterNotify`and `ProtocolSearchKey`.