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