Home
last modified time | relevance | path

Searched defs:start_local_session (Results 1 – 2 of 2) sorted by relevance

/bootable/libbootloader/gbl/libefi_types/defs/protocols/
Dgbl_efi_fastboot_protocol.h90 EfiStatus (*start_local_session)(struct GblEfiFastbootProtocol* this, member
/bootable/libbootloader/gbl/libefi/src/protocol/
Dgbl_efi_fastboot.rs216 pub fn start_local_session(&self) -> Result<LocalSessionContext> { in start_local_session() method