Searched defs:get_var_all (Results 1 – 5 of 5) sorted by relevance
73 EfiStatus (*get_var_all)(struct GblEfiFastbootProtocol* self, void* ctx, member
307 pub fn get_var_all(&self, _: impl FnMut(&[&CStr], &CStr)) -> Result<()> { in get_var_all() method
287 async fn get_var_all(&mut self, responder: impl VarInfoSender) -> CommandResult<()>; in get_var_all() method730 async fn get_var_all( in get_var_all() function1146 async fn get_var_all(&mut self, mut responder: impl VarInfoSender) -> CommandResult<()> { in get_var_all() method
78 pub fn get_var_all(&self, mut cb: impl FnMut(&[&CStr], &CStr)) -> Result<()> { in get_var_all() method
518 async fn get_var_all(&mut self, mut resp: impl VarInfoSender) -> CommandResult<()> { in get_var_all() function