Home
last modified time | relevance | path

Searched refs:efi_configuration_table (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/lib/efi_loader/
H A Defi_boottime.c40 static struct efi_configuration_table __efi_runtime_data efi_conf_table[2];
684 struct efi_configuration_table *this = &efi_conf_table[i]; in efi_remove_configuration_table()
685 struct efi_configuration_table *next = &efi_conf_table[i+1]; in efi_remove_configuration_table()
686 struct efi_configuration_table *end = &efi_conf_table[systab.nr_tables]; in efi_remove_configuration_table()
/OK3568_Linux_fs/u-boot/include/
H A Defi_api.h226 struct efi_configuration_table struct
247 struct efi_configuration_table *tables; argument