Home
last modified time | relevance | path

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

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