Searched refs:efi_configuration_table (Results 1 – 2 of 2) sorted by relevance
40 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()
226 struct efi_configuration_table struct247 struct efi_configuration_table *tables; argument