Home
last modified time | relevance | path

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

/dragonfly/sys/contrib/dev/acpica/source/os_specific/service_layers/
H A 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()