Home
last modified time | relevance | path

Searched refs:SimpleNetworkProtocol (Results 1 – 3 of 3) sorted by relevance

/bootable/libbootloader/gbl/libefi/src/protocol/
Dsimple_network.rs24 pub struct SimpleNetworkProtocol; struct
26 impl ProtocolInfo for SimpleNetworkProtocol { implementation
33 impl<'a> Protocol<'a, SimpleNetworkProtocol> {
/bootable/libbootloader/gbl/efi/src/
Dnet.rs30 protocol::{simple_network::SimpleNetworkProtocol, Protocol},
52 fn reset_simple_network<'a>(snp: &Protocol<'a, SimpleNetworkProtocol>) -> Result<()> { in reset_simple_network()
70 protocol: Protocol<'a, SimpleNetworkProtocol>,
80 protocol: Protocol<'a, SimpleNetworkProtocol>, in new() argument
177 protocol: &'b Protocol<'a, SimpleNetworkProtocol>,
279 .locate_handle_buffer_by_protocol::<SimpleNetworkProtocol>()? in find_net_device()
441 let snp = bs.open_protocol::<SimpleNetworkProtocol>(snp_dev)?; in with_efi_network()
/bootable/libbootloader/gbl/docs/
Defi_protocols.md56 #### SimpleNetworkProtocol subsubsection