Searched refs:cfg_table_entp (Results 1 – 1 of 1) sorted by relevance
1831 EFI_CONFIGURATION_TABLE_64 *cfg_table_entp, *cfgTable; in efi_get_cfgtbl_by_guid() local1860 cfg_table_entp = (EFI_CONFIGURATION_TABLE_64 *)&cfgTable[i]; in efi_get_cfgtbl_by_guid()1863 if (cfg_table_entp == 0) { in efi_get_cfgtbl_by_guid()1867 if (efi_compare_guids(&cfg_table_entp->VendorGuid, guidp) == true) { in efi_get_cfgtbl_by_guid()1868 DPRINTF("GUID match: returning %p\n", (void *)(uintptr_t)cfg_table_entp->VendorTable); in efi_get_cfgtbl_by_guid()1869 return efi_efiboot_virtual_to_physical(cfg_table_entp->VendorTable); in efi_get_cfgtbl_by_guid()