Searched refs:SimpleNetworkProtocol (Results 1 – 3 of 3) sorted by relevance
/bootable/libbootloader/gbl/libefi/src/protocol/ |
D | simple_network.rs | 24 pub struct SimpleNetworkProtocol; struct 26 impl ProtocolInfo for SimpleNetworkProtocol { implementation 33 impl<'a> Protocol<'a, SimpleNetworkProtocol> {
|
/bootable/libbootloader/gbl/efi/src/ |
D | net.rs | 30 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/ |
D | efi_protocols.md | 56 #### SimpleNetworkProtocol subsubsection
|