Searched refs:ect_tmp (Results 1 – 1 of 1) sorted by relevance
76 struct efi_configuration_table *ect_tmp; in efi_config_get_vendor_table_by_guid() local83 ect_tmp = efi->ConfigurationTable; in efi_config_get_vendor_table_by_guid()86 if (efi_guid_compare(&ect_tmp->VendorGuid, guid)) { in efi_config_get_vendor_table_by_guid()87 return ect_tmp->VendorTable; in efi_config_get_vendor_table_by_guid()90 ect_tmp++; in efi_config_get_vendor_table_by_guid()