Home
last modified time | relevance | path

Searched refs:configuration_table (Results 1 – 3 of 3) sorted by relevance

/bootable/libbootloader/gbl/libefi/defs/
Dsystem_table.h45 const EfiConfigurationTable* configuration_table; member
/bootable/libbootloader/gbl/libefi/src/
Dlib.rs247 pub fn configuration_table(&self) -> Option<&[EfiConfigurationTable]> { in configuration_table() method
248 match self.table.configuration_table.is_null() { in configuration_table()
253 self.table.configuration_table, in configuration_table()
/bootable/libbootloader/gbl/efi/src/
Dutils.rs175 if let Some(config_tables) = entry.system_table().configuration_table() { in get_efi_fdt()