Home
last modified time | relevance | path

Searched refs:runtime_services (Results 1 – 2 of 2) sorted by relevance

/bootable/libbootloader/gbl/libefi/defs/
Dsystem_table.h42 EfiRuntimeService* runtime_services; member
/bootable/libbootloader/gbl/libefi/src/
Dlib.rs224 pub fn runtime_services(&self) -> RuntimeServices<'a> { in runtime_services() method
227 runtime_services: unsafe { self.table.runtime_services.as_ref() }.unwrap(), in runtime_services()
484 runtime_services: &'a EfiRuntimeService, field
500 self.runtime_services.get_variable, in get_variable()