Home
last modified time | relevance | path

Searched defs:EfiConfigurationTable (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/bootable/libbootloader/gbl/libefi_types/defs/
H A Dsystem_table.h30 } EfiConfigurationTable; typedef
/aosp_15_r20/bootable/libbootloader/gbl/libefi/src/
H A Dlib.rs236 pub fn configuration_table(&self) -> Option<&[EfiConfigurationTable]> { in configuration_table()
812 configuration_table: EfiConfigurationTable, in new()