Searched refs:VendorTable (Results 1 - 4 of 4) sorted by relevance

/fuchsia/zircon/bootloader/src/
H A Dmisc.c31 if (memcmp(cfgtab[i].VendorTable, ACPI_RSD_PTR, 8)) {
35 return (uint64_t)cfgtab[i].VendorTable;
46 if (!memcmp(cfgtab[i].VendorTable, SmbiosAnchor, sizeof(SmbiosAnchor))) {
47 return (uint64_t)cfgtab[i].VendorTable;
50 if (!memcmp(cfgtab[i].VendorTable, Smbios3Anchor, sizeof(Smbios3Anchor))) {
51 return (uint64_t)cfgtab[i].VendorTable;
/fuchsia/zircon/system/private/efi/
H A Dsystem-table.h31 void* VendorTable; member in struct:__anon629
/fuchsia/zircon/third_party/lib/acpica/source/os_specific/service_layers/
H A Dosefixf.c160 ST->ConfigurationTable[i].VendorTable);
/fuchsia/zircon/third_party/lib/acpica/source/include/acpica/platform/
H A Dacefiex.h786 VOID *VendorTable; member in struct:_EFI_CONFIGURATION_TABLE

Completed in 28 milliseconds