Home
last modified time | relevance | path

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

/external/u-boot/lib/efi_loader/
Defi_boottime.c46 static struct efi_configuration_table __efi_runtime_data efi_conf_table[16];
1349 struct efi_configuration_table *this = &efi_conf_table[i]; in efi_remove_configuration_table()
1350 struct efi_configuration_table *next = &efi_conf_table[i + 1]; in efi_remove_configuration_table()
1351 struct efi_configuration_table *end = &efi_conf_table[systab.nr_tables]; in efi_remove_configuration_table()
/external/u-boot/include/
Defi_api.h293 struct efi_configuration_table struct
314 struct efi_configuration_table *tables; argument