Searched defs:reset (Results 1 – 11 of 11) sorted by relevance
| /bootable/libbootloader/gbl/libefi/src/protocol/ |
| D | simple_text_input.rs | 34 pub fn reset(&self, extendend_verification: bool) -> Result<()> { in reset() method
|
| D | block_io.rs | 87 pub fn reset(&self, extended_verification: bool) -> Result<()> { in reset() method
|
| D | block_io2.rs | 141 pub fn reset(&self, extended_verification: bool) -> Result<()> { in reset() method
|
| D | simple_network.rs | 68 pub fn reset(&self, extended_verification: bool) -> Result<()> { in reset() method
|
| /bootable/libbootloader/gbl/libefi_types/defs/protocols/ |
| D | simple_text_input_protocol.h | 29 EfiStatus (*reset)(struct EfiSimpleTextInputProtocol* self, member
|
| D | block_io2_protocol.h | 34 EfiStatus (*reset)(EfiBlockIo2Protocol* self, bool extended_verification); member
|
| D | simple_text_output_protocol.h | 33 EfiStatus (*reset)(struct EfiSimpleTextOutputProtocol* self, bool extended_verification); member
|
| D | block_io_protocol.h | 29 EfiStatus (*reset)(EfiBlockIoProtocol* self, bool extended_verification); member
|
| D | simple_network_protocol.h | 112 EfiStatus (*reset)(struct EfiSimpleNetworkProtocol* self, bool extended_verification); member
|
| /bootable/libbootloader/gbl/libefi/src/ |
| D | utils.rs | 44 pub fn reset(&self, timeout: Duration) -> Result<()> { in reset() method
|
| D | lib.rs | 932 pub fn reset() -> ! { in reset() function
|