Searched refs:table (Results 1 – 4 of 4) sorted by relevance
66 const T* table = reinterpret_cast<const T*>(table_addr); in FixUpRelxTable() local68 const T& entry = table[i]; in FixUpRelxTable()
176 for table in config_tables { in get_efi_fdt()177 if table.vendor_guid == EFI_DTB_TABLE_GUID { in get_efi_fdt()179 return unsafe { FdtHeader::from_raw(table.vendor_table as *const _).ok() }; in get_efi_fdt()
139 SystemTable { efi_entry: self, table: unsafe { self.systab_ptr.as_ref() }.unwrap() } in system_table()210 table: &'a EfiSystemTable, field219 boot_services: unsafe { self.table.boot_services.as_ref() }.unwrap(), in boot_services()227 runtime_services: unsafe { self.table.runtime_services.as_ref() }.unwrap(), in runtime_services()240 self.table.con_out, in con_out()248 match self.table.configuration_table.is_null() { in configuration_table()253 self.table.configuration_table, in configuration_table()254 self.table.number_of_table_entries, in configuration_table()
90 EfiStatus (*install_configuration_table)(const EfiGuid* guid, void* table);