Home
last modified time | relevance | path

Searched defs:protocol (Results 1 – 3 of 3) sorted by relevance

/bootable/libbootloader/gbl/efi/src/
Dfastboot.rs68 protocol: &'b Protocol<'a, AndroidBootProtocol>, field
195 let protocol = android_boot_protocol.ok_or(EfiAppError::Unsupported)?; in init_usb() localVariable
Dnet.rs70 protocol: Protocol<'a, SimpleNetworkProtocol>, field
177 protocol: &'b Protocol<'a, SimpleNetworkProtocol>, field
/bootable/libbootloader/gbl/libefi/src/
Dlib.rs73 pub mod protocol; module
1048 let protocol = efi_entry in test_open_close_protocol() localVariable