Home
last modified time | relevance | path

Searched defs:RuntimeServices (Results 1 – 3 of 3) sorted by relevance

/bootable/libbootloader/gbl/libefi/src/
Dallocation.rs75 ) -> (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()
Dlib.rs213 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 { struct
525 impl RuntimeServices { implementation
/bootable/libbootloader/gbl/libefi/mocks/
Dlib.rs297 pub type RuntimeServices = MockRuntimeServices; typedef