Home
last modified time | relevance | path

Searched refs:cfg_table_entp (Results 1 – 1 of 1) sorted by relevance

/xnu-8019.80.24/osfmk/i386/AT386/
H A Dmodel_dep.c1830 EFI_CONFIGURATION_TABLE_64 *cfg_table_entp, *cfgTable; in efi_get_cfgtbl_by_guid() local
1859 cfg_table_entp = (EFI_CONFIGURATION_TABLE_64 *)&cfgTable[i]; in efi_get_cfgtbl_by_guid()
1862 if (cfg_table_entp == 0) { in efi_get_cfgtbl_by_guid()
1866 if (efi_compare_guids(&cfg_table_entp->VendorGuid, guidp) == true) { in efi_get_cfgtbl_by_guid()
1867 DPRINTF("GUID match: returning %p\n", (void *)(uintptr_t)cfg_table_entp->VendorTable); in efi_get_cfgtbl_by_guid()
1868 return efi_efiboot_virtual_to_physical(cfg_table_entp->VendorTable); in efi_get_cfgtbl_by_guid()