Home
last modified time | relevance | path

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

/bootable/libbootloader/gbl/libefi_types/defs/
Dsystem_table.h45 const EfiConfigurationTable* configuration_table; member
/bootable/libbootloader/gbl/libefi/src/
Dlib.rs242 pub fn configuration_table(&self) -> Option<&[EfiConfigurationTable]> { in configuration_table() method