Searched defs:GblOpsError (Results 1 – 2 of 2) sorted by relevance
/bootable/libbootloader/gbl/libgbl/src/ |
D | ops.rs | 55 pub struct GblOpsError(Option<&'static str>); struct 79 ) -> Result<(), GblOpsError>; in visit_block_devices() argument 82 fn console_put_char(&mut self, ch: u8) -> Result<(), GblOpsError>; in console_put_char() argument 86 fn should_stop_in_fastboot(&mut self) -> Result<bool, GblOpsError>; in should_stop_in_fastboot() argument 91 fn boot(&mut self, boot_images: BootImages) -> Result<(), GblOpsError>; in boot() argument 202 ) -> Result<(), GblOpsError> { in visit_block_devices() argument 206 fn console_put_char(&mut self, ch: u8) -> Result<(), GblOpsError> { in console_put_char() argument 210 fn should_stop_in_fastboot(&mut self) -> Result<bool, GblOpsError> { in should_stop_in_fastboot() argument 214 fn boot(&mut self, boot_images: BootImages) -> Result<(), GblOpsError> { in boot() argument
|
/bootable/libbootloader/gbl/libgbl/tests/ |
D | integration_tests.rs | 55 ) -> Result<(), GblOpsError> { in visit_block_devices() argument 62 fn console_put_char(&mut self, ch: u8) -> Result<(), GblOpsError> { in console_put_char() argument 66 fn should_stop_in_fastboot(&mut self) -> Result<bool, GblOpsError> { in should_stop_in_fastboot() argument 70 fn boot(&mut self, boot_images: BootImages) -> Result<(), GblOpsError> { in boot() argument
|