Home
last modified time | relevance | path

Searched defs:reset (Results 1 – 11 of 11) sorted by relevance

/bootable/libbootloader/gbl/libefi/src/protocol/
Dsimple_text_input.rs34 pub fn reset(&self, extendend_verification: bool) -> Result<()> { in reset() method
Dblock_io.rs87 pub fn reset(&self, extended_verification: bool) -> Result<()> { in reset() method
Dblock_io2.rs141 pub fn reset(&self, extended_verification: bool) -> Result<()> { in reset() method
Dsimple_network.rs68 pub fn reset(&self, extended_verification: bool) -> Result<()> { in reset() method
/bootable/libbootloader/gbl/libefi_types/defs/protocols/
Dsimple_text_input_protocol.h29 EfiStatus (*reset)(struct EfiSimpleTextInputProtocol* self, member
Dblock_io2_protocol.h34 EfiStatus (*reset)(EfiBlockIo2Protocol* self, bool extended_verification); member
Dsimple_text_output_protocol.h33 EfiStatus (*reset)(struct EfiSimpleTextOutputProtocol* self, bool extended_verification); member
Dblock_io_protocol.h29 EfiStatus (*reset)(EfiBlockIoProtocol* self, bool extended_verification); member
Dsimple_network_protocol.h112 EfiStatus (*reset)(struct EfiSimpleNetworkProtocol* self, bool extended_verification); member
/bootable/libbootloader/gbl/libefi/src/
Dutils.rs44 pub fn reset(&self, timeout: Duration) -> Result<()> { in reset() method
Dlib.rs932 pub fn reset() -> ! { in reset() function