Searched defs:SystemTable (Results 1 – 13 of 13) sorted by relevance
11 pub struct SystemTable { struct33 impl SystemTable { argument37 impl Default for SystemTable { implementation
11 pub struct SystemTable { struct33 impl SystemTable { impl37 impl Default for SystemTable { implementation
99 pub fn system_table(&self) -> SystemTable { in system_table()104 pub fn system_table_checked(&self) -> Result<SystemTable> { in system_table_checked()179 pub struct SystemTable<'a> { struct181 table: &'a EfiSystemTable, argument184 impl<'a> SystemTable<'a> { impl
34 EFI_SYSTEM_TABLE* SystemTable) { in efi_main()
55 pub unsafe fn set_system_table(ptr: *const uefi_raw::table::system::SystemTable) { in set_system_table()
48 EFI_SYSTEM_TABLE *SystemTable; ///< the image's EFI system table pointer. member
54 EFI_SYSTEM_TABLE *SystemTable; ///< the image's EFI system table pointer. member
186 pub type SystemTable = MockSystemTable; typedef
533 new_system_table_virtual_addr: *const uefi_raw::table::system::SystemTable, in set_virtual_address_map()