Home
last modified time | relevance | path

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

/bootable/libbootloader/gbl/efi/src/
Dnet.rs52 fn reset_simple_network<'a>(snp: &Protocol<'a, SimpleNetworkProtocol>) -> Result<()> { in reset_simple_network() function
252 reset_simple_network(self.protocol).unwrap(); in consume()
442 reset_simple_network(&snp)?; in with_efi_network()