Home
last modified time | relevance | path

Searched defs:should_stop_in_fastboot (Results 1 – 5 of 5) sorted by relevance

/bootable/libbootloader/gbl/libefi_types/defs/protocols/
Dgbl_efi_fastboot_protocol.h103 bool (*should_stop_in_fastboot)(struct GblEfiFastbootProtocol* this); member
/bootable/libbootloader/gbl/libefi/src/protocol/
Dgbl_efi_fastboot.rs264 pub fn should_stop_in_fastboot(&self) -> bool { in should_stop_in_fastboot() method
/bootable/libbootloader/gbl/libgbl/src/
Dops.rs85 fn should_stop_in_fastboot(&mut self) -> Result<bool, Error>; in should_stop_in_fastboot() method
464 fn should_stop_in_fastboot(&mut self) -> Result<bool, Error> { in should_stop_in_fastboot() method
872 fn should_stop_in_fastboot(&mut self) -> Result<bool, Error> { in should_stop_in_fastboot() method
/bootable/libbootloader/gbl/libefi/src/
Dab_slots.rs258 fn should_stop_in_fastboot(&mut self) -> Result<bool> { in should_stop_in_fastboot() method
/bootable/libbootloader/gbl/efi/src/
Dops.rs268 fn should_stop_in_fastboot(&mut self) -> Result<bool> { in should_stop_in_fastboot() method