Home
last modified time | relevance | path

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

/xnu-8020.121.3/osfmk/i386/AT386/
H A Dmodel_dep.c1831 EFI_CONFIGURATION_TABLE_64 *cfg_table_entp, *cfgTable; in efi_get_cfgtbl_by_guid() local
1860 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()