Home
last modified time | relevance | path

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

/acpica-latest/source/os_specific/service_layers/
Doswintbl.c638 UINT32 UIntSignature = 0; in AcpiOsGetTableByName() local
656 UIntSignature = *ACPI_CAST_PTR (UINT32, Signature); in AcpiOsGetTableByName()
657 DataSize = GetSystemFirmwareTable('ACPI', UIntSignature, NULL, 0); in AcpiOsGetTableByName()
670 Result = GetSystemFirmwareTable('ACPI', UIntSignature, ReturnTable, DataSize); in AcpiOsGetTableByName()