Searched defs:RuntimeServices (Results 1 – 3 of 3) sorted by relevance
75 ) -> (Option<&'static EfiEntry>, Option<&'static RuntimeServices>) { in internal_efi_entry_and_rt()149 fn get_efi_entry_and_rt(&self) -> (Option<&EfiEntry>, Option<&RuntimeServices>) { in get_efi_entry_and_rt()
213 pub fn runtime_services(&self) -> RuntimeServices { in runtime_services()218 pub fn runtime_services_checked(&self) -> Result<RuntimeServices> { in runtime_services_checked()521 pub struct RuntimeServices { struct525 impl RuntimeServices { implementation
297 pub type RuntimeServices = MockRuntimeServices; typedef