Searched refs:ect_tmp (Results 1 – 1 of 1) sorted by relevance
84 struct efi_configuration_table *ect_tmp; in efi_config_get_vendor_table_by_guid() local91 ect_tmp = efi->ConfigurationTable; in efi_config_get_vendor_table_by_guid()94 if (efi_guid_compare(&ect_tmp->VendorGuid, guid)) { in efi_config_get_vendor_table_by_guid()95 return ect_tmp->VendorTable; in efi_config_get_vendor_table_by_guid()98 ect_tmp++; in efi_config_get_vendor_table_by_guid()