Home
last modified time | relevance | path

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

/aosp_15_r20/bootable/libbootloader/gbl/libefi_types/defs/protocols/
H A Dgbl_efi_fastboot_protocol.h73 EfiStatus (*get_var_all)(struct GblEfiFastbootProtocol* self, void* ctx, member
/aosp_15_r20/bootable/libbootloader/gbl/libefi/mocks/
H A Dprotocol.rs307 pub fn get_var_all(&self, _: impl FnMut(&[&CStr], &CStr)) -> Result<()> { in get_var_all() method
/aosp_15_r20/bootable/libbootloader/gbl/libfastboot/src/
H A Dlib.rs287 async fn get_var_all(&mut self, responder: impl VarInfoSender) -> CommandResult<()>; in get_var_all() method
730 async fn get_var_all( in get_var_all() function
1146 async fn get_var_all(&mut self, mut responder: impl VarInfoSender) -> CommandResult<()> { in get_var_all() method
/aosp_15_r20/bootable/libbootloader/gbl/libefi/src/protocol/
H A Dgbl_efi_fastboot.rs78 pub fn get_var_all(&self, mut cb: impl FnMut(&[&CStr], &CStr)) -> Result<()> { in get_var_all() method
/aosp_15_r20/bootable/libbootloader/gbl/libgbl/src/fastboot/
H A Dmod.rs518 async fn get_var_all(&mut self, mut resp: impl VarInfoSender) -> CommandResult<()> { in get_var_all() function