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