Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/WebServer/
DACPI.c1019 CONST ACPI_DSDT * pDsdt; in AcpiDsdtPage() local
1037 pDsdt = (VOID *)(UINTN)pFadt->XDsdt; in AcpiDsdtPage()
1042 …Status = TableHeader ( SocketFD, pPort, L"DSDT - Differentiated System Description Table", pDsdt ); in AcpiDsdtPage()
1053 sizeof ( pDsdt->Signature ), in AcpiDsdtPage()
1054 (CHAR8 *)&pDsdt->Signature ); in AcpiDsdtPage()
1061 pDsdt->Length ); in AcpiDsdtPage()
1068 pDsdt->Revision ); in AcpiDsdtPage()
1075 pDsdt->Checksum, in AcpiDsdtPage()
1083 sizeof ( pDsdt->OemId ), in AcpiDsdtPage()
1084 (CONST CHAR8 *)&pDsdt->OemId[ 0 ]); in AcpiDsdtPage()
[all …]