Home
last modified time | relevance | path

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

/bootable/libbootloader/gbl/libefi_types/defs/protocols/
Dgbl_efi_fastboot_protocol.h63 typedef struct GblEfiFastbootProtocol { struct
70 EfiStatus (*get_var)(struct GblEfiFastbootProtocol* self, argument
73 EfiStatus (*get_var_all)(struct GblEfiFastbootProtocol* self, void* ctx, argument
77 EfiStatus (*run_oem_function)(struct GblEfiFastbootProtocol* this, argument
82 EfiStatus (*get_policy)(struct GblEfiFastbootProtocol* this, argument
84 EfiStatus (*set_lock)(struct GblEfiFastbootProtocol* this, argument
86 EfiStatus (*clear_lock)(struct GblEfiFastbootProtocol* this, argument
90 EfiStatus (*start_local_session)(struct GblEfiFastbootProtocol* this, argument
92 EfiStatus (*update_local_session)(struct GblEfiFastbootProtocol* this, argument
94 EfiStatus (*close_local_session)(struct GblEfiFastbootProtocol* this, argument
[all …]
/bootable/libbootloader/gbl/libefi/src/protocol/
Dgbl_efi_fastboot.rs356 _: *mut GblEfiFastbootProtocol, in test_get_var()
396 _: *mut GblEfiFastbootProtocol, in test_get_var_all()
439 _: *mut GblEfiFastbootProtocol, in test_get_var_all_exceeds_max_arguments()